Home
last modified time | relevance | path

Searched defs:onOutputFormatChanged (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DVideoDecoderCallback.java81 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in VideoDecoderCallback
DDecodeOnlyTest.java824 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in DecodeOnlyTest.AudioCallback
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecAsyncHandler.java133 public void onOutputFormatChanged(@NonNull MediaCodec codec, @NonNull MediaFormat format) { in onOutputFormatChanged() method in CodecAsyncHandler
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerCodecActivity.java92 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in ResourceManagerCodecActivity.TestCodecCallback
DResourceManagerTestActivityBase.java83 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in ResourceManagerTestActivityBase.TestCodecCallback
DMediaSyncTest.java810 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in MediaSyncTest.Decoder
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DSurfaceEncodeTimestampTest.java456 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in SurfaceEncodeTimestampTest.EncoderCallback
DVideoEncoderTest.java715 public void onOutputFormatChanged(MediaCodec mediaCodec, MediaFormat mediaFormat) { in onOutputFormatChanged() method in VideoEncoderTest.VideoProcessor
956 public void onOutputFormatChanged(MediaCodec mediaCodec, MediaFormat mediaFormat) { in onOutputFormatChanged() method in VideoEncoderTest.SurfaceVideoProcessor
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsUtils.java535 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in ItsUtils.MediaCodecListener
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java126 public void onOutputFormatChanged(@NonNull MediaCodec codec, @NonNull MediaFormat format) { in onOutputFormatChanged() method in CodecAsyncHandler
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java982 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in MediaCodecTest.ReleaseAfterFlushCallback
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java412 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in RecordingTest.MediaCodecListener