Home
last modified time | relevance | path

Searched refs:isHdr (Results 26 - 40 of 40) sorted by relevance

12

/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h124 std::vector<uint32_t> GetBitRatesByHdr(bool isHdr) const;
H A Ddash_mpd_downloader.cpp855 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 Drecorder.h600 * @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 Drecorder_service_proxy.cpp146 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 Dimage_source.h345 uint32_t ImageAiProcess(Size imageSize, const DecodeOptions &opts, bool isHdr,
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp304 if (data_.loaderOpts.isHdr && imageSource->IsHdrImage()) { in CreateImagePixelMap()
H A Dithumbnail_helper.cpp460 data.loaderOpts.isHdr = true; in IsCreateLcdSuccess()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h161 bool isHdr = false; member
H A Davrecorder_napi.cpp1764 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 Dimage_source.cpp835 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 Drender_node_default_camera_controller.cpp689 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 Dimage_ffi.cpp235 ret.isHdr = imageSource->IsHdrImage(); in ParseImageSourceImageInfo()
798 ret.isHdr = pixelMap->IsHdr(); in ParsePixelMapImageInfo()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp1763 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 DImageNdk.cpp2213 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 Dhirecorder_impl.cpp701 if (vidIsHdr.isHdr) { in ConfigureVideo()

Completed in 33 milliseconds

12