Searched defs:pt2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpvmp4audiodecoderframe.cpp1215 Int16 * pt2 = &pExt->pOutputBuffer[1]; local
1221 *pt2 = *pt;
1223 pt2 += 2;
1226 pt2 = &pExt->pOutputBuffer_plus[1];
1230 *pt2 = *pt;
1232 pt2 += 2;
1239 *pt2 = *pt;
1241 pt2 += 2;
1269 Int16 * pt2 = &pExt->pOutputBuffer[1]; local
1273 *pt2
1297 Int16 * pt2 = &pExt->pOutputBuffer[0]; local
[all...]

Completed in 44 milliseconds