Searched refs:graphic (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/codec2/hal/aidl/ |
D | BufferTypes.cpp | 89 d->graphic = _C2BlockFactory::CreateGraphicBlock(sC2Handle); in objcpy() 90 if (d->graphic) { in objcpy() 106 d->graphic = _C2BlockFactory::CreateGraphicBlock(pBuf); in objcpy() 110 if (d->graphic) { in objcpy() 146 d->graphic = _C2BlockFactory::CreateGraphicBlock(cHandle, bpData); in objcpy() 147 if (d->graphic) { in objcpy()
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | types.cpp | 143 d->graphic = _C2BlockFactory::CreateGraphicBlock(sC2Handle); in objcpy() 144 if (d->graphic) { in objcpy() 185 d->graphic = _C2BlockFactory::CreateGraphicBlock(cHandle, bpData); in objcpy() 186 if (d->graphic) { in objcpy()
|
/frameworks/hardware/interfaces/vr/composer/2.0/ |
D | IVrComposerClient.hal | 87 * the buffer as a graphic buffer. 100 * the buffer as a graphic buffer.
|
/frameworks/hardware/interfaces/vr/composer/1.0/ |
D | IVrComposerClient.hal | 87 * the buffer as a graphic buffer. 100 * the buffer as a graphic buffer.
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 1580 bool graphic = (iStreamFormat.value == C2BufferData::GRAPHIC); in start() local 1581 bool audioEncoder = !graphic && (kind.value == C2Component::KIND_ENCODER); in start() 1597 pools->inputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC in start() 1654 graphic ? C2BlockPool::BASIC_GRAPHIC : C2BlockPool::BASIC_LINEAR; in start() 1691 } else if (graphic) { in start() 1760 bool graphic = (oStreamFormat.value == C2BufferData::GRAPHIC); in start() local 1770 pools->outputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC in start() 1847 graphic ? C2BlockPool::BASIC_GRAPHIC : C2BlockPool::BASIC_LINEAR; in start() 1875 if (graphic) { in start()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | OMXNodeInstance.h | 252 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable);
|
/frameworks/av/media/codec2/hal/common/include/codec2/common/ |
D | BufferTypes.h | 554 std::shared_ptr<C2GraphicBlock> graphic; member 628 if (!CreateGraphicBuffer(d, baseBlock.graphic, sBlockMeta, dFence)) { in objcpy()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 950 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable) { in enableNativeBuffers_l() argument 958 graphic ? ", graphic" : "", enable); in enableNativeBuffers_l() 960 graphic ? "OMX.google.android.index.enableAndroidNativeBuffers" in enableNativeBuffers_l() 975 if (!graphic) { in enableNativeBuffers_l() 991 if (!graphic) { in enableNativeBuffers_l()
|