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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vui.h 42 #define MAX_CPB_CNT 32
74 u32 bitRateValue[MAX_CPB_CNT];
75 u32 cpbSizeValue[MAX_CPB_CNT];
76 u32 cbrFlag[MAX_CPB_CNT];
  /external/libhevc/common/
ihevc_defs.h 509 #define MAX_CPB_CNT 32
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_sei.h 21 #define MAX_CPB_CNT 32
h264.h 51 #define MAX_CPB_CNT 32
483 int32_t bit_rate_value_minus1[MAX_CPB_CNT]; // ue(v), 0 to (2^32)-2
484 int32_t cpb_size_value_minus1[MAX_CPB_CNT]; // ue(v), 0 to (2^32)-2
486 uint8_t cbr_flag[MAX_CPB_CNT]; // u(1) * 32

Completed in 152 milliseconds