Searched refs:pBufferQueue (Results 1 – 10 of 10) sorted by relevance
443 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in DecodeWithoutMarker()444 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithoutMarker()636 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in DecodeWithMarker()637 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithMarker()974 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DoSilenceInsertion()
137 ipPorts[ii]->pBufferQueue = (QueueType*) oscl_malloc(sizeof(QueueType)); in ConstructBaseComponent()139 if (NULL == ipPorts[ii]->pBufferQueue) in ConstructBaseComponent()144 if (OMX_ErrorNone != QueueInit(ipPorts[ii]->pBufferQueue)) in ConstructBaseComponent()235 if (NULL != ipPorts[ii]->pBufferQueue) in DestroyBaseComponent()237 QueueDeinit(ipPorts[ii]->pBufferQueue); in DestroyBaseComponent()238 oscl_free(ipPorts[ii]->pBufferQueue); in DestroyBaseComponent()239 ipPorts[ii]->pBufferQueue = NULL; in DestroyBaseComponent()427 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in AssemblePartialFrames()683 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in FlushPort()684 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in FlushPort()[all …]
406 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in ProcessData()407 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData()850 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DoSilenceInsertion()
535 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in DecodeWithoutMarker()536 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithoutMarker()753 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in DecodeWithMarker()754 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithMarker()
514 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in DecodeWithoutMarker()515 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithoutMarker()728 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in DecodeWithMarker()729 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithMarker()
407 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in ProcessData()408 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData()892 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DoSilenceInsertion()
365 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in ProcessData()366 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData()
578 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in ProcessData()579 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData()818 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in CopyDataToOutputBuffer()
517 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in ProcessData()518 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData()767 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in CopyDataToOutputBuffer()
79 QueueType* pBufferQueue; member