Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Config.cpp269 { "linear-chunks", C2BufferData::LINEAR_CHUNKS },
DC2Buffer.cpp1156 : mType(blocks.size() == 1 ? LINEAR : LINEAR_CHUNKS), in Impl()
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp310 case C2BufferData::LINEAR_CHUNKS: [[fallthrough]]; in attachBuffer()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h2130 LINEAR_CHUNKS, ///< the buffer contains one or more linear blocks enumerator
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp642 EXPECT_EQ(C2BufferData::LINEAR_CHUNKS, data->type()); in TEST_F()
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp1166 case C2BufferData::LINEAR_CHUNKS: [[fallthrough]]; in realloc()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp763 case C2BufferData::LINEAR_CHUNKS: [[fallthrough]]; in getOutputFrame()