Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp446 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in process() local
552 bytesValid[0] = inBufferLength[0]; in process()
560 bytesValid); in process()
566 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0]; in process()
595 if (bytesValid[0] != 0) { in process()