Home
last modified time | relevance | path

Searched refs:pOutputQueue (Results 1 – 9 of 9) sorted by relevance

/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp444 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithoutMarker() local
463 if (0 == (GetQueueNumElem(pOutputQueue))) in DecodeWithoutMarker()
476 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in DecodeWithoutMarker()
620 && (GetQueueNumElem(pOutputQueue) > 0)) in DecodeWithoutMarker()
637 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithMarker() local
663 if (0 == (GetQueueNumElem(pOutputQueue))) in DecodeWithMarker()
669 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in DecodeWithMarker()
801 && (GetQueueNumElem(pOutputQueue) > 0)) in DecodeWithMarker()
974 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DoSilenceInsertion() local
990 if (0 == (GetQueueNumElem(pOutputQueue))) in DoSilenceInsertion()
[all …]
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp407 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData() local
436 if (0 == (GetQueueNumElem(pOutputQueue))) in ProcessData()
442 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in ProcessData()
485 if (0 == (GetQueueNumElem(pOutputQueue))) in ProcessData()
491 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in ProcessData()
711 && (GetQueueNumElem(pOutputQueue) > 0) && (ResizeNeeded == OMX_FALSE)) in ProcessData()
850 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DoSilenceInsertion() local
863 if (0 == (GetQueueNumElem(pOutputQueue))) in DoSilenceInsertion()
871 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in DoSilenceInsertion()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp408 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData() local
438 if (0 == (GetQueueNumElem(pOutputQueue))) in ProcessData()
444 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in ProcessData()
493 if (0 == (GetQueueNumElem(pOutputQueue))) in ProcessData()
499 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in ProcessData()
722 && ((GetQueueNumElem(pOutputQueue) > 0) || (OMX_FALSE == iNewOutBufRequired)) in ProcessData()
892 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DoSilenceInsertion() local
910 if (0 == (GetQueueNumElem(pOutputQueue))) in DoSilenceInsertion()
918 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in DoSilenceInsertion()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp579 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData() local
596 if (0 == (GetQueueNumElem(pOutputQueue))) in ProcessData()
602 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in ProcessData()
638 if (0 == (GetQueueNumElem(pOutputQueue))) in ProcessData()
644 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in ProcessData()
805 && (GetQueueNumElem(pOutputQueue) > 0)) in ProcessData()
818 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in CopyDataToOutputBuffer() local
850 if (0 == (GetQueueNumElem(pOutputQueue))) in CopyDataToOutputBuffer()
856 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in CopyDataToOutputBuffer()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp536 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithoutMarker() local
559 if (0 == (GetQueueNumElem(pOutputQueue))) in DecodeWithoutMarker()
572 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in DecodeWithoutMarker()
736 && ((GetQueueNumElem(pOutputQueue) > 0) || (OMX_FALSE == iNewOutBufRequired))) in DecodeWithoutMarker()
754 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithMarker() local
774 if (0 == (GetQueueNumElem(pOutputQueue))) in DecodeWithMarker()
781 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in DecodeWithMarker()
1014 && ((GetQueueNumElem(pOutputQueue) > 0) || (OMX_FALSE == iNewOutBufRequired))) in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp518 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData() local
534 if (0 == (GetQueueNumElem(pOutputQueue))) in ProcessData()
540 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in ProcessData()
579 if (0 == (GetQueueNumElem(pOutputQueue))) in ProcessData()
584 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in ProcessData()
754 && (GetQueueNumElem(pOutputQueue) > 0)) in ProcessData()
767 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in CopyDataToOutputBuffer() local
799 if (0 == (GetQueueNumElem(pOutputQueue))) in CopyDataToOutputBuffer()
805 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in CopyDataToOutputBuffer()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp515 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithoutMarker() local
535 if (0 == (GetQueueNumElem(pOutputQueue))) in DecodeWithoutMarker()
548 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in DecodeWithoutMarker()
713 …nLength != 0 || GetQueueNumElem(pInputQueue) > 0) && (GetQueueNumElem(pOutputQueue) > 0) && (Resiz… in DecodeWithoutMarker()
729 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in DecodeWithMarker() local
747 if (0 == (GetQueueNumElem(pOutputQueue))) in DecodeWithMarker()
754 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in DecodeWithMarker()
941 && (GetQueueNumElem(pOutputQueue) > 0) && (ResizeNeeded == OMX_FALSE)) in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp366 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in ProcessData() local
389 if (0 == (GetQueueNumElem(pOutputQueue))) in ProcessData()
395 ipOutputBuffer = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in ProcessData()
592 && ((GetQueueNumElem(pOutputQueue) > 0) || (OMX_FALSE == iNewOutBufRequired))) in ProcessData()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp684 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in FlushPort() local
734 while ((GetQueueNumElem(pOutputQueue) > 0)) in FlushPort()
736 pOutputBuff = (OMX_BUFFERHEADERTYPE*) DeQueue(pOutputQueue); in FlushPort()
2622 QueueType* pOutputQueue; in FillThisBuffer() local
2634 pOutputQueue = ipPorts[PortIndex]->pBufferQueue; in FillThisBuffer()
2657 if (OMX_ErrorNone != Queue(pOutputQueue, pBuffer)) in FillThisBuffer()
2688 QueueType* pOutputQueue = ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->pBufferQueue; in BufferMgmtFunction() local
2809 ((GetQueueNumElem(pOutputQueue) > 0) || (OMX_FALSE == iNewOutBufRequired))) in BufferMgmtFunction()