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

  /external/opencore/fileformats/rawaac/parser/src/
aacfileparser.cpp 385 uint32 buff_length; local
388 buff_length = OSCL_MIN(MAX_ADTS_PACKET_LENGTH, iActual_size);
391 for (i = 0; i < buff_length - 1; i++)
437 if ((index + 5) < buff_length)
446 (length < buff_length - index) && // buff_length should account for up to 4 aac frames
458 (length_2 < buff_length - length) &&
    [all...]

Completed in 217 milliseconds