| /foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
| D | boot_picture_player_test.cpp | 60 int32_t frameRate = 0; variable 73 int32_t frameRate = 30; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| D | rs_render_display_sync.cpp | 94 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/ |
| D | hencoder.cpp | 44 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
|
| D | hdecoder.cpp | 82 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/ |
| D | image_common_type.cpp | 30 void VideoConfigParams::SetFrameRate(int32_t frameRate) in SetFrameRate()
|
| /foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/ |
| D | video_encoder_filter.h | 75 uint32_t frameRate; member
|
| /foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
| D | codec_port.cpp | 50 uint32_t frameRate; in Config() local
|
| /foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/ |
| D | codec_param_checker_test.cpp | 312 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/ |
| D | codec_capability.h | 67 CodecRange frameRate; variable
|
| /foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
| D | format_test.cpp | 166 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/ |
| D | codeclist_core_coverage_unit_test.cpp | 210 constexpr double frameRate = 60.0; variable 223 constexpr double frameRate = 1000.0; variable
|
| /foundation/multimedia/player_framework/test/fuzztest/common/ |
| D | test_screen_capture.cpp | 122 int32_t TestScreenCapture::SetMaxFrameRate(int32_t frameRate) in SetMaxFrameRate()
|
| /foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
| D | boot_picture_player.cpp | 121 bool BootPicturePlayer::CheckFrameRateValid(int32_t frameRate) in CheckFrameRateValid()
|
| /foundation/distributedhardware/distributed_camera/services/data_process/include/utils/ |
| D | image_common_type.h | 49 …VideoConfigParams(VideoCodecType videoCodec, Videoformat pixelFormat, int32_t frameRate, int32_t w… in VideoConfigParams()
|
| /foundation/multimedia/av_codec/frameworks/native/capi/common/ |
| D | native_avcapability.cpp | 447 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/ |
| D | avmuxer_demo_common.h | 35 double frameRate; member
|
| /foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/ |
| D | videoenc_api11_sample.cpp | 105 double frameRate = data; in ConfigureVideoEncoderFuzz() local 530 double frameRate = data; in SetParameter() local
|
| /foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/ |
| D | audio_muxer_demo.h | 54 double frameRate; member
|
| /foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
| D | recorder_source.h | 50 int32_t frameRate = 0; member
|
| /foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
| D | preview_output_impl.cpp | 145 std::vector<std::vector<int32_t>> frameRate = innerPreviewOutput_->GetSupportedFrameRates(); in GetSupportedFrameRates() local
|
| D | video_output_impl.cpp | 153 std::vector<std::vector<int32_t>> frameRate = innerVideoOutput_->GetSupportedFrameRates(); in GetSupportedFrameRates() local
|
| /foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/ |
| D | fps_controller_process_test.cpp | 100 int32_t frameRate = 50; variable
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
| D | image_decoder.cpp | 71 optional<double> frameRate = GetFrameRateFromUser(format); in SetupPort() local
|
| /foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
| D | screen_capture_impl.cpp | 152 int32_t ScreenCaptureImpl::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate()
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| D | command_parser.h | 64 std::optional<double> frameRate; member 106 uint32_t frameRate = 30; member
|