Searched refs:max_rate (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dratectrl.c408 unsigned int max_rate = cpi->per_frame_bandwidth local
411 if (target > max_rate)
412 target = max_rate;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c188 const int max_rate = rc->av_per_frame_bandwidth * local
190 target = MIN(target, max_rate);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1046 uint16 max_rate; /* In units of 512 Kbps */ member in struct:wme_tx_params_s
4297 uint8 max_rate; member in struct:wl_txrate_class

Completed in 141 milliseconds