HomeSort by relevance Sort by last modified time
    Searched refs:findDecoderForFormat (Results 1 - 20 of 20) sorted by null

  /frameworks/support/media-widget/src/androidTest/java/androidx/media/widget/
MediaUtils2.java 77 if (sMCL.findDecoderForFormat(format) == null) {
  /frameworks/base/media/java/android/media/
MediaCodecList.java 213 public final String findDecoderForFormat(MediaFormat format) {
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 313 : mRegularCodecs.findDecoderForFormat(format);
425 String codecName = mRegularCodecs.findDecoderForFormat(format);
MediaCodecTunneledPlayer.java 246 String codecName = mcl.findDecoderForFormat(format);
ExtractDecodeEditEncodeMuxTest.java 602 MediaCodec decoder = MediaCodec.createByCodecName(mcl.findDecoderForFormat(inputFormat));
638 MediaCodec decoder = MediaCodec.createByCodecName(mcl.findDecoderForFormat(inputFormat));
    [all...]
EncodeDecodeTest.java 419 String codec_decoder = mcl.findDecoderForFormat(format);
506 String codec_decoder = mcl.findDecoderForFormat(format);
    [all...]
MediaCodecCapabilitiesTest.java 417 String codec = mAllCodecs.findDecoderForFormat(format);
    [all...]
MediaDrmClearkeyTest.java 346 if (mcl.findDecoderForFormat(format) == null) {
    [all...]
DecoderTest.java     [all...]
DecodeAccuracyTestBase.java 383 * If codec name is not provided, {@link MediaCodecList#findDecoderForFormat(MediaFormat)}
401 mediaCodecList.findDecoderForFormat(mediaFormat));
    [all...]
EncodeVirtualDisplayWithCompositionTest.java     [all...]
VideoEncoderTest.java 251 String videoDecName = mcl.findDecoderForFormat(mDecFormat);
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 280 String decoder = sMCL.findDecoderForFormat(format);
299 if (sMCL.findDecoderForFormat(format) == null) {
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 674 milliseconds