/third_party/ffmpeg/tools/ |
D | sidxindex.c | 51 struct Track **tracks; member 78 static int find_sidx(struct Tracks *tracks, int start_index, in find_sidx() argument 97 for (i = start_index; i < tracks->nb_tracks; i++) { in find_sidx() 98 struct Track *track = tracks->tracks[i]; in find_sidx() 117 static int handle_file(struct Tracks *tracks, const char *file) in handle_file() argument 120 int err = 0, i, orig_tracks = tracks->nb_tracks; in handle_file() 143 tracks->multiple_tracks_per_file = 1; in handle_file() 160 temp = av_realloc_array(tracks->tracks, tracks->nb_tracks + 1, in handle_file() 161 sizeof(*tracks->tracks)); in handle_file() 167 tracks->tracks = temp; in handle_file() [all …]
|
D | ismindex.c | 90 struct Track **tracks; member 175 static int write_fragments(struct Tracks *tracks, int start_index, in write_fragments() argument 192 for (i = start_index; i < tracks->nb_tracks; i++) { in write_fragments() 193 struct Track *track = tracks->tracks[i]; in write_fragments() 322 static int read_tfra(struct Tracks *tracks, int start_index, AVIOContext *f) in read_tfra() argument 335 for (i = start_index; i < tracks->nb_tracks && !track; i++) in read_tfra() 336 if (tracks->tracks[i]->track_id == track_id) in read_tfra() 337 track = tracks->tracks[i]; in read_tfra() 413 static int read_mfra(struct Tracks *tracks, int start_index, in read_mfra() argument 437 while (!read_tfra(tracks, start_index, f)) { in read_mfra() [all …]
|
/third_party/skia/modules/skottie/tests/ |
D | AudioLayer.cpp | 74 const std::vector<sk_sp<MockTracker>>& tracks() const { return fTracks; } in DEF_TEST() function in DEF_TEST::MockResourceProvider 100 const auto& tracks = rp->tracks(); in DEF_TEST() local 103 REPORTER_ASSERT(r, tracks.size() == 2); in DEF_TEST() 106 REPORTER_ASSERT(r, !tracks[0]->isPlaying()); in DEF_TEST() 107 REPORTER_ASSERT(r, !tracks[1]->isPlaying()); in DEF_TEST() 110 REPORTER_ASSERT(r, tracks[0]->isPlaying()); in DEF_TEST() 111 REPORTER_ASSERT(r, !tracks[1]->isPlaying()); in DEF_TEST() 112 REPORTER_ASSERT(r, tracks[0]->currentTime() == 0); in DEF_TEST() 115 REPORTER_ASSERT(r, tracks[0]->isPlaying()); in DEF_TEST() 116 REPORTER_ASSERT(r, tracks[1]->isPlaying()); in DEF_TEST() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | 4xm.c | 80 AudioTrack *tracks; member 147 if (av_reallocp_array(&fourxm->tracks, track + 1, sizeof(AudioTrack))) in parse_strk() 149 memset(&fourxm->tracks[fourxm->track_count], 0, in parse_strk() 153 if (fourxm->tracks[track].bits) in parse_strk() 156 fourxm->tracks[track].adpcm = AV_RL32(buf + 12); in parse_strk() 157 fourxm->tracks[track].channels = AV_RL32(buf + 36); in parse_strk() 158 fourxm->tracks[track].sample_rate = AV_RL32(buf + 40); in parse_strk() 159 fourxm->tracks[track].bits = AV_RL32(buf + 44); in parse_strk() 160 fourxm->tracks[track].audio_pts = 0; in parse_strk() 162 if (fourxm->tracks[track].channels <= 0 || in parse_strk() [all …]
|
D | pp_bnk.c | 57 PPBnkCtxTrack *tracks; member 138 if (!(ctx->tracks = av_malloc_array(hdr.track_count, sizeof(PPBnkCtxTrack)))) in pp_bnk_read_header() 144 PPBnkCtxTrack *trk = ctx->tracks + i; in pp_bnk_read_header() 196 (ctx->tracks[0].data_size == ctx->tracks[1].data_size); in pp_bnk_read_header() 217 st->duration = ctx->tracks[i].data_size * 2; in pp_bnk_read_header() 239 trk = ctx->tracks + ctx->current_track; in pp_bnk_read_packet() 294 av_freep(&ctx->tracks); in pp_bnk_read_close() 309 ctx->tracks[0].bytes_read = 0; in pp_bnk_seek() 310 ctx->tracks[1].bytes_read = 0; in pp_bnk_seek() 312 ctx->tracks[stream_index].bytes_read = 0; in pp_bnk_seek()
|
D | imfdec.c | 127 IMFVirtualTrackPlaybackCtx **tracks; member 544 tmp = av_realloc_array(c->tracks, c->track_count + 1, sizeof(IMFVirtualTrackPlaybackCtx *)); in open_virtual_track() 549 c->tracks = tmp; in open_virtual_track() 550 c->tracks[c->track_count++] = track; in open_virtual_track() 570 ret = open_track_resource_context(s, c->tracks[i], 0); in set_context_streams_from_tracks() 573 first_resource_stream = c->tracks[i]->resources[0].ctx->streams[0]; in set_context_streams_from_tracks() 574 av_log(s, AV_LOG_DEBUG, "Open the first resource of track %d\n", c->tracks[i]->index); in set_context_streams_from_tracks() 592 asset_stream->duration = (int64_t)av_q2d(av_mul_q(c->tracks[i]->duration, in set_context_streams_from_tracks() 694 AVRATIONAL_ARG(c->tracks[i - 1]->current_timestamp), in get_next_track_with_minimum_timestamp() 696 AVRATIONAL_ARG(c->tracks[i - 1]->duration)); in get_next_track_with_minimum_timestamp() [all …]
|
D | scd.c | 80 SCDTrackHeader *tracks; member 269 ctx->tracks = av_calloc(ctx->hdr.table1.count, sizeof(SCDTrackHeader)); in scd_read_header() 270 if (ctx->tracks == NULL) in scd_read_header() 274 if ((ret = scd_read_track(s, ctx->tracks + i, i)) < 0) in scd_read_header() 281 if ((ret = avio_seek(s->pb, ctx->tracks[0].absolute_offset, SEEK_SET)) < 0) in scd_read_header() 300 trk = ctx->tracks + ctx->current_track; in scd_read_packet() 352 ctx->tracks[i].bytes_read = 0; in scd_seek() 364 av_freep(&ctx->tracks); in scd_read_close()
|
D | movenc.c | 2225 if (track == &mov->tracks[i]) { in mov_get_cuva_from_metadata() 2949 hdlr_type = (track == &mov->tracks[0]) ? "pict" : "auxv"; in mov_write_hdlr_tag() 3142 mov_write_av1c_tag(pb, &mov->tracks[i]); in mov_write_ipco_tag() 3144 mov_write_colr_tag(pb, &mov->tracks[0], 0); in mov_write_ipco_tag() 3244 get_pts_range(mov, &mov->tracks[track->src_track], start, end); in get_pts_range() 3246 mov->tracks[track->src_track].timescale); in get_pts_range() 3248 mov->tracks[track->src_track].timescale); in get_pts_range() 3778 if (mov->tracks[i].entry > 0 || mov->flags & FF_MOV_FLAG_EMPTY_MOOV) { in mov_write_iods_tag() 3779 has_audio |= mov->tracks[i].par->codec_type == AVMEDIA_TYPE_AUDIO; in mov_write_iods_tag() 3780 has_video |= mov->tracks[i].par->codec_type == AVMEDIA_TYPE_VIDEO; in mov_write_iods_tag() [all …]
|
D | matroskadec.c | 387 EbmlList tracks; member 629 …TRY, EBML_NEST, 0, sizeof(MatroskaTrack), offsetof(MatroskaDemuxContext, tracks), { .n = matroska_… 1639 MatroskaTrack *tracks = matroska->tracks.elem; in matroska_find_track_by_num() local 1642 for (i = 0; i < matroska->tracks.nb_elem; i++) in matroska_find_track_by_num() 1643 if (tracks[i].num == num) in matroska_find_track_by_num() 1644 return &tracks[i]; in matroska_find_track_by_num() 1869 MatroskaTrack *track = matroska->tracks.elem; in matroska_convert_tags() 1871 for (j = 0; j < matroska->tracks.nb_elem; j++) { in matroska_convert_tags() 2435 MatroskaTrack *tracks = matroska->tracks.elem; in matroska_parse_tracks() local 2439 for (i = 0; i < matroska->tracks.nb_elem; i++) { in matroska_parse_tracks() [all …]
|
D | matroskaenc.c | 214 mkv_track *tracks; member 844 av_freep(&mkv->tracks); in mkv_deinit() 946 const mkv_cues *cues, mkv_track *tracks, int num_tracks, in mkv_assemble_cues() argument 960 tracks[j].has_cue = 0; in mkv_assemble_cues() 966 if (tracks[idx].has_cue && streams[idx]->codecpar->codec_type != AVMEDIA_TYPE_SUBTITLE) in mkv_assemble_cues() 968 tracks[idx].has_cue = 1; in mkv_assemble_cues() 970 put_ebml_uint(cuepoint, MATROSKA_ID_CUETRACK , tracks[idx].track_num); in mkv_assemble_cues() 1968 ret = mkv_write_track(s, mkv, st, &mkv->tracks[i], in mkv_write_tracks() 2093 mkv_track *track = &mkv->tracks[i]; in mkv_write_tags() 2109 const mkv_track *track = &mkv->tracks[i]; in mkv_write_tags() [all …]
|
D | movenchint.c | 32 MOVTrack *track = &mov->tracks[index]; in ff_mov_init_hinting() 33 MOVTrack *src_track = &mov->tracks[src_index]; in ff_mov_init_hinting() 405 MOVTrack *trk = &mov->tracks[track_index]; in ff_mov_add_hinted_packet()
|
D | movenc.h | 197 MOVTrack *tracks; member
|
/third_party/alsa-utils/seq/aplaymidi/ |
D | arecordmidi.c | 76 static struct smf_track *tracks; variable 271 tracks = calloc(num_tracks, sizeof(struct smf_track)); in init_tracks() 272 check_mem(tracks); in init_tracks() 274 tracks[i].cur_buf = &tracks[i].first_buf; in init_tracks() 445 var_value(&tracks[i], 0); in record_port_numbers() 446 add_byte(&tracks[i], 0xff); in record_port_numbers() 447 add_byte(&tracks[i], 0x21); in record_port_numbers() 448 var_value(&tracks[i], 1); in record_port_numbers() 450 add_byte(&tracks[i], i / TRACKS_PER_PORT); in record_port_numbers() 452 add_byte(&tracks[i], i); in record_port_numbers() [all …]
|
D | aplaymidi.c | 76 static struct track *tracks; variable 477 tracks = calloc(num_tracks, sizeof(struct track)); in read_smf() 478 if (!tracks) { in read_smf() 552 if (!read_track(&tracks[i], file_offset + len)) in read_smf() 599 event = tracks[i].first_event; in cleanup_file_data() 607 free(tracks); in cleanup_file_data() 608 tracks = NULL; in cleanup_file_data() 650 if (tracks[i].end_tick > max_tick) in play_midi() 651 max_tick = tracks[i].end_tick; in play_midi() 656 tracks[i].current_event = tracks[i].first_event; in play_midi() [all …]
|
/third_party/node/deps/v8/tools/system-analyzer/view/ |
D | timeline-panel.mjs | 65 const tracks = Array.from(this.timelineTracks); constant 69 const firstTrack = tracks.pop(); 72 for (const track of tracks) track.timeSelection = selection;
|
/third_party/ffmpeg/libavdevice/ |
D | libcdio.c | 98 else if (s->drive->tracks) in read_header() 99 st->duration = s->drive->disc_toc[s->drive->tracks].dwStartSector; in read_header() 103 for (i = 0; i < s->drive->tracks; i++) { in read_header()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | mkfs_define.h | 183 int tracks; /* total number of cylinders */ member
|
/third_party/ffmpeg/tests/fate/ |
D | matroska.mak | 26 # zlib compressed tracks (both the CodecPrivate as well as the actual frames). 30 # This tests that the matroska demuxer can decompress lzo compressed tracks. 36 # of flac tracks. It also tests header removal compression. 41 # of FLAC tracks as a Vorbis comment in the CodecPrivate if necessary 129 # Both input audio tracks are completely zero, so the noise bsf is used
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FAQ.md | 39 …This is often caused by opening multiple playback streams for different "tracks". To avoid this op… 41 …eam was added in Android 7.1 (Nougat MR1). Low latency streams (aka FAST tracks) _are available_ o…
|
/third_party/rust/crates/proc-macro2/ |
D | README.md | 59 The default feature set of proc-macro2 tracks the most recent stable compiler
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | DEBUG | 32 small but effective debugging memory manager that tracks all 209 debugging memory manager that tracks leaking memory blocks as well
|
/third_party/libuv/docs/src/ |
D | fs_event.rst | 15 - ahafs tracks monitoring per process and is not thread safe. A separate process
|
/third_party/skia/infra/wasm-common/docker/ |
D | README.md | 12 This image tracks the official emscripten Docker image and installs
|
/third_party/node/doc/contributing/maintaining/ |
D | maintaining-openssl.md | 19 Node.js currently uses the quictls/openssl fork, which closely tracks
|
/third_party/node/deps/v8/src/builtins/ |
D | promise-all-element-closure.tq | 142 // and vice versa. Using {function}'s context as the marker only tracks
|