Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp275 const int ancBytes ) in CAacDecoder_AncDataParse() argument
282 if (ancBytes > 0) { in CAacDecoder_AncDataParse()
286 if ((offset + ancBytes) > ancData->bufferSize) in CAacDecoder_AncDataParse()
298 for (i = 0; i < ancBytes; i++) { in CAacDecoder_AncDataParse()
304 ancData->offset[ancData->nrElements] = ancBytes + ancData->offset[ancData->nrElements-1]; in CAacDecoder_AncDataParse()
309 readBytes = ancBytes - readBytes; in CAacDecoder_AncDataParse()