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

  /frameworks/av/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 267 unsigned AU_size = bits.getBits(mSizeLength);
273 unsigned AU_index = bits.getBits(n);
287 if (bits.getBits(1)) {
301 if (bits.getBits(1)) {
336 unsigned auxSize = bits.getBits(mAuxiliaryDataSizeLength);
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 221 unsigned table_id = br->getBits(8);
225 unsigned section_syntax_indicator = br->getBits(1);
229 CHECK_EQ(br->getBits(1), 0u);
230 MY_LOGV(" reserved = %u", br->getBits(2));
232 unsigned section_length = br->getBits(12);
237 MY_LOGV(" program_number = %u", br->getBits(16));
238 MY_LOGV(" reserved = %u", br->getBits(2));
239 MY_LOGV(" version_number = %u", br->getBits(5));
240 MY_LOGV(" current_next_indicator = %u", br->getBits(1));
241 MY_LOGV(" section_number = %u", br->getBits(8))
    [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 316 CHECK_EQ(bits.getBits(12), 0xfffu);
318 bool protection_absent = bits.getBits(1) != 0;
321 unsigned profile = bits.getBits(2);
323 unsigned sampling_freq_index = bits.getBits(4);
324 bits.getBits(1); // private_bit
325 unsigned channel_configuration = bits.getBits(3);
352 unsigned aac_frame_length = bits.getBits(13);
356 unsigned number_of_raw_data_blocks_in_frame = bits.getBits(2);
  /frameworks/av/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...]
MPEG4Extractor.cpp     [all...]
  /frameworks/av/media/libstagefright/foundation/
ABitReader.cpp 46 uint32_t ABitReader::getBits(size_t n) {
72 getBits(32);
77 getBits(n);
  /frameworks/av/include/media/stagefright/foundation/
ABitReader.h 31 uint32_t getBits(size_t n);
  /frameworks/rs/
rsComponent.h 44 uint32_t getBits() const {return mBits;}
rsElement.h 104 uint32_t getBits() const {return mBits;}
rsElement.cpp 172 mBits = mComponent.getBits();
  /external/llvm/include/llvm/Support/
CommandLine.h     [all...]
  /external/zxing/core/
core.jar 
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 8880 milliseconds