Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp538 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in process() local
643 bytesValid[0] = inBufferLength[0]; in process()
651 bytesValid); in process()
657 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0]; in process()
688 if (bytesValid[0] != 0) { in process()