Home
last modified time | relevance | path

Searched defs:imgCodecBuffer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp424 … shared_ptr<ImageCodecBuffer> imgCodecBuffer = ImageCodecBuffer::CreateDmaBuffer(outBuffer->fd, in AllocateHardwareBuffers() local
461 shared_ptr<ImageCodecBuffer> imgCodecBuffer = canReuseOutputBuffer ? in AllocateSurfaceBuffers() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h115 std::shared_ptr<ImageCodecBuffer> imgCodecBuffer; member