Searched refs:sectWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dgetics.cpp242 sectWidth = sect[i].sect_end - sectStart;
243 sectStart += sectWidth;
245 WHILE (sectWidth > 0)
248 sectWidth--
445 Int sectWidth; local
526 sectWidth = sect[i].sect_end - sectStart;
527 sectStart += sectWidth;
529 while (sectWidth > 0)
532 sectWidth--;

Completed in 162 milliseconds