Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediatranscoding/transcoder/include/media/
H A DMediaSample.h38 SAMPLE_FLAG_PARTIAL_FRAME = 8, enumerator
/aosp12/frameworks/base/media/java/android/media/
H A DMediaExtractor.java727 public static final int SAMPLE_FLAG_PARTIAL_FRAME = 4;
735 SAMPLE_FLAG_PARTIAL_FRAME,
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/
H A DVideoTrackTranscoderTests.cpp120 EXPECT_TRUE((flags & SAMPLE_FLAG_PARTIAL_FRAME) == 0); in TEST_F()
/aosp12/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
H A DMediaCodecSurfaceEncoder.java252 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueDecoderInput()
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/
H A DVideoTrackTranscoder.cpp35 static_assert(SAMPLE_FLAG_PARTIAL_FRAME == AMEDIACODEC_BUFFER_FLAG_PARTIAL_FRAME,
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt22471 field public static final int SAMPLE_FLAG_PARTIAL_FRAME = 4; // 0x4