Searched refs:nElements (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h199 (_pPrivateData_)->sCircularBuffer.nElements = 0; \
221 if((_sCircular_).nElements < VIDENC_MAX_NUM_OF_BUFFERS) \
230 (_sCircular_).nElements++; \
237 for(_i_=2 ; _i_ < (_sCircular_).nElements; _i_++) \
309 (_sCircular_).nElements--; \
432 OMX_U8 nElements; member in struct:OMX_CONF_CIRCULAR_BUFFER
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c181 queue->nElements = 0;
218 queue->nElements = 0;
242 if(queue->nElements == 0)
261 queue->nElements++;
279 if(queue->nElements >= VIDDEC_MAX_QUEUE_SIZE)
291 queue->nElements++;
307 if(queue->nElements >= VIDDEC_MAX_QUEUE_SIZE)
319 queue->nElements++;
345 if(queue->nElements > 0)
368 queue->nElements
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h580 OMX_U32 nElements; member in struct:VIDDEC_QUEUE_TYPE

Completed in 331 milliseconds