Home
last modified time | relevance | path

Searched defs:frameRate (Results 1 – 25 of 87) sorted by relevance

1234

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
Dboot_picture_player_test.cpp60 int32_t frameRate = 0; variable
73 int32_t frameRate = 30; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_render_display_sync.cpp94 int32_t frameRate = round(1.0 / (static_cast<double>(currentPeriod_) / NS_TO_S)); in OnFrameSkip() local
122 int32_t RSRenderDisplaySync::CalcSkipRateCount(int32_t frameRate) in CalcSkipRateCount()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
Dhencoder.cpp44 optional<double> frameRate = GetFrameRateFromUser(format); in OnConfigure() local
354 int32_t HEncoder::SetupPort(const Format &format, std::optional<double> frameRate) in SetupPort()
449 static uint32_t SetPFramesSpacing(int32_t iFramesIntervalInMs, double frameRate, uint32_t bFramesSp… in SetPFramesSpacing()
546 void HEncoder::ConfigureProtocol(const Format &format, std::optional<double> frameRate) in ConfigureProtocol()
564 int32_t HEncoder::SetupAVCEncoderParameters(const Format &format, std::optional<double> frameRate) in SetupAVCEncoderParameters()
606 … HEncoder::SetAvcFields(OMX_VIDEO_PARAM_AVCTYPE &avcType, int32_t iFrameInterval, double frameRate) in SetAvcFields()
644 int32_t HEncoder::SetupHEVCEncoderParameters(const Format &format, std::optional<double> frameRate) in SetupHEVCEncoderParameters()
711 optional<double> frameRate = GetFrameRateFromUser(format); in OnSetParameters() local
Dhdecoder.cpp82 optional<double> frameRate = GetFrameRateFromUser(format); in SetupPort() local
295 optional<double> frameRate = GetFrameRateFromUser(format); in OnSetParameters() local
404 optional<double> frameRate = GetFrameRateFromUser(format); in SetVrrEnable() local
/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
Dimage_common_type.cpp30 void VideoConfigParams::SetFrameRate(int32_t frameRate) in SetFrameRate()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/
Dvideo_encoder_filter.h75 uint32_t frameRate; member
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
Dcodec_port.cpp50 uint32_t frameRate; in Config() local
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/
Dcodec_param_checker_test.cpp312 constexpr double frameRate = 0.0; variable
326 constexpr double frameRate = -1.0; variable
1033 constexpr double frameRate = 0.0; variable
1047 constexpr double frameRate = -1.0; variable
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Dcodec_capability.h67 CodecRange frameRate; variable
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
Dformat_test.cpp166 double frameRate; in CheckVideoKey() local
246 double frameRate; in CheckAudioKeyVvc() local
349 double frameRate = 0.0; in AvcVideoParam() local
387 double frameRate = 0.0; in HevcVideoParam() local
489 double frameRate = 0.0; in OtherVideoParam() local
/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
Dcodeclist_core_coverage_unit_test.cpp210 constexpr double frameRate = 60.0; variable
223 constexpr double frameRate = 1000.0; variable
/foundation/multimedia/player_framework/test/fuzztest/common/
Dtest_screen_capture.cpp122 int32_t TestScreenCapture::SetMaxFrameRate(int32_t frameRate) in SetMaxFrameRate()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
Dboot_picture_player.cpp121 bool BootPicturePlayer::CheckFrameRateValid(int32_t frameRate) in CheckFrameRateValid()
/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
Dimage_common_type.h49 …VideoConfigParams(VideoCodecType videoCodec, Videoformat pixelFormat, int32_t frameRate, int32_t w… in VideoConfigParams()
/foundation/multimedia/av_codec/frameworks/native/capi/common/
Dnative_avcapability.cpp447 const auto &frameRate = videoCap->GetSupportedFrameRate(); in OH_AVCapability_GetVideoFrameRateRange() local
463 const auto &frameRate = videoCap->GetSupportedFrameRatesFor(width, height); in OH_AVCapability_GetVideoFrameRateRangeForSize() local
474 int32_t frameRate) in OH_AVCapability_AreVideoSizeAndFrameRateSupported()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
Davmuxer_demo_common.h35 double frameRate; member
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
Dvideoenc_api11_sample.cpp105 double frameRate = data; in ConfigureVideoEncoderFuzz() local
530 double frameRate = data; in SetParameter() local
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/
Daudio_muxer_demo.h54 double frameRate; member
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
Drecorder_source.h50 int32_t frameRate = 0; member
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
Dpreview_output_impl.cpp145 std::vector<std::vector<int32_t>> frameRate = innerPreviewOutput_->GetSupportedFrameRates(); in GetSupportedFrameRates() local
Dvideo_output_impl.cpp153 std::vector<std::vector<int32_t>> frameRate = innerVideoOutput_->GetSupportedFrameRates(); in GetSupportedFrameRates() local
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
Dfps_controller_process_test.cpp100 int32_t frameRate = 50; variable
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
Dimage_decoder.cpp71 optional<double> frameRate = GetFrameRateFromUser(format); in SetupPort() local
/foundation/multimedia/player_framework/frameworks/native/screen_capture/
Dscreen_capture_impl.cpp152 int32_t ScreenCaptureImpl::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
Dcommand_parser.h64 std::optional<double> frameRate; member
106 uint32_t frameRate = 30; member

1234