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

  /hardware/qcom/media/msm8974/mm-video-legacy/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/msm8974/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 693 hrd_param->cpb_cnt = uev() + 1;
696 ALOGV("-->cpb_cnt : %u", hrd_param->cpb_cnt);
699 if (hrd_param->cpb_cnt > MAX_CPB_COUNT) {
700 ALOGV("ERROR: Invalid hrd_param->cpb_cnt [%u]!", hrd_param->cpb_cnt);
703 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++) {
783 if (hrd_param->cpb_cnt > MAX_CPB_COUNT) {
784 ALOGV("ERROR: Invalid hrd_param->cpb_cnt [%u]!", hrd_param->cpb_cnt);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 693 hrd_param->cpb_cnt = uev() + 1;
696 ALOGV("-->cpb_cnt : %u", hrd_param->cpb_cnt);
699 if (hrd_param->cpb_cnt > MAX_CPB_COUNT) {
700 ALOGV("ERROR: Invalid hrd_param->cpb_cnt [%u]!", hrd_param->cpb_cnt);
703 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++) {
783 if (hrd_param->cpb_cnt > MAX_CPB_COUNT) {
784 ALOGV("ERROR: Invalid hrd_param->cpb_cnt [%u]!", hrd_param->cpb_cnt);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 267 OMX_U32 cpb_cnt; member in struct:__anon33224
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 269 OMX_U32 cpb_cnt; member in struct:__anon33243
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 269 OMX_U32 cpb_cnt; member in struct:__anon33283
  /external/libhevc/decoder/
ihevcd_parse_headers.c 546 WORD32 cpb_cnt,
552 for(i = 0; i <= cpb_cnt; i++)
    [all...]

Completed in 537 milliseconds