Home
last modified time | relevance | path

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

/external/libvpx/nestegg/src/
Dnestegg.c182 struct seek_head { struct
253 struct ebml_list seek_head; member
351 E_MASTER(ID_SEEK, TYPE_MASTER, struct seek_head, seek),
434 E_MASTER(ID_SEEK_HEAD, TYPE_MASTER, struct segment, seek_head),
1342 ne_find_seek_for_id(struct ebml_list_node * seek_head, uint64_t id) in ne_find_seek_for_id() argument
1349 while (seek_head) { in ne_find_seek_for_id()
1350 assert(seek_head->id == ID_SEEK_HEAD); in ne_find_seek_for_id()
1351 head = seek_head->data; in ne_find_seek_for_id()
1365 seek_head = seek_head->next; in ne_find_seek_for_id()
1546 found = ne_find_seek_for_id(ctx->segment.seek_head.head, ID_CUES); in nestegg_track_seek()