Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dframebuffer.c62 static vframe_list_t *vframe_list_tail = NULL; variable
684 LIST_FRAME_APPEND(frame.video, vframe_list_tail); in vframe_register()
768 LIST_FRAME_LINK(frame.video, f, vframe_list_tail); in vframe_dup()
822 LIST_FRAME_REMOVE(ptr, vframe_list_head, vframe_list_tail); in vframe_remove()
1169 ret = (vframe_list_tail == NULL) ?0 :1; in vframe_have_more()