Home
last modified time | relevance | path

Searched refs:graphic (Results 1 – 5 of 5) sorted by relevance

/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal87 * the buffer as a graphic buffer.
100 * the buffer as a graphic buffer.
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp828 bool graphic = (iStreamFormat.value == C2BufferData::GRAPHIC); in start() local
834 pools->inputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC in start()
875 graphic ? C2BlockPool::BASIC_GRAPHIC : C2BlockPool::BASIC_LINEAR; in start()
895 if (graphic) { in start()
965 bool graphic = (oStreamFormat.value == C2BufferData::GRAPHIC); in start() local
972 pools->outputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC in start()
1049 graphic ? C2BlockPool::BASIC_GRAPHIC : C2BlockPool::BASIC_LINEAR; in start()
1067 if (graphic) { in start()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp1174 std::shared_ptr<C2GraphicBlock> graphic; member
1294 if (!createGraphicBuffer(d, baseBlock.graphic, sBlockMeta, dFence)) { in objcpy()
1390 d->graphic = _C2BlockFactory::CreateGraphicBlock(sC2Handle); in objcpy()
1391 if (d->graphic) { in objcpy()
1432 d->graphic = _C2BlockFactory::CreateGraphicBlock(cHandle, bpData); in objcpy()
1433 if (d->graphic) { in objcpy()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h252 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable);
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp819 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable) { in enableNativeBuffers_l() argument
827 graphic ? ", graphic" : "", enable); in enableNativeBuffers_l()
829 graphic ? "OMX.google.android.index.enableAndroidNativeBuffers" in enableNativeBuffers_l()
844 if (!graphic) { in enableNativeBuffers_l()
860 if (!graphic) { in enableNativeBuffers_l()