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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 580 while (!extract_bits(1) && more_bits()); // Discard VUI enable flag
581 if (!more_bits())
755 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++)
781 while ((processed_bytes + 2) < sei_unit_size && more_bits())
915 for (int i = 0; i < sei_pic_timing.num_clock_ts && more_bits(); i++)
1194 bool h264_stream_parser::more_bits() function in class:h264_stream_parser
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 538 while (!extract_bits(1) && more_bits()); // Discard VUI enable flag
539 if (!more_bits())
703 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++) {
728 while ((processed_bytes + 2) < sei_unit_size && more_bits()) {
859 for (OMX_U32 i = 0; i < sei_pic_timing.num_clock_ts && more_bits(); i++) {
1112 bool h264_stream_parser::more_bits() function in class:h264_stream_parser
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 435 inline bool more_bits();
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 435 inline bool more_bits();

Completed in 31 milliseconds