Searched refs:E_MASTER (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 331 #define E_MASTER(ID, TYPE, STRUCT, FIELD) \ macro 364 E_MASTER(ID_SEEK, TYPE_MASTER, struct seek_head, seek), 384 E_MASTER(ID_BLOCK_GROUP, TYPE_MASTER, struct cluster, block_group), 428 E_MASTER(ID_TRACK_ENTRY, TYPE_MASTER, struct tracks, track_entry), 441 E_MASTER(ID_CUE_TRACK_POSITIONS, TYPE_MASTER, struct cue_point, cue_track_positions), 446 E_MASTER(ID_CUE_POINT, TYPE_MASTER, struct cues, cue_point), 451 E_MASTER(ID_SEEK_HEAD, TYPE_MASTER, struct segment, seek_head), 453 E_MASTER(ID_CLUSTER, TYPE_MASTER, struct segment, cluster), 466 #undef E_MASTER
|