Home
last modified time | relevance | path

Searched refs:minRate (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config.c39 g_resource.minRate = globalPreinitConfig->minRate; in FtSetCopyPreinitConfigs()
56 globalPreinitConfig->minRate = g_resource.minRate; in FtGetCopyPreinitConfigs()
H A Dres.c122 g_resource.minRate = FILLP_DEFAULT_MIN_RATE_EXT; in InitGlobalResourceDefault()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c34 FILLP_UINT32 minRate = FILLP_FC0_DEFAULT_RATE; in FillpAlg0CalSendInterval() local
36 if (flowControl->sendRate < minRate) { in FillpAlg0CalSendInterval()
37 flowControl->sendRate = minRate; in FillpAlg0CalSendInterval()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.cpp88 int32_t HgmScreen::SetRefreshRateRange(uint32_t minRate, uint32_t maxRate) in SetRefreshRateRange() argument
90 minRefreshRateRange_ = minRate; in SetRefreshRateRange()
H A Dhgm_screen.h112 int32_t SetRefreshRateRange(uint32_t minRate, uint32_t maxRate);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h78 FILLP_UINT16 minRate; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_utils.cpp343 napi_value minRate; in CreateFrameRateJSArray() local
344 status = napi_create_int32(env, frameRateRange[0], &minRate); in CreateFrameRateJSArray()
347 if (status != napi_ok || napi_set_named_property(env, result, "min", minRate) != napi_ok || in CreateFrameRateJSArray()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h775 FILLP_UINT16 minRate; member