Home
last modified time | relevance | path

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

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