HomeSort by relevance Sort by last modified time
    Searched refs:cpb_removal_delay_length (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 274 OMX_U8 cpb_removal_delay_length; member in struct:__anon20891
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 765 hrd_param->cpb_removal_delay_length = extract_bits(5) + 1;
769 ALOGV("-->cpb_removal_delay_length : %u", hrd_param->cpb_removal_delay_length);
884 cpb_removal_len = vui_param.nal_hrd_parameters.cpb_removal_delay_length;
891 cpb_removal_len = vui_param.vcl_hrd_parameters.cpb_removal_delay_length;
    [all...]

Completed in 399 milliseconds