Home
last modified time | relevance | path

Searched refs:IsHdr (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_hdr_test.cpp162 bool isHdr = pixelMap->IsHdr();
189 bool isHdr = pixelMap->IsHdr();
216 bool isHdr = pixelMap->IsHdr();
243 bool isHdr = pixelMap->IsHdr();
274 bool isHdr = pixelMap->IsHdr();
301 bool isHdr = pixelMap->IsHdr();
328 bool isHdr = pixelMap->IsHdr();
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_adpt_set_manager.h43 bool IsHdr();
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp267 bool DashAdptSetManager::IsHdr() in IsHdr() function in OHOS::Media::Plugins::HttpPlugin::DashAdptSetManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp258 !pixelMap_->IsHdr()) { in MarkRenderServiceImage()
H A Drs_image.cpp80 if (!pixelMap_->IsHdr()) { in HDRConvert()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp803 if (pixelMap != nullptr && pixelMap->IsHdr()) { in IsCreateThumbnailSuccess()
935 if (pixelMap != nullptr && pixelMap->IsHdr()) { in DoCreateAstc()
H A Dthumbnail_utils.cpp2256 if (dataSource != nullptr && dataSource->IsHdr()) { in ScaleThumbnailFromSource()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp362 if (pixelmap_->IsHdr() && in PixelmapEncode()
1295 if (!pixelmap_->IsHdr() || in EncodeDualVivid()
1341 if (!pixelmap_->IsHdr()) { in EncodeSdrImage()
1692 if (!mainPixelmap->IsHdr()) { in EncodeJpegPictureSdr()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h327 NATIVEEXPORT bool IsHdr();
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A Dnative_image_effect_unittest.cpp1520 if (pixelmapNative->pixelmap_->IsHdr()) {
1568 if (pixelmapNative->pixelmap_->IsHdr()) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp189 if (pixelMap->IsHdr()) { in PreProcessPixelMap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native.cpp538 imageInfo->isHdr = pixelmap->GetInnerPixelmap()->IsHdr(); in OH_PixelmapNative_GetImageInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp1453 bool PixelMap::IsHdr() in IsHdr() function in OHOS::Media::PixelMap
3826 if (allocatorType_ != AllocatorType::DMA_ALLOC || !IsHdr()) { in ToSdr()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1092 if (adptSetManager_->IsHdr()) { in GetStreamsInfoInAdptSet()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp1721 napi_get_boolean(env, rPixelMap->IsHdr(), &isHdrValue); in STATIC_NAPI_VALUE_FUNC()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp2107 napi_get_boolean(env, rPixelMap->IsHdr(), &isHdrValue); in STATIC_NAPI_VALUE_FUNC()