/aosp12/frameworks/base/media/jni/ |
H A D | android_media_MediaProfiles.cpp | 332 Vector<video_decoder> decoders = sProfiles->getVideoDecoders(); in android_media_MediaProfiles_native_get_video_decoder_type() local 333 int nSize = decoders.size(); in android_media_MediaProfiles_native_get_video_decoder_type() 339 return static_cast<jint>(decoders[index]); in android_media_MediaProfiles_native_get_video_decoder_type() 354 Vector<audio_decoder> decoders = sProfiles->getAudioDecoders(); in android_media_MediaProfiles_native_get_audio_decoder_type() local 355 int nSize = decoders.size(); in android_media_MediaProfiles_native_get_audio_decoder_type() 361 return static_cast<jint>(decoders[index]); in android_media_MediaProfiles_native_get_audio_decoder_type()
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | MediaProfiles.cpp | 1129 Vector<video_decoder> decoders; in getVideoDecoders() local 1131 decoders.add(mVideoDecoders[i]->mCodec); in getVideoDecoders() 1133 return decoders; // copy out in getVideoDecoders() 1138 Vector<audio_decoder> decoders; in getAudioDecoders() local 1140 decoders.add(mAudioDecoders[i]->mCodec); in getAudioDecoders() 1142 return decoders; // copy out in getAudioDecoders()
|
/aosp12/hardware/interfaces/media/omx/1.0/ |
H A D | IOmxStore.hal | 103 * Optional node attributes for decoders to describe supported values: 108 * Optional node attributes for video decoders to describe supported values:
|
/aosp12/frameworks/base/native/graphics/jni/ |
H A D | Android.bp | 101 // Image decoders may attempt to allocate a large amount of memory
|
/aosp12/frameworks/av/media/tests/benchmark/ |
H A D | README.md | 62 The test decodes input stream and benchmarks the decoders available in NDK. 141 The test decodes input stream and benchmarks the decoders available in SDK and NDK. 183 The test decodes input stream and benchmarks the codec2 decoders available in device.
|
/aosp12/hardware/interfaces/audio/6.0/ |
H A D | IStreamOutEventCallback.hal | 31 * Codec format is an optional message from HW audio decoders. It serves to
|
/aosp12/hardware/interfaces/audio/7.0/ |
H A D | IStreamOutEventCallback.hal | 31 * Codec format is an optional message from HW audio decoders. It serves to
|
/aosp12/hardware/interfaces/audio/common/7.0/ |
H A D | types.hal | 309 * Additional information about the stream passed to hardware decoders.
|
/aosp12/hardware/interfaces/audio/common/2.0/ |
H A D | types.hal | 721 * Additional information about the stream passed to hardware decoders.
|
/aosp12/hardware/interfaces/audio/common/4.0/ |
H A D | types.hal | 682 * Additional information about the stream passed to hardware decoders.
|
/aosp12/hardware/interfaces/audio/common/5.0/ |
H A D | types.hal | 770 * Additional information about the stream passed to hardware decoders.
|
/aosp12/hardware/interfaces/audio/common/6.0/ |
H A D | types.hal | 926 * Additional information about the stream passed to hardware decoders.
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |