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

/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Dmp4_utils.cpp223 /* first_half_vbv_buffer_size*/
224 uint32 first_half_vbv_buffer_size = read_bit_field (&m_posInfo, 15); local
231 uint32 VBVBufferSize = (first_half_vbv_buffer_size << 3) + latter_half_vbv_buffer_size;

Completed in 94 milliseconds