Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp454 bool canReuseOutputBuffer = false; in AllocateSurfaceBuffers() local
456 canReuseOutputBuffer = (output != nullptr); in AllocateSurfaceBuffers()
458 canReuseOutputBuffer = (output != nullptr) && (!is10Bit_ || isOutputPortSettingChanged); in AllocateSurfaceBuffers()
461 shared_ptr<ImageCodecBuffer> imgCodecBuffer = canReuseOutputBuffer ? in AllocateSurfaceBuffers()