Searched refs:DecodeJpegGainMap (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 322 bool DecodeJpegGainMap(ImageHdrType hdrType, float scale,
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_test.cpp | 2089 bool result = imageSource->DecodeJpegGainMap(hdrType, scale, gainMapCtx, metadata);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 3769 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()
|