Home
last modified time | relevance | path

Searched defs:isHdrDecoderNeed (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dimage_source_preview.cpp51 const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap()
57 uint32_t index, const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_decoder.cpp27 …fPtr<CanvasImage> ImageDecoder::MakePixmapImage(AIImageQuality imageQuality, bool isHdrDecoderNeed) in MakePixmapImage()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp84 …ageSourceOhos::CreatePixelMap(const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap()
90 uint32_t index, const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_provider.h55 bool isHdrDecoderNeed = false; member
H A Dimage_loading_context.h121 void SetIsHdrDecoderNeed(bool isHdrDecoderNeed) in SetIsHdrDecoderNeed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dimage_decoder.cpp76 …fPtr<CanvasImage> ImageDecoder::MakePixmapImage(AIImageQuality imageQuality, bool isHdrDecoderNeed) in MakePixmapImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp549 bool isHdrDecoderNeed = false; in StartDecoding() local