Home
last modified time | relevance | path

Searched refs:GRAPHIC_CHUNKS (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/codec2/vndk/
DC2Config.cpp228 { "graphic-chunks", C2BufferData::GRAPHIC_CHUNKS },
DC2Buffer.cpp1147 : mType(blocks.size() == 1 ? GRAPHIC : GRAPHIC_CHUNKS), in Impl()
/hardware/google/av/codec2/include/
DC2Buffer.h1992 GRAPHIC_CHUNKS, ///< the buffer contains one of more graphic blocks enumerator
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp652 EXPECT_EQ(C2BufferData::GRAPHIC_CHUNKS, data->type()); in TEST_F()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1182 case C2BufferData::GRAPHIC_CHUNKS: FALLTHROUGH_INTENDED; in realloc()