Home
last modified time | relevance | path

Searched refs:pksize (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/evp/
Dpmeth_fn.c69 size_t pksize = (size_t)EVP_PKEY_size(ctx->pkey); \
72 *arglen = pksize; \
75 else if (*arglen < pksize) \
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c147 const WebRtc_Word16 pksize, in WebRtcIsacfix_UpdateUplinkBwImpl() argument
204 … (WebRtc_Word32)pksize), 15) + bweStr->recHeaderRate; in WebRtcIsacfix_UpdateUplinkBwImpl()
219 … (WebRtc_Word32)pksize), 14) + bweStr->recHeaderRate; in WebRtcIsacfix_UpdateUplinkBwImpl()
377 … (WebRtc_Word32)(524288 + WEBRTC_SPL_RSHIFT_W32(((WebRtc_Word32)pksize + HEADER_SIZE), 1)), in WebRtcIsacfix_UpdateUplinkBwImpl()
378 (WebRtc_Word16)(pksize + HEADER_SIZE)); in WebRtcIsacfix_UpdateUplinkBwImpl()
431 arrTimeProj = WEBRTC_SPL_MUL(((WebRtc_Word32)pksize + HEADER_SIZE), arrTimeProj); in WebRtcIsacfix_UpdateUplinkBwImpl()
Dbandwidth_estimator.h65 const WebRtc_Word16 pksize,
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c140 const WebRtc_Word32 pksize in WebRtcIsac_UpdateBandwidthEstimator() argument
168 rec_rtp_rate = ((float)pksize * 8.0f * 1000.0f / (float)frame_length) + in WebRtcIsac_UpdateBandwidthEstimator()
373 curr_bw_inv = arr_ts_diff / ((float)(pksize + HEADER_SIZE) * in WebRtcIsac_UpdateBandwidthEstimator()
396 t_diff_proj = ((float)(pksize + HEADER_SIZE) * 8.0f * in WebRtcIsac_UpdateBandwidthEstimator()
Dbandwidth_estimator.h98 const WebRtc_Word32 pksize);