Searched refs:bAllocByComponent (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h352 OMX_BOOL bAllocByComponent; member in struct:JPEGENC_BUFFER_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c215 if (pBuffPrivate->bAllocByComponent == OMX_TRUE) {
348 pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]->bAllocByComponent = OMX_FALSE;
2205 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pBufferPrivate[nBufferCount]->bAllocByComponent = OMX_TRUE;
2219 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pBufferPrivate[nBufferCount]->bAllocByComponent = OMX_TRUE;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h495 OMX_BOOL bAllocByComponent; member in struct:VIDENC_BUFFER_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c2620 if(pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->bAllocByComponent == OMX_TRUE){
2635 if(pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount]->bAllocByComponent == OMX_TRUE){
3006 pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[pBufferCnt]->bAllocByComponent = OMX_FALSE;
3203 OMX_PRBUFFER1(pComponentPrivate->dbg, "bAllocByComponent 0x%x pBuffer 0x%p\n", (int )pBufferPrivate->bAllocByComponent,
3205 if (pBufferPrivate->bAllocByComponent == OMX_TRUE) {
3461 pCompPort->pBufferPrivate[pBufferCnt]->bAllocByComponent = OMX_TRUE;
H A DOMX_VideoDec_Utils.c3655 if(pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->bAllocByComponent == OMX_TRUE){
3665 if(pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount]->bAllocByComponent == OMX_TRUE){
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c3429 pBufferPrivate->bAllocByComponent = OMX_FALSE;
3574 (pBufferPrivate->bAllocByComponent == OMX_TRUE) ?
3579 if (pBufferPrivate->bAllocByComponent == OMX_TRUE)
3765 pBufferPrivate->bAllocByComponent = OMX_TRUE;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h557 VIDDEC_TYPE_ALLOCATE bAllocByComponent; member in struct:VIDDEC_BUFFER_PRIVATE

Completed in 285 milliseconds