Searched refs:pYUVBuffer (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c502 OMX_U8 *pYUVBuffer = NULL; local
1269 pYUVBuffer = malloc(pCompPrivateStruct->nBufferSize +256);
1270 if(pYUVBuffer == NULL){
1274 pYUVBuffer += 128;
1280 pYUVBuffer);
1949 if(pYUVBuffer){
1950 free(pYUVBuffer);
1951 pYUVBuffer = NULL;
1955 pYUVBuffer = NULL;
2046 if(pYUVBuffer){
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp1429 OMX_ERRORTYPE VencTest_ReadAndEmpty(OMX_BUFFERHEADERTYPE* pYUVBuffer) argument
1435 pYUVBuffer->pBuffer,
1442 E("will read YUV now: %d bytes to buffer %p\n", m_sProfile.nFrameRead, pYUVBuffer->pBuffer);
1445 bytes = read(m_nInFd, pYUVBuffer->pBuffer, m_sProfile.nFrameRead);
1455 pYUVBuffer->pBuffer,
1475 pYUVBuffer->pBuffer + offset_to_c,
1481 char * pInputbuf = (char *)(pYUVBuffer->pBuffer) ;
1492 pYUVBuffer->nFilledLen = m_sProfile.nFrameRead;
1494 pYUVBuffer->nFilledLen = m_sProfile.nFrameBytes;
1496 D("Called Buffer with Data filled length %d",pYUVBuffer
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp1429 OMX_ERRORTYPE VencTest_ReadAndEmpty(OMX_BUFFERHEADERTYPE* pYUVBuffer) argument
1436 pYUVBuffer->pBuffer,
1444 OMX_U8 *yuv = pYUVBuffer->pBuffer;
1464 yuv = pYUVBuffer->pBuffer + (lscanl * lstride);
1485 pYUVBuffer->pBuffer,
1505 pYUVBuffer->pBuffer + offset_to_c,
1512 char * pInputbuf = (char *)(pYUVBuffer->pBuffer) ;
1525 pYUVBuffer->nFilledLen = m_sProfile.nFrameRead;
1527 pYUVBuffer->nFilledLen = m_sProfile.nFrameBytes;
1529 D("Called Buffer with Data filled length %d",pYUVBuffer
[all...]

Completed in 2165 milliseconds