Home
last modified time | relevance | path

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

/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), height_(height) in VideoConfigParams()
68 int32_t frameRate_; member in OHOS::DistributedHardware::VideoConfigParams
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_frame_rate_linker.cpp52 frameRate_ = rate; in SetFrameRate()
57 return frameRate_; in GetFrameRate()
/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dimage_common_type.cpp32 frameRate_ = frameRate; in SetFrameRate()
53 return frameRate_; in GetFrameRate()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_frame_rate_linker.h57 uint32_t frameRate_ = 0; member in OHOS::Rosen::RSRenderFrameRateLinker
/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()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_sink.h51 uint32_t frameRate_ {0};
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.h71 uint32_t frameRate_ {0};
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dvideo_source_encoder.h38 uint32_t frameRate_ = DEFAULT_FRAME_RATE; member in OHOS::Sharing::VideoSourceConfigure
/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()
225 MEDIA_LOG_D("width: " PUBLIC_LOG_U32 ", height: " PUBLIC_LOG_U32 ", pixelFormat: " PUBLIC_LOG_S ", frameRate_: " in InitCodecContext()
226 PUBLIC_LOG_U32, width_, height_, GetVideoPixelFormatNameStr(pixelFormat_), frameRate_); in InitCodecContext()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.h105 uint32_t frameRate_ {0};
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.h81 double frameRate_ { 0.0 };
H A Dav_thumbnail_generator.cpp155 CHECK_AND_RETURN_RET_LOG(trackInfos[index]->Get<Tag::VIDEO_FRAME_RATE>(frameRate_) && frameRate_ > 0, in GetVideoTrackInfo()
600 format.PutDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, frameRate_); in PauseFetchFrame()
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.h94 uint32_t frameRate_{};
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()
/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()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_source_encoder.cpp145 videoFormat.PutIntValue("frame_rate", configure.frameRate_); in ConfigEncoder()
/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
/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()

Completed in 11 milliseconds