Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h353 bool IsDualHdrImage(ImageHdrType type);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1837 bool ImageSource::IsDualHdrImage(ImageHdrType type) in IsDualHdrImage() function in OHOS::Media::ImageSource
3717 if (IsDualHdrImage(decodedHdrType)) { in DecodeImageDataToContext()