Home
last modified time | relevance | path

Searched refs:newFormat (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecodeEditEncodeTest.java309 MediaFormat newFormat = encoder.getOutputFormat(); in generateVideoData() local
310 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat); in generateVideoData()
520 MediaFormat newFormat = encoder.getOutputFormat(); in editVideoData() local
521 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat); in editVideoData()
562 MediaFormat newFormat = decoder.getOutputFormat(); in editVideoData() local
563 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + newFormat); in editVideoData()
709 MediaFormat newFormat = decoder.getOutputFormat(); in checkVideoData() local
710 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + newFormat); in checkVideoData()
DEncodeDecodeTest.java723 MediaFormat newFormat = encoder.getOutputFormat(); in doEncodeDecodeVideoFromBuffer() local
724 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat); in doEncodeDecodeVideoFromBuffer()
1026 String newFormat = encoder.getOutputFormatString(); in doEncodeDecodeVideoFromSurfaceToSurface() local
1027 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat); in doEncodeDecodeVideoFromSurfaceToSurface()
DEncodeVirtualDisplayTest.java398 MediaFormat newFormat = encoder.getOutputFormat(); in doTestEncodeVirtual() local
399 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat); in doTestEncodeVirtual()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java341 MediaFormat newFormat = setUpSource(mReconfigFile); in testReconfigure() local
417 setScreenParams(getWidth(newFormat), getHeight(newFormat), true); in testReconfigure()
418 reConfigureCodec(newFormat, isAsync, false, false); in testReconfigure()
DCodecDecoderTest.java478 MediaFormat newFormat = setUpSource(mReconfigFile); in testReconfigure() local
599 reConfigureCodec(newFormat, isAsync, false, false); in testReconfigure()
600 if (isFormatSimilar(newFormat, defFormat)) { in testReconfigure()
612 validateMetrics(decoder, newFormat); in testReconfigure()
625 isFormatSimilar(newFormat, in testReconfigure()