Searched refs:max_buffer_size (Results 1 – 3 of 3) sorted by relevance
29 : frames_read(0), fdp(_fdp), min_buffer_size(32 * 32), max_buffer_size(_max_buffer_size) {} in IMediaSourceFuzzImpl()47 const size_t max_buffer_size; variable69 auto size = fdp->ConsumeIntegralInRange<size_t>(min_buffer_size, max_buffer_size); in readMultiple()82 auto size = fdp->ConsumeIntegralInRange<size_t>(min_buffer_size, max_buffer_size); in readMultiple()
2207 Int total_bitrate, max_buffer_size; in PVUpdateVBVDelay() local2221 max_buffer_size = (encData->encParams->nLayers == 1 ? profile_level_max_VBV_size[index] : in PVUpdateVBVDelay()2224 if (total_bitrate*delay > (float)max_buffer_size) in PVUpdateVBVDelay()
3868 field public static final String DEVICE_CONFIG_PROPERTY_MAX_BUFFER_SIZE = "max_buffer_size";