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

  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 744 hrd_param->cpb_cnt = uev() + 1;
747 ALOGV("-->cpb_cnt : %u", hrd_param->cpb_cnt);
750 if (hrd_param->cpb_cnt > MAX_CPB_COUNT)
752 ALOGV("ERROR: Invalid hrd_param->cpb_cnt [%u]!", hrd_param->cpb_cnt);
755 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++)
841 if (hrd_param->cpb_cnt > MAX_CPB_COUNT)
843 ALOGV("ERROR: Invalid hrd_param->cpb_cnt [%u]!", hrd_param->cpb_cnt);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 267 OMX_U32 cpb_cnt; member in struct:__anon20891

Completed in 934 milliseconds