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

  /frameworks/base/media/libstagefright/codecs/aacdec/
find_adts_syncword.cpp 26 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 is found, the function returns status == ERROR
240 UInt32 syncword = *(pSyncword); local
    [all...]
s_tdec_int_file.h 205 UInt32 syncword; member in struct:__anon9272
pvmp4audiodecoderframe.cpp 653 &(pVars->syncword),
    [all...]
  /external/bluetooth/bluez/sbc/
sbcinfo.c 40 uint8_t syncword:8; /* Sync word */ member in struct:sbc_frame_hdr
51 uint8_t syncword:8; /* Sync word */ member in struct:sbc_frame_hdr
194 if (len != sizeof(hdr) || hdr.syncword != 0x9c) {
241 if ((size_t) len < sizeof(hdr) || hdr.syncword != 0x9c) {
243 "(len %zd syncword 0x%02x)\n",
244 len, hdr.syncword);

Completed in 1818 milliseconds