Home
last modified time | relevance | path

Searched refs:representation (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/storage/
DDiskStatsFileLogger.java90 JSONObject representation = getJsonRepresentation(); in dumpToFile() local
91 if (representation != null) { in dumpToFile()
92 pw.println(representation); in dumpToFile()
/frameworks/wilhelm/src/android/
Dandroid_sles_conversions.h48 switch (((SLAndroidDataFormat_PCM_EX *)df_pcm)->representation) { in sles_to_android_sampleFormat()
/frameworks/av/media/codec2/components/amr_nb_wb/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/codec2/components/mpeg4_h263/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/codec2/components/mp3/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/mp3dec/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/aacenc/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/m4v_h263/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/amrwb/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/amrwbenc/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/amrnb/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/codec2/components/aac/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/base/core/proto/android/server/
Dpeopleservice.proto49 // Integer representation of shortcut bit flags.
52 // Integer representation of conversation bit flags.
/frameworks/wilhelm/src/
Ddata.cpp352 pDataFormat->mPCMEx.representation = in checkDataFormat()
353 ((SLAndroidDataFormat_PCM_EX *)pFormat)->representation; in checkDataFormat()
354 switch (pDataFormat->mPCMEx.representation) { in checkDataFormat()
358 df_representation = &pDataFormat->mPCMEx.representation; in checkDataFormat()
362 pDataFormat->mPCMEx.representation); in checkDataFormat()
/frameworks/rs/script_api/
Drs_convert.spec21 representation to another.
164 Converts a color from a YUV representation to RGBA.
/frameworks/base/core/proto/android/content/
Dlocusid.proto25 // On disk representation of android.content.LocusId. Currently used by
Dfeatureinfo.proto31 // String representation of reqGlEsVersion.
/frameworks/base/core/proto/android/app/
Dwindow_configuration.proto25 /** Proto representation for WindowConfiguration.java class. */
Dnotification_channel.proto46 // Bitwise representation of fields that have been changed by the user,
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp271 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT; in TestRecToBuffQueue()
284 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_UNSIGNED_INT; in TestRecToBuffQueue()
289 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_FLOAT; in TestRecToBuffQueue()
/frameworks/base/core/proto/android/util/
Devent_log_tags.proto24 // Proto representation of event.logtags.
/frameworks/base/core/proto/android/os/
Dmessage.proto37 // String representation of an arbitrary object to send to the Handler. When
/frameworks/base/core/java/android/net/
DUri.java2062 int representation = parcel.readInt(); in readFrom() local
2064 switch (representation) { in readFrom()
2071 + representation); in readFrom()
2251 int representation = parcel.readInt(); in readFrom() local
2252 switch (representation) { in readFrom()
2258 throw new IllegalArgumentException("Unknown representation: " + representation); in readFrom()
/frameworks/base/core/proto/android/view/
Dremote_animation_target.proto28 /** Proto representation for android.view.RemoteAnimationTarget.java class. */
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h56 SLuint32 representation; member

12