Searched refs:newFormat (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeEditEncodeTest.java | 309 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()
|
D | EncodeDecodeTest.java | 723 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()
|
D | EncodeVirtualDisplayTest.java | 398 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/ |
D | CodecDecoderSurfaceTest.java | 341 MediaFormat newFormat = setUpSource(mReconfigFile); in testReconfigure() local 417 setScreenParams(getWidth(newFormat), getHeight(newFormat), true); in testReconfigure() 418 reConfigureCodec(newFormat, isAsync, false, false); in testReconfigure()
|
D | CodecDecoderTest.java | 478 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()
|