Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp192 static const map<UserPixelFormat, GraphicPixelFormat> userPixelFmtToGraphicPixelFmt = { in AllocOutput() local
198 auto iter = userPixelFmtToGraphicPixelFmt.find(userPixelFormat); in AllocOutput()
199 if (iter == userPixelFmtToGraphicPixelFmt.end()) { in AllocOutput()