Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Config.cpp226 { "linear-chunks", C2BufferData::LINEAR_CHUNKS },
DC2Buffer.cpp1142 : mType(blocks.size() == 1 ? LINEAR : LINEAR_CHUNKS), in Impl()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp636 EXPECT_EQ(C2BufferData::LINEAR_CHUNKS, data->type()); in TEST_F()
/hardware/google/av/codec2/include/
DC2Buffer.h1991 LINEAR_CHUNKS, ///< the buffer contains one or more linear blocks enumerator