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

  /frameworks/base/media/libstagefright/mpeg2ts/
ATSParser.cpp 151 unsigned skip = br->getBits(8);
190 unsigned table_id = br->getBits(8);
194 unsigned section_syntax_indicator = br->getBits(1);
198 CHECK_EQ(br->getBits(1), 0u);
199 MY_LOGV(" reserved = %u", br->getBits(2));
201 unsigned section_length = br->getBits(12);
206 MY_LOGV(" program_number = %u", br->getBits(16));
207 MY_LOGV(" reserved = %u", br->getBits(2));
208 MY_LOGV(" version_number = %u", br->getBits(5));
209 MY_LOGV(" current_next_indicator = %u", br->getBits(1))
    [all...]
MPEG2PSExtractor.cpp 275 unsigned packet_startcode_prefix = br.getBits(24);
288 unsigned stream_id = br.getBits(8);
291 /* unsigned PES_packet_length = */br.getBits(16);
302 /* unsigned current_next_indicator = */br.getBits(1);
303 /* unsigned reserved = */br.getBits(2);
304 /* unsigned program_stream_map_version = */br.getBits(5);
305 /* unsigned reserved = */br.getBits(7);
306 /* unsigned marker_bit = */br.getBits(1);
307 unsigned program_stream_info_length = br.getBits(16);
315 unsigned descriptor_tag = br.getBits(8)
    [all...]
ESQueue.cpp 319 CHECK_EQ(bits.getBits(12), 0xfffu);
321 bool protection_absent = bits.getBits(1) != 0;
324 unsigned profile = bits.getBits(2);
326 unsigned sampling_freq_index = bits.getBits(4);
327 bits.getBits(1); // private_bit
328 unsigned channel_configuration = bits.getBits(3);
353 unsigned aac_frame_length = bits.getBits(13);
357 unsigned number_of_raw_data_blocks_in_frame = bits.getBits(2);
  /frameworks/base/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 100 *audioObjectType = bits->getBits(5);
102 *audioObjectType = 32 + bits->getBits(6);
111 unsigned frameLengthFlag = bits->getBits(1);
112 unsigned dependsOnCoreCoder = bits->getBits(1);
114 /* unsigned coreCoderDelay = */bits->getBits(1);
116 unsigned extensionFlag = bits->getBits(1);
124 /* unsigned layerNr = */bits->getBits(3);
129 /* unsigned numOfSubFrame = */bits->getBits(5);
130 /* unsigned layerLength = */bits->getBits(11);
133 /* unsigned aacSectionDataResilienceFlag = */bits->getBits(1)
    [all...]
AMPEG4ElementaryAssembler.cpp 238 unsigned AU_size = bits.getBits(mSizeLength);
244 unsigned AU_index = bits.getBits(n);
258 if (bits.getBits(1)) {
272 if (bits.getBits(1)) {
307 unsigned auxSize = bits.getBits(mAuxiliaryDataSizeLength);
  /frameworks/base/media/libstagefright/
avc_utils.cpp 33 while (br->getBits(1) == 0) {
37 unsigned x = br->getBits(numZeroes);
47 unsigned profile_idc = br.getBits(8);
63 CHECK_EQ(br.getBits(1), 0u); // seq_scaling_matrix_present_flag
76 br.getBits(1); // delta_pic_order_always_zero_flag
87 br.getBits(1); // gaps_in_frame_num_value_allowed_flag
91 unsigned frame_mbs_only_flag = br.getBits(1);
99 br.getBits(1); // mb_adaptive_frame_field_flag
102 br.getBits(1); // direct_8x8_inference_flag
104 if (br.getBits(1)) { // frame_cropping_fla
    [all...]
  /frameworks/base/media/libstagefright/foundation/
ABitReader.cpp 46 uint32_t ABitReader::getBits(size_t n) {
72 getBits(32);
77 getBits(n);
  /frameworks/base/include/media/stagefright/foundation/
ABitReader.h 31 uint32_t getBits(size_t n);
  /frameworks/base/libs/rs/
rsComponent.h 43 uint32_t getBits() const {return mBits;}
rsElement.h 66 uint32_t getBits() const {return mBits;}
rsElement.cpp 148 mBits = mComponent.getBits();
  /external/llvm/include/llvm/Support/
CommandLine.h     [all...]
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 808 milliseconds