Home
last modified time | relevance | path

Searched refs:OpaqueList (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c87 typedef struct OpaqueList { struct
88 struct OpaqueList *next;
91 } OpaqueList; typedef
105 OpaqueList *head;
106 OpaqueList *tail;
189 * OpaqueList functions
194 OpaqueList *newNode = av_mallocz(sizeof (OpaqueList)); in opaque_list_push()
197 "Unable to allocate new node in OpaqueList.\n"); in opaque_list_push()
214 * The OpaqueList i
[all...]

Completed in 1 milliseconds