/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_picture_player_test.cpp | 60 int32_t frameRate = 0; variable 73 int32_t frameRate = 30; variable
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/capabilitydataadapterimpl_fuzzer/ |
H A D | capabilitydataadapterimpl_fuzzer.cpp | 34 int32_t frameRate = static_cast<int32_t>(size); in CapabilityDataAdapterImplFuzzTest() local
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | capability_data_adapter_impl.cpp | 45 void CapabilityDataAdapterImpl::SetMaxframeRate(int32_t frameRate) in SetMaxframeRate()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_decoder_format_adapter_impl.cpp | 49 void ArkDecoderFormatAdapterImpl::SetFrameRate(double frameRate) in SetFrameRate()
|
H A D | ark_decoder_callback_adapter_impl.cpp | 34 void ArkDecoderCallbackAdapterImpl::OnStreamChanged(int32_t width, int32_t height, double frameRate) in OnStreamChanged()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_decoder_format_adapter_wrapper.cpp | 50 void ArkDecoderFormatAdapterWrapper::SetFrameRate(double frameRate) in SetFrameRate()
|
H A D | ark_decoder_callback_adapter_wrapper.cpp | 34 … ArkDecoderCallbackAdapterWrapper::OnStreamChanged(int32_t width, int32_t height, double frameRate) in OnStreamChanged()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A 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()
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | format_adapter_impl.cpp | 50 void FormatAdapterImpl::SetFrameRate(float frameRate) in SetFrameRate()
|
H A D | format_adapter_mock.cpp | 48 void FormatAdapterImpl::SetFrameRate(float frameRate) in SetFrameRate()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/ |
H A D | mediacodecdecoderadapterimpl_fuzzer.cpp | 35 void OnStreamChanged(int32_t width, int32_t height, double frameRate) override {} in OnStreamChanged() 78 double frameRate; member in OHOS::DecoderFormatAdapterMock
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_video_port_cap_v10.md | 83 ### frameRate subsection
|
H A D | _codec_video_port_cap_v20.md | 83 ### frameRate subsection
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/ |
H A D | image_common_type.cpp | 30 void VideoConfigParams::SetFrameRate(int32_t frameRate) in SetFrameRate()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A 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() 447 static uint32_t SetPFramesSpacing(int32_t iFramesIntervalInMs, double frameRate, uint32_t bFramesSp… in SetPFramesSpacing() 544 void HEncoder::ConfigureProtocol(const Format &format, std::optional<double> frameRate) in ConfigureProtocol() 562 int32_t HEncoder::SetupAVCEncoderParameters(const Format &format, std::optional<double> frameRate) in SetupAVCEncoderParameters() 604 … HEncoder::SetAvcFields(OMX_VIDEO_PARAM_AVCTYPE &avcType, int32_t iFrameInterval, double frameRate) in SetAvcFields() 642 int32_t HEncoder::SetupHEVCEncoderParameters(const Format &format, std::optional<double> frameRate) in SetupHEVCEncoderParameters() 708 optional<double> frameRate = GetFrameRateFromUser(format); in OnSetParameters() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/ |
H A D | video_encoder_filter.h | 75 uint32_t frameRate; member
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_port.cpp | 50 uint32_t frameRate; in Config() local
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | media_codec_decoder_adapter_impl_test.cpp | 51 void OnStreamChanged(int32_t width, int32_t height, double frameRate) override {} in OnStreamChanged() 94 double frameRate; member in OHOS::NWeb::DecoderFormatAdapterMock
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/ |
H A 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
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | codec_capability.h | 67 CodecRange frameRate; variable
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecencoderadapterimpl_fuzzer/ |
H A D | mediacodecencoderadapterimpl_fuzzer.cpp | 69 double frameRate; member in OHOS::CodecConfigParaAdapterMock
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A 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
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_screen_capture.cpp | 122 int32_t TestScreenCapture::SetMaxFrameRate(int32_t frameRate) in SetMaxFrameRate()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_picture_player.cpp | 121 bool BootPicturePlayer::CheckFrameRateValid(int32_t frameRate) in CheckFrameRateValid()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/ |
H A D | codeclist_core_coverage_unit_test.cpp | 210 constexpr double frameRate = 60.0; variable 223 constexpr double frameRate = 1000.0; variable
|