/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/ |
H A D | image_common_type.h | 47 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 D | image_common_type.cpp | 32 frameRate_ = frameRate; in SetFrameRate() 53 return frameRate_; in GetFrameRate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_frame_rate_linker.cpp | 61 frameRate_ = rate; in SetFrameRate() 66 return frameRate_; in GetFrameRate()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/ |
H A D | video_sink_filter.cpp | 230 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 D | rs_render_frame_rate_linker.h | 59 uint32_t frameRate_ = 0; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/video_capture/ |
H A D | video_capture_filter.h | 71 uint32_t frameRate_ {0};
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | video_sink.h | 66 uint32_t frameRate_ {0};
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/ |
H A D | video_ffmpeg_encoder_plugin.h | 120 uint32_t frameRate_ {0};
|
H A D | video_ffmpeg_encoder_plugin.cpp | 223 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 D | video_capture_filter.cpp | 115 (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 D | video_sink_filter.h | 105 uint32_t frameRate_ {0};
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | hdi_codec_adapter.cpp | 345 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 D | hdi_codec_adapter.h | 94 uint32_t frameRate_{};
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | av_thumbnail_generator.h | 82 double frameRate_ { 0.0 };
|
H A D | av_thumbnail_generator.cpp | 147 …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 D | dash_mpd_def.h | 104 std::string frameRate_; member
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_parser.cpp | 279 adptSetNode->GetAttr("frameRate", adptSetInfo->commonAttrsAndElements_.frameRate_); in GetAdptSetCommonAttr() 686 … representationNode->GetAttr("frameRate", representationInfo->commonAttrsAndElements_.frameRate_); in GetRepresentationAttr()
|