Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp108 rawBufferType = C2BufferData::GRAPHIC; in BaseParams()
DSimpleC2Component.cpp482 outputFormat.value == C2BufferData::GRAPHIC in processQueue()
/frameworks/av/media/codec2/vndk/
DC2Config.cpp270 { "graphic", C2BufferData::GRAPHIC },
DC2AllocatorGralloc.cpp864 Traits traits = { "android.allocator.gralloc", id, C2Allocator::GRAPHIC, minUsage, maxUsage }; in Impl()
DC2Buffer.cpp1161 : mType(blocks.size() == 1 ? GRAPHIC : GRAPHIC_CHUNKS), in Impl()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp1176 GRAPHIC, enumerator
1299 case C2BaseBlock::GRAPHIC: in objcpy()
1388 case C2BaseBlock::GRAPHIC: in objcpy()
1470 d->type = C2BaseBlock::GRAPHIC; in objcpy()
1512 d->type = C2BaseBlock::GRAPHIC; in objcpy()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp744 || buffer->data().type() != C2BufferData::GRAPHIC in Allocate()
834 if (buffer->data().type() != C2BufferData::GRAPHIC) { in canCopy()
DCCodecBufferChannel.cpp1025 bool graphic = (iStreamFormat.value == C2BufferData::GRAPHIC); in start()
1204 bool graphic = (oStreamFormat.value == C2BufferData::GRAPHIC); in start()
DCCodecBuffers.cpp1150 case C2BufferData::GRAPHIC: { in realloc()
DCCodec.cpp2796 GetCommonAllocatorIds(names, C2Allocator::GRAPHIC, &allocators); in CanFetchGraphicBlock()
2821 GetCommonAllocatorIds(names, C2Allocator::GRAPHIC, &allocators); in FetchGraphicBlock()
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp175 0u, C2BufferData::GRAPHIC)) in Helper()
190 0u, C2BufferData::GRAPHIC)) in Helper()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h578 GRAPHIC = 1 << 1, enumerator
2131 GRAPHIC, ///< the buffer contains a single graphic block enumerator
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp293 case C2BufferData::GRAPHIC: { in attachBuffer()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp649 EXPECT_EQ(C2BufferData::GRAPHIC, data->type()); in TEST_F()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp744 case C2BufferData::GRAPHIC: { in getOutputFrame()