Searched refs:GRAPHIC (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2Config.cpp | 257 { "graphic", C2BufferData::GRAPHIC },
|
D | C2AllocatorGralloc.cpp | 917 Traits traits = { "android.allocator.gralloc", id, C2Allocator::GRAPHIC, minUsage, maxUsage }; in Impl()
|
D | C2Buffer.cpp | 1135 : mType(blocks.size() == 1 ? GRAPHIC : GRAPHIC_CHUNKS), in Impl()
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Interface.cpp | 95 rawBufferType = C2BufferData::GRAPHIC; in BaseParams()
|
D | SimpleC2Component.cpp | 479 outputFormat.value == C2BufferData::GRAPHIC in processQueue()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 616 || buffer->data().type() != C2BufferData::GRAPHIC in Allocate() 705 if (buffer->data().type() != C2BufferData::GRAPHIC) { in canCopy()
|
D | CCodecBufferChannel.cpp | 828 bool graphic = (iStreamFormat.value == C2BufferData::GRAPHIC); in start() 965 bool graphic = (oStreamFormat.value == C2BufferData::GRAPHIC); in start()
|
D | CCodecBuffers.cpp | 895 case C2BufferData::GRAPHIC: { in realloc()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | types.cpp | 1170 GRAPHIC, enumerator 1293 case C2BaseBlock::GRAPHIC: in objcpy() 1392 d->type = C2BaseBlock::GRAPHIC; in objcpy() 1434 d->type = C2BaseBlock::GRAPHIC; in objcpy()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 578 GRAPHIC = 1 << 1, enumerator 1994 GRAPHIC, ///< the buffer contains a single graphic block enumerator
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 643 EXPECT_EQ(C2BufferData::GRAPHIC, data->type()); in TEST_F()
|