Home
last modified time | relevance | path

Searched refs:trk (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dpp_bnk.c76 static void pp_bnk_parse_track(PPBnkTrack *trk, const uint8_t *buf) in pp_bnk_parse_track() argument
78 trk->id = AV_RL32(buf + 0); in pp_bnk_parse_track()
79 trk->size = AV_RL32(buf + 4); in pp_bnk_parse_track()
80 trk->sample_rate = AV_RL32(buf + 8); in pp_bnk_parse_track()
81 trk->always1_1 = AV_RL32(buf + 12); in pp_bnk_parse_track()
82 trk->always1_2 = AV_RL32(buf + 16); in pp_bnk_parse_track()
143 PPBnkCtxTrack *trk = ctx->tracks + i; in pp_bnk_read_header() local
171 trk->data_offset = avio_tell(s->pb); in pp_bnk_read_header()
172 trk->data_size = e.size; in pp_bnk_read_header()
173 trk->bytes_read = 0; in pp_bnk_read_header()
[all …]
Dmovenchint.c316 int size, MOVTrack *trk, int64_t *dts) in write_hint_packets() argument
344 if (packet_len > trk->max_packet_size) in write_hint_packets()
345 trk->max_packet_size = packet_len; in write_hint_packets()
350 if (trk->prev_rtp_ts == 0) in write_hint_packets()
351 trk->prev_rtp_ts = ts; in write_hint_packets()
354 ts_diff = ts - trk->prev_rtp_ts; in write_hint_packets()
356 trk->cur_rtp_ts_unwrapped += ts_diff; in write_hint_packets()
357 trk->prev_rtp_ts = ts; in write_hint_packets()
361 *dts = trk->cur_rtp_ts_unwrapped; in write_hint_packets()
384 describe_payload(data, packet_len, out, &entries, &trk->sample_queue); in write_hint_packets()
[all …]
Dmovenc.c3750 MOVTrack *trk = &mov->tracks[i]; in mov_write_covr() local
3752 if (!is_cover_image(trk->st) || trk->cover_image->size <= 0) in mov_write_covr()
3760 avio_wb32(pb, 16 + trk->cover_image->size); in mov_write_covr()
3762 avio_wb32(pb, trk->tag); in mov_write_covr()
3764 avio_write(pb, trk->cover_image->data, trk->cover_image->size); in mov_write_covr()
4093 static void build_chunks(MOVTrack *trk) in build_chunks() argument
4096 MOVIentry *chunk = &trk->cluster[0]; in build_chunks()
4099 if (trk->chunkCount) in build_chunks()
4101 trk->chunkCount = 1; in build_chunks()
4102 for (i = 1; i<trk->entry; i++){ in build_chunks()
[all …]
/third_party/chromium/patch/
D0001-cve.patch41573 - {"trk", HB_TAG_NONE }, /* Turkic [family] != Turkish */
41574 + {"trk", HB_TAG_NONE }, /* Turkic [collection] != Turkish */