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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 274 OMX_U8 cpb_removal_delay_length; member in struct:__anon31797
  /hardware/qcom/media/mm-video-legacy/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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 276 OMX_U8 cpb_removal_delay_length; member in struct:__anon31815
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 712 hrd_param->cpb_removal_delay_length = extract_bits(5) + 1;
716 ALOGV("-->cpb_removal_delay_length : %u", hrd_param->cpb_removal_delay_length);
820 cpb_removal_len = vui_param.nal_hrd_parameters.cpb_removal_delay_length;
825 cpb_removal_len = vui_param.vcl_hrd_parameters.cpb_removal_delay_length;
    [all...]

Completed in 26 milliseconds