Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DVideoDecoderCallback.java81 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in VideoDecoderCallback
H A DDecodeOnlyTest.java820 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in DecodeOnlyTest.AudioCallback
/aosp_15_r20/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
H A DMediaCodecBase.java85 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in CodecAsyncHandler
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/
H A DCodecAsyncHandler.java133 public void onOutputFormatChanged(@NonNull MediaCodec codec, @NonNull MediaFormat format) { in onOutputFormatChanged() method in CodecAsyncHandler
/aosp_15_r20/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/
H A DSteadyTimestampCodec.java66 public void onOutputFormatChanged(@NonNull MediaCodec mediaCodec, in onOutputFormatChanged() method in SteadyTimestampCodec.MediaCodecCallback
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
H A DAsynchronousMediaCodecCallback.java231 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in AsynchronousMediaCodecCallback
H A DAsynchronousMediaCodecAdapter.java290 /* package */ void onOutputFormatChanged(MediaFormat format) { in onOutputFormatChanged() method in AsynchronousMediaCodecAdapter
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
H A DAsynchronousMediaCodecCallback.java234 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in AsynchronousMediaCodecCallback
H A DAsynchronousMediaCodecAdapter.java323 /* package */ void onOutputFormatChanged(MediaFormat format) { in onOutputFormatChanged() method in AsynchronousMediaCodecAdapter
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DResourceManagerCodecActivity.java95 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in ResourceManagerCodecActivity.TestCodecCallback
H A DResourceManagerTestActivityBase.java82 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in ResourceManagerTestActivityBase.TestCodecCallback
H A DMediaSyncTest.java810 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in MediaSyncTest.Decoder
/aosp_15_r20/frameworks/av/media/module/service.mediatranscoding/tests/TranscodingUidPolicyTestApp/src/com/android/tests/transcoding/
H A DResourcePolicyTestActivity.java62 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in ResourcePolicyTestActivity.TestCodecCallback
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
H A DDebugRenderersFactory.java192 protected void onOutputFormatChanged(Format format, @Nullable MediaFormat mediaFormat) { in onOutputFormatChanged() method in DebugRenderersFactory.DebugMediaCodecVideoRenderer
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
H A DDebugRenderersFactory.java196 protected void onOutputFormatChanged(Format format, @Nullable MediaFormat mediaFormat) { in onOutputFormatChanged() method in DebugRenderersFactory.DebugMediaCodecVideoRenderer
/aosp_15_r20/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
H A 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
H A DSurfaceEncodeTimestampTest.java454 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in SurfaceEncodeTimestampTest.EncoderCallback
/aosp_15_r20/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
H A DVideoManager.java258 public void onOutputFormatChanged( in onOutputFormatChanged() method in VideoManager.MediaCodecCallback
/aosp_15_r20/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp571 status_t SimplePlayer::onOutputFormatChanged( in onOutputFormatChanged() function in android::SimplePlayer
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/
H A DCodecState.java396 private void onOutputFormatChanged() { in onOutputFormatChanged() method in CodecState
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DMpegTsDefaultAudioTrackRenderer.java417 private void onOutputFormatChanged(android.media.MediaFormat format) { in onOutputFormatChanged() method in MpegTsDefaultAudioTrackRenderer
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
H A DItsUtils.java538 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in ItsUtils.MediaCodecListener
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/
H A DMediaCodecAudioRenderer.java497 protected void onOutputFormatChanged(Format format, @Nullable MediaFormat mediaFormat) in onOutputFormatChanged() method in MediaCodecAudioRenderer
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/
H A DMediaCodecAudioRenderer.java501 protected void onOutputFormatChanged(Format format, @Nullable MediaFormat mediaFormat) in onOutputFormatChanged() method in MediaCodecAudioRenderer
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowMediaCodecTest.java747 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) {} in onOutputFormatChanged() method in ShadowMediaCodecTest.MediaCodecCallback

123456789