Home | History | Annotate | Download | only in src

Lines Matching refs:nPosition

3224     OMX_U32 nPosition = 0;
3233 //nBytePosition = nPosition / 8; //add this back if we need to handle more than 4 bytes (U32).
3234 //nBitPosition = nPosition % 8;
3238 nPosition += nBits;
3242 tempData = AACENC_OBJ_TYP_LC << (16-nPosition);
3247 tempData = AACENC_OBJ_TYP_HEAAC << (16-nPosition);
3251 tempData = AACENC_OBJ_TYP_PS << (16-nPosition);
3256 nPosition += nBits;
3258 tempData = rateIndex << (16-nPosition);
3263 nPosition += nBits;
3264 tempData = pComponentPrivate->aacParams[OUTPUT_PORT]->nChannels << (16-nPosition);