/frameworks/av/cmds/stagefright/ |
D | SimplePlayer.h | 102 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
|
D | SimplePlayer.cpp | 454 err = onOutputFormatChanged(mStateByTrackIndex.keyAt(i), state); in onDoMoreStuff() 571 status_t SimplePlayer::onOutputFormatChanged( in onOutputFormatChanged() function in android::SimplePlayer
|
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/ |
D | MediaCodecBase.java | 85 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in CodecAsyncHandler
|
/frameworks/av/media/module/service.mediatranscoding/tests/TranscodingUidPolicyTestApp/src/com/android/tests/transcoding/ |
D | ResourcePolicyTestActivity.java | 62 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) { in onOutputFormatChanged() method in ResourcePolicyTestActivity.TestCodecCallback
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
D | Decoder.java | 198 public void onOutputFormatChanged( in decode()
|
D | Encoder.java | 266 public void onOutputFormatChanged(@NonNull MediaCodec mediaCodec, in encode()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ACodec.h | 595 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
|
D | MediaCodec.h | 673 void onOutputFormatChanged();
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 2005 mCallback.onOutputFormatChanged(mCodec, in handleCallback() 5689 public abstract void onOutputFormatChanged( in onOutputFormatChanged() method in Callback
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 5848 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { in onOutputFormatChanged() function in android::ACodec 6693 mCodec->onOutputFormatChanged(mCodec->mOutputFormat); in onOMXFillBufferDone() 8601 mCodec->onOutputFormatChanged(); in onOMXEvent()
|
D | MediaCodec.cpp | 5894 onOutputFormatChanged(); in handleOutputFormatChangeIfNeeded() 6903 void MediaCodec::onOutputFormatChanged() { in onOutputFormatChanged() function in android::MediaCodec
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14541 …method public abstract void onOutputFormatChanged(android.media.MediaCodec, android.media.MediaFor…
|
/frameworks/base/core/api/ |
D | current.txt | 22659 …method public abstract void onOutputFormatChanged(@NonNull android.media.MediaCodec, @NonNull andr…
|