Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp391 const int ancBytes) { in CAacDecoder_AncDataParse() argument
396 if (ancBytes > 0) { in CAacDecoder_AncDataParse()
400 if ((offset + ancBytes) > ancData->bufferSize) { in CAacDecoder_AncDataParse()
407 for (i = 0; i < ancBytes; i++) { in CAacDecoder_AncDataParse()
414 ancBytes + ancData->offset[ancData->nrElements - 1]; in CAacDecoder_AncDataParse()
419 readBytes = ancBytes - readBytes; in CAacDecoder_AncDataParse()