Searched refs:cues (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmenc.h63 unsigned int cues; member in struct:EbmlGlobal
H A Dwebmenc.c256 (glob->cues + 1) * sizeof(struct cue_entry));
262 cue = &glob->cue_list[glob->cues];
265 glob->cues++;
304 for (i = 0; i < glob->cues; i++) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c258 struct cues { struct
267 struct cues cues; member in struct:segment
446 E_MASTER(ID_CUE_POINT, TYPE_MASTER, struct cues, cue_point),
455 E_SINGLE_MASTER(ID_CUES, TYPE_MASTER, struct segment, cues),
1536 struct ebml_list_node * node = ctx->segment.cues.cue_point.head;
1541 /* If there are no cues loaded, check for cues element in the seek head
1572 ne_ctx_push(ctx, ne_cues_elements, &ctx->segment.cues);
1573 /* parser will run until end of cues elemen
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp280 CuePoint** const cues = local
282 if (!cues)
286 cues[i] = cue_entries_[i];
291 cue_entries_ = cues;
2200 // Write cues and seek entries.
2257 if (!UpdateChunkName("cues", &name))
2268 // Write the seek headers and cues

Completed in 89 milliseconds