Home
last modified time | relevance | path

Searched refs:maxRate (Results 1 - 21 of 21) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/frame_rate_vote/
H A Drs_frame_rate_vote.cpp109 uint32_t maxRate = maxElement->second; in SurfaceVideoVote() local
111 if (maxRate == lastVotedRate_ && maxPid == lastVotedPid_) { in SurfaceVideoVote()
115 VoteRate(maxPid, VIDEO_VOTE_FLAG, maxRate); in SurfaceVideoVote()
117 lastVotedRate_ = maxRate; in SurfaceVideoVote()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config_in.c223 && (configValue <= g_resource.flowControl.maxRate) in FtConfigSetInitialRate()
267 g_resource.flowControl.maxRate = *(FILLP_UINT32 *)value; in FtConfigSetMaxRate()
269 FILLP_LOGERR("maxRate:%u is invalid parameter!!!", *(FILLP_UINT32 *)value); in FtConfigSetMaxRate()
412 if ((resource->flowControl.maxRate > FILLP_MAX_STACK_RATE) || in FtValidateFlowcontorMaxRateMaxRecvRate()
413 (resource->flowControl.maxRate == FILLP_NULL)) { in FtValidateFlowcontorMaxRateMaxRecvRate()
414 FILLP_LOGERR("maxRate %u is invalid parameter!!!", resource->flowControl.maxRate); in FtValidateFlowcontorMaxRateMaxRecvRate()
430 (resource->flowControl.initialRate > resource->flowControl.maxRate) || in FtValidateFlowcontorRateConfigParamsInner()
H A Dfillp_stack_config.c107 g_resource.flowControl.maxRate = globalResource->flowControl.maxRate; in FtInitConfigSet()
141 globalResource->flowControl.maxRate = g_resource.flowControl.maxRate; in FtInitConfigGet()
233 *(FILLP_UINT32 *)value = g_resource.flowControl.maxRate; in FtGetConfigStackHalf2()
H A Dres.c51 FILLP_DEFAULT_CORE_MAX_RATE, /* flowControl.maxRate */
105 g_resource.flowControl.maxRate = FILLP_DEFAULT_MAX_RATE; in InitGlobalResourceDefault()
H A Dspunge_core.c293 inst->rateControl.recv.maxRate = g_resource.flowControl.maxRecvRate; in SpungeInstSendInit()
296 inst->rateControl.send.maxRate = g_resource.flowControl.maxRate; in SpungeInstSendInit()
1039 if (calcRecvTotalRate > inst->rateControl.recv.maxRate) { in FillpServerRecvRateAdjustment()
1040 calcRecvTotalRate = inst->rateControl.recv.maxRate; in FillpServerRecvRateAdjustment()
1048 *connRecvCalLimit = inst->rateControl.recv.maxRate; in FillpServerRecvRateAdjustment()
1090 if (calcSendTotalRate > inst->rateControl.send.maxRate) { in FillpServerSendRateAdjustment()
1091 calcSendTotalRate = inst->rateControl.send.maxRate; in FillpServerSendRateAdjustment()
1099 *connSendCalLimit = inst->rateControl.send.maxRate; in FillpServerSendRateAdjustment()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_stack_app_config_in.c22 (globalResource->flowControl.oppositeSetRate > g_resource.flowControl.maxRate)) { in FtAppValidateFlowConfig()
23 FILLP_LOGERR("oppositeSetRate is invalid parameter oppositeSetRate = %u maxRate = %u !!!", in FtAppValidateFlowConfig()
24 globalResource->flowControl.oppositeSetRate, g_resource.flowControl.maxRate); in FtAppValidateFlowConfig()
29 if ((globalResource->flowControl.maxRate == 0) || (globalResource->flowControl.maxRate > FILLP_MAX_STACK_RATE)) { in FtAppValidateFlowConfig()
30 FILLP_LOGERR("maxRate: %u Kbps is invalid parameter!!!", globalResource->flowControl.maxRate); in FtAppValidateFlowConfig()
434 (configValue <= g_resource.flowControl.maxRate) in FtAppConfigSetOppositeSetRate()
446 FILLP_LOGERR("fillp_sock_id:%d oppositeSetRate is invalid parameter %u, maxRate = %u, " in FtAppConfigSetOppositeSetRate()
448 sockIndex, configValue, g_resource.flowControl.maxRate, g_resourc in FtAppConfigSetOppositeSetRate()
[all...]
H A Dfillp_stack_app_config.c103 resource->flowControl.maxRate = globalConfig->flowControl.maxRate; in CopyGlobalConfig()
192 gresource->flowControl.maxRate = resource->flowControl.maxRate; in CopySockConfig()
H A Dapi.c684 g_resource.flowControl.maxRate); in FillpDebugCmdGlobalConfigRes()
782 FILLP_SHOWDATABUTT("FillP Flow control : maxRate(FT_CONF_MAX_RATE) = %u Kbps", in FillpDebugSocketConfigRes()
783 resource->flowControl.maxRate); in FillpDebugSocketConfigRes()
H A Dfillp_dfx.c467 FILLP_DUMP_MSG_ADD_CHECK(data, *len, " max send rate: %u Kbps"CRLF, fc->maxRate); in DoShowSockConfigRes()
/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
91 maxRefreshRateRange_ = maxRate; in SetRefreshRateRange()
H A Dhgm_screen.h112 int32_t SetRefreshRateRange(uint32_t minRate, uint32_t maxRate);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h54 FILLP_UINT32 maxRate; member
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_utils.cpp345 napi_value maxRate; in CreateFrameRateJSArray() local
346 status = napi_create_int32(env, frameRateRange[1], &maxRate); in CreateFrameRateJSArray()
348 napi_set_named_property(env, result, "max", maxRate) != napi_ok) { in CreateFrameRateJSArray()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h68 FILLP_UINT32 maxRate; member
H A Dsockets.h72 FILLP_UINT32 maxRate; /* maximum data sending rate */ member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c67 alg->maxRateAllowed = FILLP_GET_SOCKET(pcb)->resConf.flowControl.maxRate; in FillpAlg0FlowControlInit()
185 FILLP_LOGDTL("fillp_sock_id:%d, fcState INIT -> BW_PROBE, maxRate:%u, sendRateIncreaseGainIndex:%hhu", in FillpAlg0FcHandleInit()
214 maxRateAllowed = FILLP_GET_SOCKET(pcb)->resConf.flowControl.maxRate; in FillpAlg0PackStateProcess()
H A Dfillp_flow_control.c170 flowControl->sendRate = sock->resConf.flowControl.maxRate; in FillpCalSendInterval()
282 /* The maxRate configured by the user is in Mbps, hence multiplied by in FillpFcInit()
284 pcb->send.flowControl.sendRate = g_resource.flowControl.maxRate; in FillpFcInit()
H A Dfillp_conn.c816 if (sock->resConf.flowControl.maxRate > g_resource.flowControl.maxRate) { in FillpHandleConnConfirmAckInput()
817 sock->resConf.flowControl.maxRate = g_resource.flowControl.maxRate; in FillpHandleConnConfirmAckInput()
826 "peer pkt num = %u, maxRate:%u, maxRecvRate:%u", in FillpHandleConnConfirmAckInput()
828 pcb->recv.pktNum, sock->resConf.flowControl.maxRate, sock->resConf.flowControl.maxRecvRate); in FillpHandleConnConfirmAckInput()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c519 sock->resConf.flowControl.maxRate = UTILS_MIN(sock->resConf.flowControl.maxRate, g_resource.flowControl.maxRate); in SpungeHandleMsgConnAccepted()
525 "local pkt num = %u, peer seq num = %u peer pkt num = %u, maxRate= %u maxRecvRate= %u", in SpungeHandleMsgConnAccepted()
527 netconn->pcb->fpcb.recv.seqNum, netconn->pcb->fpcb.recv.pktNum, sock->resConf.flowControl.maxRate, in SpungeHandleMsgConnAccepted()
H A Dsocket_common.c119 FILLP_DEFAULT_MAX_RATE, /* flowControl.maxRate */
151 g_appResource.flowControl.maxRate = FILLP_DEFAULT_MAX_RATE; in InitGlobalAppResourceDefault()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h835 FILLP_UINT32 maxRate; member
839 * Range: non-zero to maxRate - 1 */
950 FILLP_UINT32 maxRate; member
957 * maxRate Default Value: 0 */

Completed in 22 milliseconds