Home | History | Annotate | Download | only in src

Lines Matching defs:tempData

3229     OMX_U32 tempData = 0;
3242 tempData = AACENC_OBJ_TYP_LC << (16-nPosition);
3243 OMX_PRINT2(pComponentPrivate->dbg, "profile is LC, tempData = 2 << (32-5) = %ld\n", tempData);
3247 tempData = AACENC_OBJ_TYP_HEAAC << (16-nPosition);
3251 tempData = AACENC_OBJ_TYP_PS << (16-nPosition);
3253 nBuf = tempData;
3258 tempData = rateIndex << (16-nPosition);
3259 nBuf |= tempData;
3264 tempData = pComponentPrivate->aacParams[OUTPUT_PORT]->nChannels << (16-nPosition);
3265 nBuf |= tempData;