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

  /frameworks/av/media/libstagefright/codecs/aacdec/
s_progconfig.h 93 Int32 headerless_frames; /* For ADTS use only */ member in struct:__anon16369
get_adts_header.cpp 122 headerless_frames
263 pVars->prog_config.headerless_frames = (lower_16 AND 0x0003);
635 * headerless_frames indicates the number of
649 * Here, headerless_frames would always be read in as "4"
654 * Here, headerless_frames would always be read in as "0"
659 pVars->prog_config.headerless_frames = (lower_16 & 0x0003);
pvmp4audiodecoderframe.cpp 646 if (pVars->prog_config.headerless_frames)
648 pVars->prog_config.headerless_frames--; /* raw data block counter */
    [all...]

Completed in 646 milliseconds