Searched defs:pstQueueHead (Results 1 – 2 of 2) sorted by relevance
24 SAMPLE_IVE_QUEUE_S *pstQueueHead = NULL; in SAMPLE_IVE_QueueCreate() local41 HI_VOID SAMPLE_IVE_QueueDestory(SAMPLE_IVE_QUEUE_S *pstQueueHead) in SAMPLE_IVE_QueueDestory()63 HI_VOID SAMPLE_IVE_QueueClear(SAMPLE_IVE_QUEUE_S *pstQueueHead) in SAMPLE_IVE_QueueClear()83 HI_BOOL SAMPLE_IVE_QueueIsEmpty(SAMPLE_IVE_QUEUE_S *pstQueueHead) in SAMPLE_IVE_QueueIsEmpty()96 HI_S32 SAMPLE_IVE_QueueSize(SAMPLE_IVE_QUEUE_S *pstQueueHead) in SAMPLE_IVE_QueueSize()105 HI_S32 SAMPLE_IVE_QueueAddNode(SAMPLE_IVE_QUEUE_S *pstQueueHead, VIDEO_FRAME_INFO_S *pstFrameInfo) in SAMPLE_IVE_QueueAddNode()137 SAMPLE_IVE_NODE_S *SAMPLE_IVE_QueueGetHeadNode(SAMPLE_IVE_QUEUE_S *pstQueueHead) in SAMPLE_IVE_QueueGetHeadNode()146 SAMPLE_IVE_NODE_S *SAMPLE_IVE_QueueGetNode(SAMPLE_IVE_QUEUE_S *pstQueueHead) in SAMPLE_IVE_QueueGetNode()
164 SAMPLE_IVE_QUEUE_S *pstQueueHead; member