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

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 168 uint32 main_data_begin; member in struct:__anon22138
pvmp3_get_side_info.cpp 129 si->main_data_begin = (tmp << 18) >> 23; /* 9 */
135 si->main_data_begin = (tmp << 20) >> 23; /* 9 */
216 si->main_data_begin = getbits_crc(inputStream, 8, crc, info->error_protection);
pvmp3_framedecoder.cpp 268 * field "main_data_begin" of the current frame. The length does not include
270 * "main_data_begin" points to the first bit of main data of a frame. It is a negative
272 * main_data_begin = 0 <===> main data start rigth after side info.
302 bytes_to_discard = pVars->frame_start - pVars->sideInfo.main_data_begin - main_data_end;

Completed in 43 milliseconds