Home
last modified time | relevance | path

Searched refs:more_bits (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp538 while (!extract_bits(1) && more_bits()); // Discard VUI enable flag in parse_vui()
539 if (!more_bits()) in parse_vui()
703 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++) { in hrd_parameters()
728 while ((processed_bytes + 2) < sei_unit_size && more_bits()) { in parse_sei()
859 for (OMX_U32 i = 0; i < sei_pic_timing.num_clock_ts && more_bits(); i++) { in sei_picture_timing()
1003 for (unsigned int i = 0; i < scaling_matrix_limit && more_bits(); i++) { in parse_sps()
1105 while (!extract_bits(1) && more_bits()) in uev()
1112 bool h264_stream_parser::more_bits() in more_bits() function in h264_stream_parser
1138 while (value != 0x00000001 && more_bits()) { in get_nal_unit_type()
1309 if (more_bits()) in parse_nal()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp538 while (!extract_bits(1) && more_bits()); // Discard VUI enable flag in parse_vui()
539 if (!more_bits()) in parse_vui()
703 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++) { in hrd_parameters()
728 while ((processed_bytes + 2) < sei_unit_size && more_bits()) { in parse_sei()
859 for (OMX_U32 i = 0; i < sei_pic_timing.num_clock_ts && more_bits(); i++) { in sei_picture_timing()
1003 for (unsigned int i = 0; i < scaling_matrix_limit && more_bits(); i++) { in parse_sps()
1105 while (!extract_bits(1) && more_bits()) in uev()
1112 bool h264_stream_parser::more_bits() in more_bits() function in h264_stream_parser
1138 while (value != 0x00000001 && more_bits()) { in get_nal_unit_type()
1309 if (more_bits()) in parse_nal()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp580 while (!extract_bits(1) && more_bits()); // Discard VUI enable flag in parse_vui()
581 if (!more_bits()) in parse_vui()
755 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++) in hrd_parameters()
781 while ((processed_bytes + 2) < sei_unit_size && more_bits()) in parse_sei()
915 for (int i = 0; i < sei_pic_timing.num_clock_ts && more_bits(); i++) in sei_picture_timing()
1075 for (int i = 0; i < scaling_matrix_limit && more_bits(); i++) in parse_sps()
1187 while(!extract_bits(1) && more_bits()) in uev()
1194 bool h264_stream_parser::more_bits() in more_bits() function in h264_stream_parser
1220 while (value != 0x00000001 && more_bits()) in get_nal_unit_type()
1398 if (more_bits()) in parse_nal()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp538 while (!extract_bits(1) && more_bits()); // Discard VUI enable flag in parse_vui()
539 if (!more_bits()) in parse_vui()
703 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++) { in hrd_parameters()
728 while ((processed_bytes + 2) < sei_unit_size && more_bits()) { in parse_sei()
859 for (OMX_U32 i = 0; i < sei_pic_timing.num_clock_ts && more_bits(); i++) { in sei_picture_timing()
1003 for (unsigned int i = 0; i < scaling_matrix_limit && more_bits(); i++) { in parse_sps()
1105 while (!extract_bits(1) && more_bits()) in uev()
1112 bool h264_stream_parser::more_bits() in more_bits() function in h264_stream_parser
1138 while (value != 0x00000001 && more_bits()) { in get_nal_unit_type()
1309 if (more_bits()) in parse_nal()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h435 inline bool more_bits();
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h435 inline bool more_bits();
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h435 inline bool more_bits();
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h435 inline bool more_bits();