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

  /external/lldb/test/lang/c/bitfields/
main.c 58 struct MoreBits more_bits; local
60 more_bits.a = 3;
61 more_bits.b = 0;
62 more_bits.c = 1;
63 more_bits.d = 0;
  /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 331 milliseconds