Searched refs:cue_point (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c253 struct cue_point { struct
259 struct ebml_list cue_point; member in struct:cues
440 E_FIELD(ID_CUE_TIME, TYPE_UINT, struct cue_point, time),
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),
1492 static struct cue_point *
1493 ne_find_cue_point_for_tstamp(nestegg * ctx, struct ebml_list_node * cue_point, unsigned int track, uint64_t scale, uint64_t tstamp) argument
1496 struct cue_point * c, * prev = NULL;
1498 while (cue_point) {
1499 assert(cue_point
1826 struct cue_point * cue_point; local
1915 struct cue_point * cue_point; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2128 CuePoint* const cue_point = cues_.GetCueByIndex(index); local
2129 if (cue_point == NULL)
2131 const uint64 old_cue_point_size = cue_point->Size();
2132 const uint64 cluster_pos = cue_point->cluster_pos() + diff;
2133 cue_point->set_cluster_pos(cluster_pos); // update the new cluster position
2141 const uint64 cue_point_size_diff = cue_point->Size() - old_cue_point_size;

Completed in 78 milliseconds