Home | History | Annotate | Download | only in src

Lines Matching refs:pSsrcBufferOut

2225     pC->pSsrcBufferOut = M4OSA_NULL;
3379 if( M4OSA_NULL != pC->pSsrcBufferOut )
3381 free(pC->pSsrcBufferOut);
3382 pC->pSsrcBufferOut = M4OSA_NULL;
6454 pC->pSsrcBufferOut =
6457 (M4OSA_Char *)"pSsrcBufferOut");
6459 if( M4OSA_NULL == pC->pSsrcBufferOut )
6463 unable to allocate pSsrcBufferOut, returning M4ERR_ALLOC");
8422 memset((void *)pC->pSsrcBufferOut, 0, (pC->iSsrcNbSamplOut * sizeof(short)
8425 LVAudioresample_LowQuality((short *)pC->pSsrcBufferOut,
8431 From2iToMono_16((short *)tempBuffOut, (short *)pC->pSsrcBufferOut,
8446 pC->pPosInSsrcBufferOut = pC->pSsrcBufferOut;
8478 ( pC->pSsrcBufferOut + uiSsrcOutSize) - pC->pPosInSsrcBufferOut;
8481 if( pC->pPosInSsrcBufferOut == pC->pSsrcBufferOut )
8505 pChannelConvertorInput = pC->pSsrcBufferOut;
8515 pEncoderInput = pC->pSsrcBufferOut;
8562 if( ( pC->pPosInSsrcBufferOut - pC->pSsrcBufferOut)