Home
last modified time | relevance | path

Searched refs:IsHdr (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_hdr_test.cpp134 * @tc.desc: Test PixelMap IsHdr()
155 bool isHdr = pixelMap->IsHdr(); in HWTEST_F()
161 * @tc.desc: Test PixelMap IsHdr()
182 bool isHdr = pixelMap->IsHdr(); in HWTEST_F()
188 * @tc.desc: Test PixelMap IsHdr()
209 bool isHdr = pixelMap->IsHdr(); in HWTEST_F()
215 * @tc.desc: Test PixelMap IsHdr()
236 bool isHdr = pixelMap->IsHdr(); in HWTEST_F()
246 * @tc.desc: Test HdrVivid PixelMap IsHdr()
267 bool isHdr = pixelMap->IsHdr(); in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_adpt_set_manager.h43 bool IsHdr();
/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
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp747 if (data.source != nullptr && data.source->IsHdr()) { in IsCreateThumbnailSuccess()
833 if (data.source != nullptr && data.source->IsHdr()) { in DoCreateLcdAndThumbnail()
841 if (data.orientation != 0 && data.sourceEx != nullptr && data.sourceEx->IsHdr()) { in DoCreateLcdAndThumbnail()
882 if (data.source != nullptr && data.source->IsHdr()) { in DoCreateAstc()
970 if (data.source != nullptr && data.source->IsHdr()) { in DoCreateAstcEx()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpicture_ext_test.cpp445 EXPECT_TRUE(pixelmap->IsHdr()); in HWTEST_F()
493 EXPECT_TRUE(pixelmap->IsHdr()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp173 !pixelMap_->IsHdr()) { in SetPixelMap()
H A Drs_image.cpp76 if (!pixelMap_->IsHdr()) { in HDRConvert()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp200 pixelMap->IsHdr(); in PixelMapTest002()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp351 if (pixelmap_->IsHdr() && in PixelmapEncode()
1023 if (!pixelmap_->IsHdr() || in EncodeDualVivid()
1067 if (!pixelmap_->IsHdr()) { in EncodeSdrImage()
1413 if (!mainPixelmap->IsHdr()) { in EncodeJpegPictureSdr()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h303 NATIVEEXPORT bool IsHdr();
/foundation/multimedia/image_effect/test/unittest/
H A Dnative_image_effect_unittest.cpp1522 if (pixelmapNative->pixelmap_->IsHdr()) { in HWTEST_F()
1570 if (pixelmapNative->pixelmap_->IsHdr()) { in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp920 if (source.GetAllocatorType() == AllocatorType::DMA_ALLOC && source.IsHdr()) { in SetDstPixelMapInfo()
1461 bool PixelMap::IsHdr() in IsHdr() function in OHOS::Media::PixelMap
3568 if (allocatorType_ == AllocatorType::DMA_ALLOC && IsHdr()) { in DoTranslation()
3950 if (allocatorType_ != AllocatorType::DMA_ALLOC || !IsHdr()) { in ToSdr()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp193 if (pixelMap->IsHdr()) { in PreProcessPixelMap()
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native.cpp540 imageInfo->isHdr = pixelmap->GetInnerPixelmap()->IsHdr(); in OH_PixelmapNative_GetImageInfo()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp798 ret.isHdr = pixelMap->IsHdr(); in ParsePixelMapImageInfo()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1121 if (adptSetManager_->IsHdr()) { in GetStreamsInfoInAdptSet()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1475 !val->IsHdr()) { in Unmarshalling()
/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()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp2109 napi_get_boolean(env, rPixelMap->IsHdr(), &isHdrValue); in STATIC_NAPI_VALUE_FUNC()

Completed in 58 milliseconds