Home
last modified time | relevance | path

Searched refs:bits_read (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp508 bits_read = 0; in reset()
528 bits_read = 0; in init_bitstream()
1063 if (bits_read < n) { in extract_bits()
1064 n -= bits_read; in extract_bits()
1067 if (bits_read < n) { in extract_bits()
1069 value >>= (n - bits_read); in extract_bits()
1070 n = bits_read; in extract_bits()
1073 bits_read -= n; in extract_bits()
1081 bits_read = 0; in read_word()
1082 while (bitstream_bytes && bits_read < 32) { in read_word()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp550 bits_read = 0; in reset()
570 bits_read = 0; in init_bitstream()
1139 if (bits_read < n) in extract_bits()
1141 n -= bits_read; in extract_bits()
1144 if (bits_read < n) in extract_bits()
1147 value >>= (n - bits_read); in extract_bits()
1148 n = bits_read; in extract_bits()
1151 bits_read -= n; in extract_bits()
1159 bits_read = 0; in read_word()
1160 while (bitstream_bytes && bits_read < 32) in read_word()
[all …]
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dh264_utils.cpp500 bits_read = 0; in reset()
520 bits_read = 0; in init_bitstream()
1054 if (bits_read < n) { in extract_bits()
1055 n -= bits_read; in extract_bits()
1058 if (bits_read < n) { in extract_bits()
1060 value >>= (n - bits_read); in extract_bits()
1061 n = bits_read; in extract_bits()
1064 bits_read -= n; in extract_bits()
1072 bits_read = 0; in read_word()
1073 while (bitstream_bytes && bits_read < 32) { in read_word()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp508 bits_read = 0; in reset()
528 bits_read = 0; in init_bitstream()
1063 if (bits_read < n) { in extract_bits()
1064 n -= bits_read; in extract_bits()
1067 if (bits_read < n) { in extract_bits()
1069 value >>= (n - bits_read); in extract_bits()
1070 n = bits_read; in extract_bits()
1073 bits_read -= n; in extract_bits()
1081 bits_read = 0; in read_word()
1082 while (bitstream_bytes && bits_read < 32) { in read_word()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp508 bits_read = 0; in reset()
528 bits_read = 0; in init_bitstream()
1063 if (bits_read < n) { in extract_bits()
1064 n -= bits_read; in extract_bits()
1067 if (bits_read < n) { in extract_bits()
1069 value >>= (n - bits_read); in extract_bits()
1070 n = bits_read; in extract_bits()
1073 bits_read -= n; in extract_bits()
1081 bits_read = 0; in read_word()
1082 while (bitstream_bytes && bits_read < 32) { in read_word()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h459 OMX_U32 bits_read; variable
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h414 OMX_U32 bits_read; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h459 OMX_U32 bits_read; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h459 OMX_U32 bits_read; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h459 OMX_U32 bits_read; variable