Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp161 if (jpegCompressInfo == nullptr) { in CheckInputColorFmt()
165 if (jpegCompressInfo->jpeg_color_space != JCS_YCbCr && in CheckInputColorFmt()
166 jpegCompressInfo->jpeg_color_space != JCS_GRAYSCALE) { in CheckInputColorFmt()
203 if (jpegCompressInfo->num_components != ONE_COMPONENT && in AssembleComponentInfo()
269 if (jpegCompressInfo->quant_tbl_ptrs[i]) { in AssembleQuantizationTable()
286 decodeInfo_.imageWidth = jpegCompressInfo->image_width; in AssembleJpegImgHeader()
290 decodeInfo_.arithCode = jpegCompressInfo->arith_code; in AssembleJpegImgHeader()
294 if (!AssembleComponentInfo(jpegCompressInfo)) { in AssembleJpegImgHeader()
297 AssembleHuffmanTable(jpegCompressInfo); in AssembleJpegImgHeader()
298 AssembleQuantizationTable(jpegCompressInfo); in AssembleJpegImgHeader()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Djpeg_hw_decoder.h79 bool AssembleComponentInfo(jpeg_decompress_struct* jpegCompressInfo);
81 void AssembleHuffmanTable(jpeg_decompress_struct* jpegCompressInfo);
82 void AssembleQuantizationTable(jpeg_decompress_struct* jpegCompressInfo);
83 bool AssembleJpegImgHeader(jpeg_decompress_struct* jpegCompressInfo);