Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/jpeg_yuv_decoder/
H A Djpeg_yuvdata_converter.h32 struct YuvPlaneInfo { struct
41 int I444ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest); argument
42 int I444ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest);
43 int I422ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest);
44 int I422ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest);
45 int I420ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest);
46 int I420ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest);
47 int I440ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest);
48 int I440ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest);
49 int I411ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest);
[all …]
H A Djpeg_decoder_yuv.h29 typedef int (*FUNC_I4xxToI420)(const YuvPlaneInfo& src, const YuvPlaneInfo& dest);
30 typedef int (*FUNC_I4xxToNV21)(const YuvPlaneInfo& src, const YuvPlaneInfo& dest);
111 static void InitPlaneOutInfoTo420(uint32_t width, uint32_t height, YuvPlaneInfo &info);
112 static void InitPlaneOutInfoTo420NV(uint32_t width, uint32_t height, YuvPlaneInfo &info);
113 …static void FillJpgOutYuvInfo(YuvPlaneInfo& info, uint32_t width, uint32_t height, uint8_t* data, …
131 bool ValidateParameter(YuvPlaneInfo &srcPlaneInfo, ConverterPair &converter);
132 int ConvertFrom4xx(YuvPlaneInfo &srcPlaneInfo, ConverterPair &converter);
133 int ConvertFromGray(YuvPlaneInfo &srcPlaneInfo);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H A Djpeg_yuvdata_converter.cpp142 static bool CopyYData(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in CopyYData()
164 int I4xxToI420_c(const YuvPlaneInfo &src, const YuvPlaneInfo &dest, in I4xxToI420_c()
216 int I444ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I444ToI420_wrapper()
232 int I444ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I444ToNV21_wrapper()
248 int I422ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I422ToI420_wrapper()
264 int I422ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I422ToNV21_wrapper()
280 int I420ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I420ToI420_wrapper()
285 int I420ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I420ToNV21_wrapper()
301 int I440ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I440ToI420_wrapper()
306 int I440ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I440ToNV21_wrapper()
[all …]
H A Djpeg_decoder_yuv.cpp282 void JpegDecoderYuv::InitPlaneOutInfoTo420(uint32_t width, uint32_t height, YuvPlaneInfo &info) in InitPlaneOutInfoTo420()
300 void JpegDecoderYuv::InitPlaneOutInfoTo420NV(uint32_t width, uint32_t height, YuvPlaneInfo &info) in InitPlaneOutInfoTo420NV()
371 void JpegDecoderYuv::FillJpgOutYuvInfo(YuvPlaneInfo& info, uint32_t width, uint32_t height, uint8_t… in FillJpgOutYuvInfo()
452 YuvPlaneInfo jpegOutYuvInfo = { 0 }; in DoDecodeToYuvPlane()
501 bool JpegDecoderYuv::ValidateParameter(YuvPlaneInfo &srcPlaneInfo, ConverterPair &converter) in ValidateParameter()
533 int JpegDecoderYuv::ConvertFrom4xx(YuvPlaneInfo &srcPlaneInfo, ConverterPair &converter) in ConvertFrom4xx()
544 YuvPlaneInfo dest = { 0 }; in ConvertFrom4xx()
562 YuvPlaneInfo srcYVU = srcPlaneInfo; in ConvertFrom4xx()
582 int JpegDecoderYuv::ConvertFromGray(YuvPlaneInfo &srcPlaneInfo) in ConvertFromGray()
604 YuvPlaneInfo dest = { 0 }; in ConvertFromGray()