Searched refs:cues (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | RELEASE.TXT | 16 * Parsed SeekHead to find cues 18 * Added not to attempt to reparse cues element 20 * Marked position of cues without parsing cues element 24 * Lazy init cues
|
D | mkvmuxer.cpp | 280 CuePoint** const cues = in AddCue() local 282 if (!cues) in AddCue() 286 cues[i] = cue_entries_[i]; in AddCue() 291 cue_entries_ = cues; in AddCue()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | webmenc.c | 256 (glob->cues + 1) * sizeof(struct cue_entry)); in write_webm_block() 262 cue = &glob->cue_list[glob->cues]; in write_webm_block() 265 glob->cues++; in write_webm_block() 304 for (i = 0; i < glob->cues; i++) { in write_webm_file_footer()
|
D | webmenc.h | 63 unsigned int cues; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 258 struct cues { struct 267 struct cues cues; member 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; in ne_init_cue_points() 1572 ne_ctx_push(ctx, ne_cues_elements, &ctx->segment.cues); in ne_init_cue_points() 1586 node = ctx->segment.cues.cue_point.head; in ne_init_cue_points() 1829 struct ebml_list_node * cues_node = ctx->segment.cues.cue_point.head; in nestegg_get_cue_point() 1843 cues_node = ctx->segment.cues.cue_point.head; in nestegg_get_cue_point() 1921 if (!ctx->segment.cues.cue_point.head) { in nestegg_track_seek() [all …]
|