Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp668 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in onQueueFilled() local
805 bytesValid[0] = inBufferLength[0]; in onQueueFilled()
813 bytesValid); in onQueueFilled()
819 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0]; in onQueueFilled()
850 if (bytesValid[0] != 0) { in onQueueFilled()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp592 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in process() local
697 bytesValid[0] = inBufferLength[0]; in process()
706 bytesValid); in process()
754 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0]; in process()
785 if (bytesValid[0] != 0) { in process()