Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dcommand_parser.cpp59 opt.pixelFormat = static_cast<UserPixelFormat>(stol(optarg)); in Parse()
72 case UserPixelFormat::NV12: in Print()
75 case UserPixelFormat::NV21: in Print()
78 case UserPixelFormat::NV12_10bit: in Print()
81 case UserPixelFormat::NV21_10bit: in Print()
H A Dmock_heif_hw_decode_flow.cpp190 bool HeifHwDecoderFlow::AllocOutput(UserPixelFormat userPixelFormat) in AllocOutput()
192 static const map<UserPixelFormat, GraphicPixelFormat> userPixelFmtToGraphicPixelFmt = { in AllocOutput()
193 { UserPixelFormat::NV12, GRAPHIC_PIXEL_FMT_YCBCR_420_SP }, in AllocOutput()
194 { UserPixelFormat::NV21, GRAPHIC_PIXEL_FMT_YCRCB_420_SP }, in AllocOutput()
195 { UserPixelFormat::NV12_10bit, GRAPHIC_PIXEL_FMT_YCBCR_P010 }, in AllocOutput()
196 { UserPixelFormat::NV21_10bit, GRAPHIC_PIXEL_FMT_YCRCB_P010 }, in AllocOutput()
H A Dcommand_parser.h22 enum class UserPixelFormat { enum
30 UserPixelFormat pixelFormat;
H A Dmock_heif_hw_decode_flow.h68 bool AllocOutput(UserPixelFormat userPixelFormat);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/unittest/
H A Dheif_hw_decoder_test.cpp184 .pixelFormat = UserPixelFormat::NV21,
198 .pixelFormat = UserPixelFormat::NV21,