Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h318 uint32_t SetGainMapDecodeOption(std::unique_ptr<ImagePlugin::AbsImageDecoder>& decoder,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp2082 ret = imageSource->SetGainMapDecodeOption(decoder, plInfo, scale);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3724 uint32_t ImageSource::SetGainMapDecodeOption(std::unique_ptr<AbsImageDecoder>& decoder, PlImageInfo… in SetGainMapDecodeOption() function in OHOS::Media::ImageSource
3802 errorCode = SetGainMapDecodeOption(jpegGainmapDecoder_, gainMapInfo, scale); in DecodeJpegGainMap()