HomeSort by relevance Sort by last modified time
    Searched full:lower_16 (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
get_adts_header.cpp 201 lower_16 = (UInt)adts_header;
203 pVars->prog_config.profile = (lower_16 >> 10) AND 0x3;
205 pVars->prog_config.sampling_rate_idx = (lower_16 >> 6) AND 0xF;
207 channel_configuration = (lower_16 >> 2) AND 0x7;
259 lower_16 = (UInt)adts_header;
261 pVars->prog_config.buffer_fullness = (lower_16 >> 2) AND 0x7FF;
263 pVars->prog_config.headerless_frames = (lower_16 AND 0x0003);
368 UInt lower_16; local
417 lower_16 = (UInt)adts_header;
428 pVars->prog_config.profile = (lower_16 >> 10) & 0x3
    [all...]

Completed in 60 milliseconds