Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp190 bool HeifHwDecoderFlow::AllocOutput(UserPixelFormat userPixelFormat) in AllocOutput() argument
198 auto iter = userPixelFmtToGraphicPixelFmt.find(userPixelFormat); in AllocOutput()
200 LOGE("unsupported pixel format: %{public}d", static_cast<int>(userPixelFormat)); in AllocOutput()
H A Dmock_heif_hw_decode_flow.h68 bool AllocOutput(UserPixelFormat userPixelFormat);