HomeSort by relevance Sort by last modified time
    Searched refs:nElements (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
adj_thr.h 33 Word32 nElements);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 199 (_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;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 181 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/
OMX_VideoDec_Utils.h 580 OMX_U32 nElements;
    [all...]

Completed in 795 milliseconds