Home
last modified time | relevance | path

Searched refs:frameRate_ (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dimage_common_type.h47 frameRate_(0), width_ (0), height_(0) in VideoConfigParams()
51 …: videoCodec_(videoCodec), pixelFormat_(pixelFormat), frameRate_(frameRate), width_ (width), heigh… in VideoConfigParams()
68 int32_t frameRate_; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dimage_common_type.cpp32 frameRate_ = frameRate; in SetFrameRate()
53 return frameRate_; in GetFrameRate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_frame_rate_linker.cpp61 frameRate_ = rate; in SetFrameRate()
66 return frameRate_; in GetFrameRate()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.cpp230 if (!upstreamMeta->Get<Plugin::Tag::VIDEO_FRAME_RATE>(frameRate_)) { in Configure()
233 if (frameRate_ == 0) { in Configure()
234 frameRate_ = DEFAULT_FRAME_RATE; in Configure()
236 waitPrerolledTimeout_ = 1000 / frameRate_; // 1s = 1000ms in Configure()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_frame_rate_linker.h59 uint32_t frameRate_ = 0; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.h71 uint32_t frameRate_ {0};
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_sink.h66 uint32_t frameRate_ {0};
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.h120 uint32_t frameRate_ {0};
H A Dvideo_ffmpeg_encoder_plugin.cpp223 FindInParameterMapThenAssignLocked<uint32_t>(Tag::VIDEO_FRAME_RATE, frameRate_); in InitCodecContext()
226 … PUBLIC_LOG_U32, width_, height_, GetVideoPixelFormatNameStr(pixelFormat_), frameRate_); in InitCodecContext()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.cpp115 (void)AssignParameterIfMatch(tag, frameRate_, value); in SetParameter()
168 FALSE_LOG(videoMeta->Set<Plugin::Tag::VIDEO_FRAME_RATE>(frameRate_)); in DoConfigure()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.h105 uint32_t frameRate_ {0};
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.cpp345 frameRate_ = Plugin::AnyCast<uint32_t>(value); in SetParameter()
361 frameRate_ != 0) { in SetParameter()
375 meta.Set<Tag::VIDEO_FRAME_RATE>(frameRate_); in ConfigOmx()
H A Dhdi_codec_adapter.h94 uint32_t frameRate_{};
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.h82 double frameRate_ { 0.0 };
H A Dav_thumbnail_generator.cpp147 …ECK_AND_RETURN_RET_LOG(trackInfos[index]->Get<Tag::VIDEO_FRAME_RATE>(frameRate_) && frameRate_ > 0, in GetVideoTrackInfo()
665 format.PutDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, frameRate_); in PauseFetchFrame()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h104 std::string frameRate_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp279 adptSetNode->GetAttr("frameRate", adptSetInfo->commonAttrsAndElements_.frameRate_); in GetAdptSetCommonAttr()
686 … representationNode->GetAttr("frameRate", representationInfo->commonAttrsAndElements_.frameRate_); in GetRepresentationAttr()