Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/storage/
DDiskStatsFileLogger.java88 JSONObject representation = getJsonRepresentation(); in dumpToFile() local
89 if (representation != null) { in dumpToFile()
90 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()
DAudioPlayer_to_android.cpp993 audio_channel_representation_t representation = in android_audioPlayer_validateChannelMask() local
996 if (representation == AUDIO_CHANNEL_REPRESENTATION_INDEX) { in android_audioPlayer_validateChannelMask()
1004 if (representation == AUDIO_CHANNEL_REPRESENTATION_POSITION) { in android_audioPlayer_validateChannelMask()
1029 SL_LOGE("Unrecognized channel mask representation %#x", representation); in android_audioPlayer_validateChannelMask()
1065 df_representation = &df_pcm->representation; in android_audioPlayer_checkSourceSink()
DAudioRecorder_to_android.cpp246 df_representation = &df_pcm->representation; in android_audioRecorder_checkSourceSink()
/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/libstagefright/codecs/aacenc/
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/mp3dec/
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/wilhelm/src/
Ddata.cpp354 pDataFormat->mPCMEx.representation = in checkDataFormat()
355 ((SLAndroidDataFormat_PCM_EX *)pFormat)->representation; in checkDataFormat()
356 switch (pDataFormat->mPCMEx.representation) { in checkDataFormat()
360 df_representation = &pDataFormat->mPCMEx.representation; in checkDataFormat()
364 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.
Drs_vector_math.spec20 These functions interpret the input arguments as representation of vectors in
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp270 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT; in TestRecToBuffQueue()
283 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_UNSIGNED_INT; in TestRecToBuffQueue()
288 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_FLOAT; in TestRecToBuffQueue()
/frameworks/base/core/proto/android/os/
Dmessage.proto32 // String representation of an arbitrary object to send to the recipient.
/frameworks/base/core/java/android/net/
DUri.java2022 int representation = parcel.readInt(); in readFrom() local
2023 switch (representation) { in readFrom()
2032 + representation); in readFrom()
2207 int representation = parcel.readInt(); in readFrom() local
2208 switch (representation) { in readFrom()
2216 throw new IllegalArgumentException("Bad representation: " + representation); in readFrom()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h55 SLuint32 representation; member
/frameworks/minikin/doc/
Dhyb_file_format.md34 The trie representation is similar but not identical to the "double-array trie".
/frameworks/base/tools/aapt2/
Dreadme.md67 a binary search tree representation. Only available when minSdkVersion >= API O or resource
/frameworks/wilhelm/tests/sandbox/
Dplaybq.cpp401 format_pcm.representation = transferFormat == AUDIO_FORMAT_PCM_FLOAT in main()
/frameworks/rs/script_api/include/
Drs_vector_math.rsh22 * These functions interpret the input arguments as representation of vectors in
Drs_convert.rsh23 * representation to another.
1608 * Converts a color from a YUV representation to RGBA.
/frameworks/compile/slang/
DREADME.rst13 Virtual Machine) bitcode representation, which will be consumed on
/frameworks/av/services/audioflinger/
DThreads.cpp749 const audio_channel_representation_t representation = in channelMaskToString() local
752 switch (representation) { in channelMaskToString()
803 representation, audio_channel_mask_get_bits(mask)); in channelMaskToString()