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

/hardware/google/av/media/codecs/aac/
H A DC2SoftAacDec.cpp446 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; local
552 bytesValid[0] = inBufferLength[0];
560 bytesValid);
566 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0];
595 if (bytesValid[0] != 0) {
596 ALOGE("bytesValid[0] != 0 should never happen");

Completed in 47 milliseconds