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 D | command_parser.cpp | 59 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 D | mock_heif_hw_decode_flow.cpp | 190 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 D | command_parser.h | 22 enum class UserPixelFormat { enum 30 UserPixelFormat pixelFormat;
|
H A D | mock_heif_hw_decode_flow.h | 68 bool AllocOutput(UserPixelFormat userPixelFormat);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/unittest/ |
H A D | heif_hw_decoder_test.cpp | 184 .pixelFormat = UserPixelFormat::NV21, 198 .pixelFormat = UserPixelFormat::NV21,
|