/frameworks/base/services/core/java/com/android/server/storage/ |
D | DiskStatsFileLogger.java | 88 JSONObject representation = getJsonRepresentation(); in dumpToFile() local 89 if (representation != null) { in dumpToFile() 90 pw.println(representation); in dumpToFile()
|
/frameworks/wilhelm/src/android/ |
D | android_sles_conversions.h | 48 switch (((SLAndroidDataFormat_PCM_EX *)df_pcm)->representation) { in sles_to_android_sampleFormat()
|
D | AudioPlayer_to_android.cpp | 993 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()
|
D | AudioRecorder_to_android.cpp | 246 df_representation = &df_pcm->representation; in android_audioRecorder_checkSourceSink()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/amrnb/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/amrwb/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/wilhelm/src/ |
D | data.cpp | 354 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/ |
D | rs_convert.spec | 21 representation to another. 164 Converts a color from a YUV representation to RGBA.
|
D | rs_vector_math.spec | 20 These functions interpret the input arguments as representation of vectors in
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestRecBuffQueue.cpp | 270 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/ |
D | message.proto | 32 // String representation of an arbitrary object to send to the recipient.
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 2022 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/ |
D | OpenSLES_Android.h | 55 SLuint32 representation; member
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 34 The trie representation is similar but not identical to the "double-array trie".
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 67 a binary search tree representation. Only available when minSdkVersion >= API O or resource
|
/frameworks/wilhelm/tests/sandbox/ |
D | playbq.cpp | 401 format_pcm.representation = transferFormat == AUDIO_FORMAT_PCM_FLOAT in main()
|
/frameworks/rs/script_api/include/ |
D | rs_vector_math.rsh | 22 * These functions interpret the input arguments as representation of vectors in
|
D | rs_convert.rsh | 23 * representation to another. 1608 * Converts a color from a YUV representation to RGBA.
|
/frameworks/compile/slang/ |
D | README.rst | 13 Virtual Machine) bitcode representation, which will be consumed on
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 749 const audio_channel_representation_t representation = in channelMaskToString() local 752 switch (representation) { in channelMaskToString() 803 representation, audio_channel_mask_get_bits(mask)); in channelMaskToString()
|