Home
last modified time | relevance | path

Searched refs:VideoEncodeOutput (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/
H A DVideoCodecTest.java175 VideoEncodeOutput videoEncodeOutput = encode(params, codecConfigs); in internalTestBasic()
237 VideoEncodeOutput videoEncodeOutput = encodeAsync(params, codecConfigs); in internalTestAsyncEncoding()
315 VideoEncodeOutput videoEncodeOutput = encode(params); in internalTestSyncFrame()
380 VideoEncodeOutput videoEncodeOutput = encode(params); in internalTestDynamicBitrateChange()
458 VideoEncodeOutput videoEncodeOutput = encode(params, codecConfigs); in internalTestParallelEncodingAndDecoding()
461 VideoEncodeOutput videoEncodeOutput = encode(params); in internalTestParallelEncodingAndDecoding()
H A DVideoCodecTestBase.java266 protected class VideoEncodeOutput{ class in VideoCodecTestBase
270 VideoEncodeOutput( in VideoEncodeOutput() method in VideoCodecTestBase.VideoEncodeOutput
1404 protected VideoEncodeOutput encode( in encode()
1428 protected VideoEncodeOutput encode( in encode()
1594 return new VideoEncodeOutput(bufferInfos, encStatInfo); in encode()
1615 protected VideoEncodeOutput encodeAsync( in encodeAsync()
1680 return new VideoEncodeOutput(bufferInfos, encStatInfo); in encodeAsync()
H A DVideoEncodingStatisticsTest.java158 VideoEncodeOutput videoEncodeOutput = encodeAsync(params, codecConfigs); in testEncStatRateAvgQp()