Searched defs:syncword (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dfind_adts_syncword.cpp26 bits available to conduct a search for the syncword. The plus sign in
32 The length of the syncword should subtract from the number of available
46 pSyncword = Pointer to variable containing the syncword that the
52 syncword_length = The length of the syncword. [ Int ]
78 This module scans the bitstream for a syncword of any length between 1 and 32.
79 If certain bits in the syncword are to be ignored, that bit position should
81 for a syncword to be constructed out of non-contiguous bits.
83 Upon finding the syncword's position in the bitstream, a value denoting the
84 syncword's degree of deviance from being byte-aligned (byte_align_offset)
88 If no syncword i
240 UInt32 syncword = *(pSyncword); local
[all...]
H A Ds_tdec_int_file.h205 UInt32 syncword; member in struct:__anon575
/frameworks/base/media/libstagefright/
H A DAACExtractor.cpp101 uint8_t syncword[2]; local
102 if (source->readAt(offset, &syncword, 2) != 2) {
105 if ((syncword[0] != 0xff) || ((syncword[1] & 0xf6) != 0xf0)) {
328 // ADTS syncword

Completed in 89 milliseconds