Home
last modified time | relevance | path

Searched refs:pBufferQueue (Results 1 – 10 of 10) sorted by relevance

/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp443 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()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp137 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 …]
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp406 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()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp535 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()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp514 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()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp407 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()
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp365 QueueType* pInputQueue = ipPorts[OMX_PORT_INPUTPORT_INDEX]->pBufferQueue; in ProcessData()
366 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp578 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()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp517 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()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h79 QueueType* pBufferQueue; member