Home
last modified time | relevance | path

Searched refs:bAllocByComponent (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h352 OMX_BOOL bAllocByComponent; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEncoder.c215 if (pBuffPrivate->bAllocByComponent == OMX_TRUE) { in JPEGENC_FreeBuffer()
348 …pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]->bAllocByComponent = OMX_FA… in JPEGENC_UseBuffer()
2205 …ntPrivate->pCompPort[JPEGENC_INP_PORT]->pBufferPrivate[nBufferCount]->bAllocByComponent = OMX_TRUE; in JPEGENC_AllocateBuffer()
2219 …Private->pCompPort[JPEGENC_OUT_PORT]->pBufferPrivate[nBufferCount]->bAllocByComponent = OMX_TRUE; … in JPEGENC_AllocateBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h495 OMX_BOOL bAllocByComponent; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c2620 …onentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->bAllocByComponent == OMX_TRUE){ in VIDDEC_ComponentDeInit()
2635 …nentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount]->bAllocByComponent == OMX_TRUE){ in VIDDEC_ComponentDeInit()
3006 …pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[pBufferCnt]->bAllocByComponent = OMX_FALS… in VIDDEC_UseBuffer()
3203 …entPrivate->dbg, "bAllocByComponent 0x%x pBuffer 0x%p\n", (int )pBufferPrivate->bAllocByComponent, in VIDDEC_FreeBuffer()
3205 if (pBufferPrivate->bAllocByComponent == OMX_TRUE) { in VIDDEC_FreeBuffer()
3461 pCompPort->pBufferPrivate[pBufferCnt]->bAllocByComponent = OMX_TRUE; in VIDDEC_AllocateBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c3429 pBufferPrivate->bAllocByComponent = OMX_FALSE; in UseBuffer()
3574 (pBufferPrivate->bAllocByComponent == OMX_TRUE) ? in FreeBuffer()
3579 if (pBufferPrivate->bAllocByComponent == OMX_TRUE) in FreeBuffer()
3765 pBufferPrivate->bAllocByComponent = OMX_TRUE; in AllocateBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h557 VIDDEC_TYPE_ALLOCATE bAllocByComponent; member