/external/libvpx/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()
|
/external/chromium_org/third_party/libvpx/source/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 | 273 CuePoint** const cues = in AddCue() local 275 if (!cues) in AddCue() 279 cues[i] = cue_entries_[i]; in AddCue() 284 cue_entries_ = cues; in AddCue()
|
/external/libvpx/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
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 258 struct cues { struct 267 struct cues cues; argument 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 …]
|
/external/libvpx/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 …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
D | TextTrackCue.cpp | 127 m_cueIndex = track()->cues()->getCueIndex(this); in cueIndex()
|
D | TextTrack.h | 81 TextTrackCueList* cues();
|
D | TextTrack.idl | 41 readonly attribute TextTrackCueList cues;
|
D | TextTrack.cpp | 188 TextTrackCueList* TextTrack::cues() in cues() function in WebCore::TextTrack
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLMediaElement.cpp | 1390 textTrackAddCues(track, track->cues()); in textTrackModeChanged() 1399 textTrackAddCues(track, track->cues()); in textTrackModeChanged() 1427 void HTMLMediaElement::textTrackAddCues(TextTrack* track, const TextTrackCueList* cues) in textTrackAddCues() argument 1434 for (size_t i = 0; i < cues->length(); ++i) in textTrackAddCues() 1435 textTrackAddCue(cues->item(i)->track(), cues->item(i)); in textTrackAddCues() 1438 void HTMLMediaElement::textTrackRemoveCues(TextTrack*, const TextTrackCueList* cues) in textTrackRemoveCues() argument 1443 for (size_t i = 0; i < cues->length(); ++i) in textTrackRemoveCues() 1444 textTrackRemoveCue(cues->item(i)->track(), cues->item(i)); in textTrackRemoveCues()
|
/external/chromium_org/media/tools/layout_tests/result/ |
D | 2011-09-11-18 | 418 S'Tests cues with <timestamps> tags.' 469 …ly ignores a UTF-8 BOM character at the beginning of a file and all other cues are properly parsed… 495 S'Tests cues with voice markup <v>.' 503 S'Tests that cues are not affected by multiple newlines \\n, \\r, and \\r\\n and that cue not prope… 585 S'Tests that cues that are temporally out of order are ignored.' 641 …perly ignored. Also, default settings and styling are currently ignored (treated as faulty cues).' 665 S'Tests that empty cues are discarded.' 681 S'Tests cues with <b>, <i>, <u>, <rt> and <ruby> tags.' 724 S'Tests cues with class markup <c>.'
|
D | 2011-09-11-19 | 418 S'Tests cues with <timestamps> tags.' 469 …ly ignores a UTF-8 BOM character at the beginning of a file and all other cues are properly parsed… 495 S'Tests cues with voice markup <v>.' 503 S'Tests that cues are not affected by multiple newlines \\n, \\r, and \\r\\n and that cue not prope… 585 S'Tests that cues that are temporally out of order are ignored.' 641 …perly ignored. Also, default settings and styling are currently ignored (treated as faulty cues).' 665 S'Tests that empty cues are discarded.' 681 S'Tests cues with <b>, <i>, <u>, <rt> and <ruby> tags.' 724 S'Tests cues with class markup <c>.'
|
D | 2011-08-19-21 | 127 …perly ignored. Also, default settings and styling are currently ignored (treated as faulty cues).' 274 S'Tests that cues are not affected by multiple newlines \\n, \\r, and \\r\\n and that cue not prope… 282 S'Tests cues that are temporally out of order (we allow this).' 425 …ly ignores a UTF-8 BOM character at the beginning of a file and all other cues are properly parsed…
|
D | 2011-08-19-11 | 115 …perly ignored. Also, default settings and styling are currently ignored (treated as faulty cues).' 261 S'Tests that cues are not affected by multiple newlines \\n, \\r, and \\r\\n and that cue not prope… 269 S'Tests cues that are temporally out of order (we allow this).' 405 …ly ignores a UTF-8 BOM character at the beginning of a file and all other cues are properly parsed…
|
/external/chromium_org/media/tools/layout_tests/test_data/ |
D | more_te_info | 115 …perly ignored. Also, default settings and styling are currently ignored (treated as faulty cues).' 261 S'Tests that cues are not affected by multiple newlines \\n, \\r, and \\r\\n and that cue not prope… 269 S'Tests cues that are temporally out of order (we allow this).' 405 …ly ignores a UTF-8 BOM character at the beginning of a file and all other cues are properly parsed…
|
D | more | 115 …perly ignored. Also, default settings and styling are currently ignored (treated as faulty cues).' 264 S'Tests that cues are not affected by multiple newlines \\n, \\r, and \\r\\n and that cue not prope… 272 S'Tests cues that are temporally out of order (we allow this).' 408 …ly ignores a UTF-8 BOM character at the beginning of a file and all other cues are properly parsed…
|
D | base | 127 …perly ignored. Also, default settings and styling are currently ignored (treated as faulty cues).' 274 S'Tests that cues are not affected by multiple newlines \\n, \\r, and \\r\\n and that cue not prope… 282 S'Tests cues that are temporally out of order (we allow this).' 425 …ly ignores a UTF-8 BOM character at the beginning of a file and all other cues are properly parsed…
|
D | less | 95 …perly ignored. Also, default settings and styling are currently ignored (treated as faulty cues).' 253 S'Tests that cues are not affected by multiple newlines \\n, \\r, and \\r\\n and that cue not prope… 261 S'Tests cues that are temporally out of order (we allow this).' 397 …ly ignores a UTF-8 BOM character at the beginning of a file and all other cues are properly parsed…
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3near.test | 176 …allows authors and users to attach style (e.g., fonts, spacing, and aural cues) to structured docu…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 337 …crossedMcrossesecrowdsecrown)cruel"CJ!N'DcrushedMcue0cues0cuisine )CP+Q!AF…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 4420 V "cues" :G2P
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 4813 V "cues" :G2P
|