OpaqueList        119 libavcodec/crystalhd.c     struct OpaqueList *next;
OpaqueList        148 libavcodec/crystalhd.c     OpaqueList *head;
OpaqueList        149 libavcodec/crystalhd.c     OpaqueList *tail;
OpaqueList        239 libavcodec/crystalhd.c     OpaqueList *newNode = av_mallocz(sizeof (OpaqueList));
OpaqueList        266 libavcodec/crystalhd.c static OpaqueList *opaque_list_pop(CHDContext *priv, uint64_t fake_timestamp)
OpaqueList        268 libavcodec/crystalhd.c     OpaqueList *node = priv->head;
OpaqueList        295 libavcodec/crystalhd.c         OpaqueList *current = node->next;
OpaqueList        370 libavcodec/crystalhd.c        OpaqueList *node = priv->head;
OpaqueList        372 libavcodec/crystalhd.c           OpaqueList *next = node->next;
OpaqueList        565 libavcodec/crystalhd.c         OpaqueList *node = opaque_list_pop(priv, output->PicInfo.timeStamp);