/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/ |
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...] |
ATSParser.cpp | 243 unsigned table_id = br->getBits(8); 247 unsigned section_syntax_indicator = br->getBits(1); 251 CHECK_EQ(br->getBits(1), 0u); 252 MY_LOGV(" reserved = %u", br->getBits(2)); 254 unsigned section_length = br->getBits(12); 259 MY_LOGV(" program_number = %u", br->getBits(16)); 260 MY_LOGV(" reserved = %u", br->getBits(2)); 261 MY_LOGV(" version_number = %u", br->getBits(5)); 262 MY_LOGV(" current_next_indicator = %u", br->getBits(1)); 263 MY_LOGV(" section_number = %u", br->getBits(8)) [all...] |
ESQueue.cpp | 349 CHECK_EQ(bits.getBits(8), 0xa0); 350 unsigned numAUs = bits.getBits(8); 352 unsigned quantization_word_length = bits.getBits(2); 353 unsigned audio_sampling_frequency = bits.getBits(3); 354 unsigned num_channels = bits.getBits(3); 426 CHECK_EQ(bits.getBits(12), 0xfffu); 428 bool protection_absent = bits.getBits(1) != 0; 431 unsigned profile = bits.getBits(2); 433 unsigned sampling_freq_index = bits.getBits(4); 434 bits.getBits(1); // private_bi [all...] |
/frameworks/av/media/libstagefright/ |
avc_utils.cpp | 34 while (br->getBits(1) == 0) { 38 unsigned x = br->getBits(numZeroes); 50 unsigned profile_idc = br.getBits(8); 66 CHECK_EQ(br.getBits(1), 0u); // seq_scaling_matrix_present_flag 79 br.getBits(1); // delta_pic_order_always_zero_flag 90 br.getBits(1); // gaps_in_frame_num_value_allowed_flag 94 unsigned frame_mbs_only_flag = br.getBits(1); 102 br.getBits(1); // mb_adaptive_frame_field_flag 105 br.getBits(1); // direct_8x8_inference_flag 107 if (br.getBits(1)) { // frame_cropping_fla [all...] |
MPEG4Extractor.cpp | [all...] |
/external/clang/include/clang/Sema/ |
ObjCMethodList.h | 34 unsigned getBits() const { return NextAndExtraBits.getInt(); }
|
/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 | 92 uint32_t getBits() const {return mBits;}
|
rsElement.cpp | 171 mBits = mComponent.getBits();
|
/frameworks/av/media/libstagefright/httplive/ |
PlaylistFetcher.cpp | [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | [all...] |
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | [all...] |
/external/zxing/core/ |
core.jar | |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
EmailProvider.java | [all...] |
/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 | |