Searched refs:decoders (Results 1 – 4 of 4) sorted by relevance
332 Vector<video_decoder> decoders = sProfiles->getVideoDecoders(); in android_media_MediaProfiles_native_get_video_decoder_type() local333 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() local355 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()
1129 Vector<video_decoder> decoders; in getVideoDecoders() local1131 decoders.add(mVideoDecoders[i]->mCodec); in getVideoDecoders()1133 return decoders; // copy out in getVideoDecoders()1138 Vector<audio_decoder> decoders; in getAudioDecoders() local1140 decoders.add(mAudioDecoders[i]->mCodec); in getAudioDecoders()1142 return decoders; // copy out in getAudioDecoders()
101 // Image decoders may attempt to allocate a large amount of memory
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.