Home
last modified time | relevance | path

Searched defs:outfmt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp117 PixelFormat outfmt[] = { PixelFormat::NV12, PixelFormat::NV21}; in TestDecodeToSize() local
1311 PixelFormat outfmt[] = {PixelFormat::NV12, PixelFormat::NV21}; variable
1331 PixelFormat outfmt[] = {PixelFormat::NV12, PixelFormat::NV21}; variable
1346 PixelFormat outfmt[] = {PixelFormat::NV12, PixelFormat::NV21}; variable
1361 PixelFormat outfmt[] = {PixelFormat::NV12, PixelFormat::NV21}; variable
1767 PixelFormat outfmt[] = {PixelFormat::RGBA_1010102}; variable
1781 PixelFormat outfmt[] = {PixelFormat::RGBA_1010102}; variable
1798 PixelFormat outfmt[] = {PixelFormat::RGBA_1010102}; variable
1837 PixelFormat outfmt[] = {PixelFormat::RGBA_1010102}; variable
1855 PixelFormat outfmt[] = {PixelFormat::RGBA_1010102}; variable
[all …]
H A Dheif_yuv_test.cpp53 PixelFormat outfmt[] = { PixelFormat::NV12, PixelFormat::NV21}; in TestDecodeToSize() local
74 void HeifYuvTest::DecodeToFormat(std::string srcHeif, PixelFormat outfmt, int width, int height) in DecodeToFormat()
117 void HeifYuvTest::DecodeToYuv(std::string srcHeif, PixelFormat outfmt, std::string outname, int& wi… in DecodeToYuv()
207 PixelFormat outfmt[] = { PixelFormat::NV12, PixelFormat::NV21}; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/
H A Djpeg_yuv_decoder_test.cpp78 void JpgYuvDecoderTest::DecodeToYUV(std::string srcjpg, int width, int height, JpegYuvFmt outfmt) in DecodeToYUV()