Home
last modified time | relevance | path

Searched refs:GRAPHIC (Results 1 – 10 of 10) sorted by relevance

/hardware/google/av/codec2/vndk/
DC2Config.cpp227 { "graphic", C2BufferData::GRAPHIC },
DC2AllocatorGralloc.cpp634 Traits traits = { "android.allocator.gralloc", id, C2Allocator::GRAPHIC, minUsage, maxUsage }; in Impl()
DC2Buffer.cpp1147 : mType(blocks.size() == 1 ? GRAPHIC : GRAPHIC_CHUNKS), in Impl()
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp95 rawBufferType = C2BufferData::GRAPHIC; in BaseParams()
/hardware/google/av/codec2/include/
DC2Buffer.h578 GRAPHIC = 1 << 1, enumerator
1991 GRAPHIC, ///< the buffer contains a single graphic block enumerator
2051 … return mType == GRAPHIC ? std::shared_ptr::reinterpret_cast<C2GraphicBuffer>(this) : nullptr;
DC2Config.h956 constexpr C2BufferData::type_t C2FormatVideo = C2BufferData::GRAPHIC; // deprecated
/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp613 || buffer->data().type() != C2BufferData::GRAPHIC in Allocate()
703 if (buffer->data().type() != C2BufferData::GRAPHIC) { in canCopy()
DCCodecBufferChannel.cpp1178 case C2BufferData::GRAPHIC: FALLTHROUGH_INTENDED; in realloc()
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1050 GRAPHIC, enumerator
1167 case C2BaseBlock::GRAPHIC: in objcpy()
1264 d->type = C2BaseBlock::GRAPHIC; in objcpy()
1306 d->type = C2BaseBlock::GRAPHIC; in objcpy()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp643 EXPECT_EQ(C2BufferData::GRAPHIC, data->type()); in TEST_F()