Home
last modified time | relevance | path

Searched defs:pstQueueHead (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
Dsample_ive_queue.c24 SAMPLE_IVE_QUEUE_S *pstQueueHead = NULL; in SAMPLE_IVE_QueueCreate() local
41 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()
Dsample_ive_kcf.c164 SAMPLE_IVE_QUEUE_S *pstQueueHead; member