Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c188 struct seek_head { struct
263 struct ebml_list seek_head; member
364 E_MASTER(ID_SEEK, TYPE_MASTER, struct seek_head, seek),
451 E_MASTER(ID_SEEK_HEAD, TYPE_MASTER, struct segment, seek_head),
1438 ne_find_seek_for_id(struct ebml_list_node * seek_head, uint64_t id) in ne_find_seek_for_id() argument
1445 while (seek_head) { in ne_find_seek_for_id()
1446 assert(seek_head->id == ID_SEEK_HEAD); in ne_find_seek_for_id()
1447 head = seek_head->data; in ne_find_seek_for_id()
1461 seek_head = seek_head->next; in ne_find_seek_for_id()
1544 found = ne_find_seek_for_id(ctx->segment.seek_head.head, ID_CUES); in ne_init_cue_points()
[all …]