Home
last modified time | relevance | path

Searched refs:OutputFrame (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodec.java1930 OutputFrame frame = mOutputFrames.get(index); in handleCallback()
1932 frame = new OutputFrame(index); in handleCallback()
3848 OutputFrame frame = mOutputFrames.get(index); in releaseOutputBufferInternal()
4364 public static final class OutputFrame { class
4366 OutputFrame(int index) { in OutputFrame() method in OutputFrame
4471 private final ArrayList<OutputFrame> mOutputFrames = new ArrayList<>();
4483 public @NonNull OutputFrame getOutputFrame(int index) { in getOutputFrame()
4492 OutputFrame frame = mOutputFrames.get(index); in getOutputFrame()
4508 private native void native_getOutputFrame(OutputFrame frame, int index); in native_getOutputFrame()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5050 android.media.MediaCodec$OutputFrame
H A Dboot-image-profile.txt27834 Landroid/media/MediaCodec$OutputFrame;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5054 android.media.MediaCodec$OutputFrame
H A Dboot-image-profile.txt37941 Landroid/media/MediaCodec$OutputFrame;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt22555 method @NonNull public android.media.MediaCodec.OutputFrame getOutputFrame(int);
22706 public static final class MediaCodec.OutputFrame {