Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/utils/inc/
Dqueue.h56 int queue_length(struct queue *queue);
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp651 length = queue_length(&bufferq); in BufferQueueLength()
662 length = queue_length(&retainedbufferq); in RetainedBufferQueueLength()
760 length = queue_length(&bufferq); in RetainAndReturnBuffer()
805 if ((OMX_U32)queue_length(&retainedbufferq) < in RetainThisBuffer()
815 queue_length(&retainedbufferq), in RetainThisBuffer()
854 buffer, i++, queue_length(&retainedbufferq)); in ReturnAllRetainedBuffers()
886 buffer, i++, queue_length(&retainedbufferq)); in ReturnOneRetainedBuffer()
/hardware/intel/common/wrs_omxil_core/utils/src/
Dqueue.c203 int queue_length(struct queue *queue) in queue_length() function