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

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp310 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; local
468 bytesValid[0] = inBufferLength[0];
474 while (bytesValid[0] > 0 && decoderErr == AAC_DEC_NOT_ENOUGH_BITS) {
478 bytesValid);
487 ALOGW("Not enough bits, bytesValid %d", bytesValid[0]);
495 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0];

Completed in 496 milliseconds