Home
last modified time | relevance | path

Searched refs:QUEUE_SIZE (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h51 #define QUEUE_SIZE 20 macro
272 TArmDspCommunicationStruct* Armoutputstorage[QUEUE_SIZE];
273 TArmDspCommunicationStruct* Arminputstorage[QUEUE_SIZE];
284 OMX_U32 algcntlmapped[QUEUE_SIZE];
285 DMM_BUFFER_OBJ *pAlgcntlDmmBuf[QUEUE_SIZE];
286 OMX_U32 strmcntlmapped[QUEUE_SIZE];
287 DMM_BUFFER_OBJ *pStrmcntlDmmBuf[QUEUE_SIZE];
DLCML_Types.h266 DMM_BUFFER_OBJ InDmmBuffer[QUEUE_SIZE];
267 DMM_BUFFER_OBJ OutDmmBuffer[QUEUE_SIZE];
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c487 for (i = 0; i < QUEUE_SIZE; i++) in InitMMCodecEx()
796 for (i = 0; i < QUEUE_SIZE; i++) in InitMMCodec()
920 phandle->iBufoutputcount = phandle->iBufoutputcount % QUEUE_SIZE; in QueueBuffer()
921 phandle->iBufinputcount = phandle->iBufinputcount % QUEUE_SIZE; in QueueBuffer()
959 phandle->iBufinputcount = phandle->iBufinputcount % QUEUE_SIZE; in QueueBuffer()
969 phandle->iBufoutputcount = phandle->iBufoutputcount % QUEUE_SIZE; in QueueBuffer()
1307 for (i = 0; i < QUEUE_SIZE; i++) in ControlCodec()
1313 if(i >= QUEUE_SIZE) in ControlCodec()
1371 for (i = 0; i < QUEUE_SIZE; i++) in ControlCodec()
1377 if(i >= QUEUE_SIZE) in ControlCodec()
[all …]