Home
last modified time | relevance | path

Searched refs:ParsingICCProfile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dicc_profile_info.h54 uint32_t ParsingICCProfile(j_decompress_ptr cinfo);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dicc_profile_info.cpp70 uint32_t ICCProfileInfo::ParsingICCProfile(j_decompress_ptr cinfo) in ParsingICCProfile() function in OHOS::ImagePlugin::ICCProfileInfo
H A Djpeg_decoder.cpp491 uint32_t iccPaseredResult = iccProfileInfo_.ParsingICCProfile(&decodeInfo_); in DoSwDecode()