HomeSort by relevance Sort by last modified time
    Searched refs:pTmpBuffer (Results 1 - 3 of 3) sorted by null

  /frameworks/av/libvideoeditor/vss/src/
VideoEditorResampler.cpp 151 int32_t *pTmpBuffer = NULL;
159 pTmpBuffer = (int32_t*)malloc(outFrameCount * 2 * sizeof(int32_t));
160 memset(pTmpBuffer, 0x00, outFrameCount * 2 * sizeof(int32_t));
162 context->mResampler->resample((int32_t *)pTmpBuffer,
165 ditherAndClamp((int32_t*)out, pTmpBuffer, outFrameCount);
166 free(pTmpBuffer);
167 pTmpBuffer = NULL;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 135 int32_t *pTmpBuffer = (int32_t *)calloc(1, kBytes);
136 if (!pTmpBuffer) {
142 mResampler->resample(pTmpBuffer, kOutputFrameCount, this);
153 free(pTmpBuffer);
164 pTmpBuffer, kOutputFrameCount);
165 free(pTmpBuffer);
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 583 OMX_U8 *pTmpBuffer = NULL, *pOrigTmpBuffer = NULL;
593 pTmpBuffer =
595 if (pTmpBuffer == NULL)
599 pOrigTmpBuffer = pTmpBuffer;
601 SampleTest_ReadInputFile(pContext, pTmpBuffer,
604 Test_Util_Memcpy_1Dto2D(pBufHeader->pBuffer, pTmpBuffer,
    [all...]

Completed in 72 milliseconds