Searched defs:pBufferPrivate (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c806 int fill_data (OMX_BUFFERHEADERTYPE *pBufferPrivate, HANDLE fIn, int buffSize) argument
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c2371 VIDDEC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
2418 pBufferPrivate = (VIDDEC_BUFFER_PRIVATE* )pBuffHead->pInputPortPrivate;
2419 ret = pBufferPrivate->eBufferOwner;
2420 pBufferPrivate->eBufferOwner = VIDDEC_BUFFER_WITH_COMPONENT;
2427 pBuffHead, ret,pBuffHead->nAllocLen,pBuffHead->nFilledLen,pBufferPrivate->eBufferOwner);
2432 pBufferPrivate->eBufferOwner = VIDDEC_BUFFER_WITH_CLIENT;
2467 VIDDEC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
2515 pBufferPrivate = (VIDDEC_BUFFER_PRIVATE* )pBuffHead->pOutputPortPrivate;
2516 ret = pBufferPrivate->eBufferOwner;
2517 pBufferPrivate
3074 VIDDEC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
3788 VIDDEC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
[all...]
H A DOMX_VideoDec_Utils.c908 OMX_MALLOC_STRUCT(pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount], VIDDEC_BUFFER_PRIVATE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
909 pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr = NULL;
913 OMX_MALLOC_STRUCT(pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount], VIDDEC_BUFFER_PRIVATE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
914 pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr = NULL;
1945 if((pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[i]->eBufferOwner == VIDDEC_BUFFER_WITH_DSP) && bRetDSP){
1946 OMX_PRBUFFER1(pComponentPrivate->dbg, "inBuffer 0x%p eBufferOwner 0x%x\n",pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[i]->pBufferHdr,
1947 pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[i]->eBufferOwner);
1948 pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[i]->eBufferOwner = VIDDEC_BUFFER_WITH_CLIENT;
1949 pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[i]->pBufferHdr->nFilledLen = 0;
1953 pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[
3839 VIDDEC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
5247 VIDDEC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
6436 VIDDEC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
6733 VIDDEC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
7861 VIDDEC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c594 if(pCompPortIn->pBufferPrivate[i]->eBufferOwner != VIDENC_BUFFER_WITH_CLIENT)
613 if (pCompPortIn->pBufferPrivate[i]->eBufferOwner == VIDENC_BUFFER_WITH_COMPONENT ||
614 pCompPortIn->pBufferPrivate[i]->eBufferOwner == VIDENC_BUFFER_WITH_DSP)
616 pCompPortIn->pBufferPrivate[i]->eBufferOwner = VIDENC_BUFFER_WITH_CLIENT;
619 PREF(pCompPortIn->pBufferPrivate[i]->pBufferHdr, pBuffer),
625 pCompPortIn->pBufferPrivate[i]->pBufferHdr);
635 if (pCompPortIn->pBufferPrivate[i]->eBufferOwner == VIDENC_BUFFER_WITH_COMPONENT ||
636 pCompPortIn->pBufferPrivate[i]->eBufferOwner == VIDENC_BUFFER_WITH_DSP)
638 pCompPortIn->pBufferPrivate[i]->eBufferOwner = VIDENC_BUFFER_WITH_TUNNELEDCOMP;
641 PREF(pCompPortIn->pBufferPrivate[
2248 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
2385 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
2651 VIDENC_BUFFER_PRIVATE* pBufferPrivate; local
2798 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
3028 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
3916 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
[all...]
H A DOMX_VideoEncoder.c645 VIDENC_MALLOC(pCompPortIn->pBufferPrivate[i],
652 pCompPortIn->pBufferPrivate[i]->pBufferHdr = NULL;
712 VIDENC_MALLOC(pCompPortOut->pBufferPrivate[i],
719 pCompPortOut->pBufferPrivate[i]->pBufferHdr = NULL;
724 VIDENC_MALLOC(pCompPortOut->pBufferPrivate[i]->pMetaData,
2784 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
2842 pBufferPrivate = pBufHead->pInputPortPrivate;
2845 pBufferPrivate->eBufferOwner = VIDENC_BUFFER_WITH_COMPONENT;
2846 pBufferPrivate->bReadFromPipe = OMX_FALSE;
2897 pBufferPrivate
2935 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
3307 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
3493 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
3665 VIDENC_BUFFER_PRIVATE* pBufferPrivate = NULL; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h357 JPEGDEC_BUFFER_PRIVATE* pBufferPrivate[NUM_OF_BUFFERS]; member in struct:JPEGDEC_PORT_TYPE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h359 JPEGENC_BUFFER_PRIVATE* pBufferPrivate[NUM_OF_BUFFERSJPEG]; member in struct:JPEG_PORT_TYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h525 VIDENC_BUFFER_PRIVATE* pBufferPrivate[VIDENC_MAX_NUM_OF_BUFFERS]; member in struct:VIDEOENC_PORT_TYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h615 VIDDEC_BUFFER_PRIVATE* pBufferPrivate[MAX_PRIVATE_BUFFERS]; member in struct:VIDDEC_PORT_TYPE
1136 if(_pCompPort_->pBufferPrivate[_nBufferCount_]->pBufferHdr != NULL){ \
1137 _pTemp_ = (OMX_U8*)_pCompPort_->pBufferPrivate[_nBufferCount_]->pBufferHdr->pBuffer; \
1149 _pBuffHead_->pBuffer = _pCompPort_->pBufferPrivate[_nBufferCount_]->pOriginalBuffer; \

Completed in 303 milliseconds