Searched refs:bytesValid (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp553 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; local
690 bytesValid[0] = inBufferLength[0];
698 bytesValid);
704 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0];
735 if (bytesValid[0] != 0) {
736 ALOGE("bytesValid[0] != 0 should never happen");

Completed in 51 milliseconds