/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_mpd_downloader.h | 124 std::vector<uint32_t> GetBitRatesByHdr(bool isHdr) const;
|
H A D | dash_mpd_downloader.cpp | 855 std::vector<uint32_t> DashMpdDownloader::GetBitRatesByHdr(bool isHdr) const in GetBitRatesByHdr() 861 (isHdr == (item->videoType_ != DASH_VIDEO_TYPE_SDR))) { in GetBitRatesByHdr()
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 600 * @param isHdr Indicates the HDR status to set. 605 virtual int32_t SetVideoIsHdr(int32_t sourceId, bool isHdr) = 0;
|
/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_proxy.cpp | 146 int32_t RecorderServiceProxy::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() argument 156 data.WriteBool(isHdr); in SetVideoIsHdr()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 345 uint32_t ImageAiProcess(Size imageSize, const DecodeOptions &opts, bool isHdr,
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 304 if (data_.loaderOpts.isHdr && imageSource->IsHdrImage()) {
in CreateImagePixelMap()
|
H A D | ithumbnail_helper.cpp | 460 data.loaderOpts.isHdr = true; in IsCreateLcdSuccess()
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.h | 161 bool isHdr = false; member
|
H A D | avrecorder_napi.cpp | 1764 if (CommonNapi::GetPropertyBool(env, item, "isHdr", profile.isHdr)) { 1765 CHECK_AND_RETURN_RET(!(profile.isHdr && (profile.videoCodecFormat != VideoCodecFormat::H265)), 1766 (asyncCtx->AVRecorderSignError(MSERR_UNSUPPORT_VID_PARAMS, "isHdr needs to match video/hevc", ""), 1769 profile.isHdr = false; 1830 " videoFrameHeight %{public}d, videoFrameRate %{public}d, isHdr %{public}d, enableTemporalScale %{public}d", 1832 profile.videoFrameHeight, profile.videoFrameRate, profile.isHdr, profile.enableTemporalScale); 2088 ret = recorder_->SetVideoIsHdr(videoSourceID_, profile.isHdr); 2089 CHECK_AND_RETURN_RET(ret == MSERR_OK, GetRetInfo(ret, "SetVideoIsHdr", "isHdr"));
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 835 bool isHdr = context.hdrType > Media::ImageHdrType::SDR; 836 auto res = ImageAiProcess(info.size, opts, isHdr, context, plInfo); 838 IMAGE_LOGD("[ImageSource] ImageAiProcess fail, isHdr%{public}d, ret:%{public}u.", isHdr, res); 4315 uint32_t ImageSource::ImageAiProcess(Size imageSize, const DecodeOptions &opts, bool isHdr, DecodeContext &context, 4323 auto bRet = IsNecessaryAiProcess(imageSize, opts, isHdr, needAisr, needHdr);
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_camera_controller.cpp | 689 const bool isHdr = (camera.renderPipelineType != RenderCamera::RenderPipelineType::LIGHT_FORWARD); in CreateResources() local 701 if ((!validDepthHandle) || isMsaa || isHdr || isDeferred) { in CreateResources()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 235 ret.isHdr = imageSource->IsHdrImage(); in ParseImageSourceImageInfo() 798 ret.isHdr = pixelMap->IsHdr(); in ParsePixelMapImageInfo()
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 1763 bool isHdr = false; in GetVideoTrackInfo() local 1764 trackInfo->GetData(Tag::VIDEO_IS_HDR_VIVID, isHdr); in GetVideoTrackInfo() 1765 if (isHdr) { in GetVideoTrackInfo()
|
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 2213 bool isHdr = false; in GetImageSourceDynamicRange() local 2214 OH_ImageSourceInfo_GetDynamicRange(imageInfo, &isHdr); in GetImageSourceDynamicRange() 2215 if (isHdr) { in GetImageSourceDynamicRange()
|
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.cpp | 701 if (vidIsHdr.isHdr) {
in ConfigureVideo()
|