Searched refs:GRAPHIC (Results 1 – 10 of 10) sorted by relevance
/hardware/google/av/codec2/vndk/ |
D | C2Config.cpp | 227 { "graphic", C2BufferData::GRAPHIC },
|
D | C2AllocatorGralloc.cpp | 634 Traits traits = { "android.allocator.gralloc", id, C2Allocator::GRAPHIC, minUsage, maxUsage }; in Impl()
|
D | C2Buffer.cpp | 1147 : mType(blocks.size() == 1 ? GRAPHIC : GRAPHIC_CHUNKS), in Impl()
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Interface.cpp | 95 rawBufferType = C2BufferData::GRAPHIC; in BaseParams()
|
/hardware/google/av/codec2/include/ |
D | C2Buffer.h | 578 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;
|
D | C2Config.h | 956 constexpr C2BufferData::type_t C2FormatVideo = C2BufferData::GRAPHIC; // deprecated
|
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 613 || buffer->data().type() != C2BufferData::GRAPHIC in Allocate() 703 if (buffer->data().type() != C2BufferData::GRAPHIC) { in canCopy()
|
D | CCodecBufferChannel.cpp | 1178 case C2BufferData::GRAPHIC: FALLTHROUGH_INTENDED; in realloc()
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 1050 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/ |
D | C2BufferTest.cpp | 643 EXPECT_EQ(C2BufferData::GRAPHIC, data->type()); in TEST_F()
|