OpaqueList         85 libavcodec/crystalhd.c     struct OpaqueList *next;
OpaqueList         99 libavcodec/crystalhd.c     OpaqueList *head;
OpaqueList        100 libavcodec/crystalhd.c     OpaqueList *tail;
OpaqueList        188 libavcodec/crystalhd.c     OpaqueList *newNode = av_mallocz(sizeof (OpaqueList));
OpaqueList        214 libavcodec/crystalhd.c static OpaqueList *opaque_list_pop(CHDContext *priv, uint64_t fake_timestamp)
OpaqueList        216 libavcodec/crystalhd.c     OpaqueList *node = priv->head;
OpaqueList        243 libavcodec/crystalhd.c         OpaqueList *current = node->next;
OpaqueList        290 libavcodec/crystalhd.c        OpaqueList *node = priv->head;
OpaqueList        292 libavcodec/crystalhd.c           OpaqueList *next = node->next;
OpaqueList        445 libavcodec/crystalhd.c         OpaqueList *node = opaque_list_pop(priv, output->PicInfo.timeStamp);