Searched refs:bits_read (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dh264_utils.cpp550 bits_read = 0;
570 bits_read = 0;
1139 if (bits_read < n)
1141 n -= bits_read;
1144 if (bits_read < n)
1147 value >>= (n - bits_read);
1148 n = bits_read;
1151 bits_read -= n;
1159 bits_read = 0;
1160 while (bitstream_bytes && bits_read < 3
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp508 bits_read = 0;
528 bits_read = 0;
1063 if (bits_read < n) {
1064 n -= bits_read;
1067 if (bits_read < n) {
1069 value >>= (n - bits_read);
1070 n = bits_read;
1073 bits_read -= n;
1081 bits_read = 0;
1082 while (bitstream_bytes && bits_read < 3
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp508 bits_read = 0;
528 bits_read = 0;
1063 if (bits_read < n) {
1064 n -= bits_read;
1067 if (bits_read < n) {
1069 value >>= (n - bits_read);
1070 n = bits_read;
1073 bits_read -= n;
1081 bits_read = 0;
1082 while (bitstream_bytes && bits_read < 3
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp508 bits_read = 0;
528 bits_read = 0;
1063 if (bits_read < n) {
1064 n -= bits_read;
1067 if (bits_read < n) {
1069 value >>= (n - bits_read);
1070 n = bits_read;
1073 bits_read -= n;
1081 bits_read = 0;
1082 while (bitstream_bytes && bits_read < 3
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h459 OMX_U32 bits_read; member in class:h264_stream_parser
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h459 OMX_U32 bits_read; member in class:h264_stream_parser
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h459 OMX_U32 bits_read; member in class:h264_stream_parser
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h459 OMX_U32 bits_read; member in class:h264_stream_parser

Completed in 35 milliseconds