Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h322 bool DecodeJpegGainMap(ImageHdrType hdrType, float scale,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp2089 bool result = imageSource->DecodeJpegGainMap(hdrType, scale, gainMapCtx, metadata);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3769 bool ImageSource::DecodeJpegGainMap(ImageHdrType hdrType, float scale, DecodeContext& gainMapCtx, H… in DecodeJpegGainMap() function in OHOS::Media::ImageSource
3838 } else if (!DecodeJpegGainMap(hdrType, scale, gainMapCtx, metadata)) { in ApplyGainMap()