avio_wl64 244 libavformat/asfenc.c avio_wl64(pb, 24); avio_wl64 255 libavformat/asfenc.c avio_wl64(pb, pos1 - pos); avio_wl64 329 libavformat/asfenc.c avio_wl64(pb, offset); // offset of the packet with send_time avio_wl64 330 libavformat/asfenc.c avio_wl64(pb, pres_time + PREROLL_TIME * 10000); // presentation time avio_wl64 389 libavformat/asfenc.c avio_wl64(pb, -1); /* header length, will be patched after */ avio_wl64 398 libavformat/asfenc.c avio_wl64(pb, file_size); avio_wl64 400 libavformat/asfenc.c avio_wl64(pb, unix_to_file_time(file_time)); avio_wl64 401 libavformat/asfenc.c avio_wl64(pb, asf->nb_packets); /* number of packets */ avio_wl64 402 libavformat/asfenc.c avio_wl64(pb, duration); /* end time stamp (in 100ns units) */ avio_wl64 403 libavformat/asfenc.c avio_wl64(pb, asf->duration); /* duration (in 100ns units) */ avio_wl64 404 libavformat/asfenc.c avio_wl64(pb, PREROLL_TIME); /* start time stamp */ avio_wl64 518 libavformat/asfenc.c avio_wl64(pb, 0); /* ??? */ avio_wl64 632 libavformat/asfenc.c avio_wl64(pb, header_size); avio_wl64 638 libavformat/asfenc.c avio_wl64(pb, data_chunk_size); avio_wl64 640 libavformat/asfenc.c avio_wl64(pb, asf->nb_packets); /* nb packets */ avio_wl64 957 libavformat/asfenc.c avio_wl64(pb, 24 + 16 + 8 + 4 + 4 + (4 + 2) * count); avio_wl64 959 libavformat/asfenc.c avio_wl64(pb, ASF_INDEXED_INTERVAL); avio_wl64 383 libavformat/avienc.c avio_wl64(pb, 0); /* dwReserved[3] */ avio_wl64 386 libavformat/avienc.c avio_wl64(pb, 0); avio_wl64 498 libavformat/avienc.c avio_wl64(pb, avi->movi_list); /* qwBaseOffset */ avio_wl64 516 libavformat/avienc.c avio_wl64(pb, ix); /* qwOffset */ avio_wl64 215 libavformat/avio.h void avio_wl64(AVIOContext *s, uint64_t val); avio_wl64 229 libavformat/gxfenc.c avio_wl64(pb, track_aux_data); avio_wl64 282 libavformat/gxfenc.c avio_wl64(pb, 0); avio_wl64 470 libavformat/gxfenc.c avio_wl64(pb, timestamp); /* modification time */ avio_wl64 471 libavformat/gxfenc.c avio_wl64(pb, timestamp); /* creation time */ avio_wl64 576 libavformat/gxfenc.c avio_wl64(pb, av_double2int(1)); /* sound level to begin to */ avio_wl64 577 libavformat/gxfenc.c avio_wl64(pb, av_double2int(1)); /* sound level to begin to */ avio_wl64 46 libavformat/ivfenc.c avio_wl64(pb, s->streams[0]->duration); // TODO: duration or number of frames?!? avio_wl64 55 libavformat/ivfenc.c avio_wl64(pb, pkt->pts); avio_wl64 124 libavformat/oggenc.c avio_wl64(pb, page->granule); avio_wl64 62 libavformat/soxenc.c avio_wl64(pb, 0); /* number of samples */ avio_wl64 63 libavformat/soxenc.c avio_wl64(pb, av_double2int(enc->sample_rate)); avio_wl64 100 libavformat/soxenc.c avio_wl64(pb, num_samples); avio_wl64 120 libavformat/wavenc.c avio_wl64(s->pb, time_reference); avio_wl64 478 libavformat/wavenc.c avio_wl64(pb, file_size - 8); /* RF64 chunk size */ avio_wl64 479 libavformat/wavenc.c avio_wl64(pb, data_size); /* data chunk size */ avio_wl64 480 libavformat/wavenc.c avio_wl64(pb, number_of_samples); /* fact chunk number of samples */ avio_wl64 548 libavformat/wavenc.c avio_wl64(pb, INT64_MAX); avio_wl64 558 libavformat/wavenc.c avio_wl64(pb, end - start); avio_wl64 570 libavformat/wavenc.c avio_wl64(pb, -1); avio_wl64 583 libavformat/wavenc.c avio_wl64(pb, 0); avio_wl64 603 libavformat/wavenc.c avio_wl64(pb, file_size); avio_wl64 612 libavformat/wavenc.c avio_wl64(pb, number_of_samples); avio_wl64 145 libavformat/wtvenc.c avio_wl64(pb, wctx->serial); avio_wl64 165 libavformat/wtvenc.c avio_wl64(pb, last_chunk_pos); avio_wl64 196 libavformat/wtvenc.c avio_wl64(pb, t->pos); avio_wl64 199 libavformat/wtvenc.c avio_wl64(pb, t->serial); avio_wl64 235 libavformat/wtvenc.c avio_wl64(pb, st->avg_frame_rate.num && st->avg_frame_rate.den ? INT64_C(10000000) / av_q2d(st->avg_frame_rate) : 0); avio_wl64 344 libavformat/wtvenc.c avio_wl64(pb, wctx->first_index_pos); avio_wl64 345 libavformat/wtvenc.c avio_wl64(pb, wctx->last_timestamp_pos); avio_wl64 346 libavformat/wtvenc.c avio_wl64(pb, 0); avio_wl64 450 libavformat/wtvenc.c avio_wl64(pb, pkt->pts == AV_NOPTS_VALUE ? -1 : pkt->pts); avio_wl64 451 libavformat/wtvenc.c avio_wl64(pb, pkt->pts == AV_NOPTS_VALUE ? -1 : pkt->pts); avio_wl64 452 libavformat/wtvenc.c avio_wl64(pb, pkt->pts == AV_NOPTS_VALUE ? -1 : pkt->pts); avio_wl64 453 libavformat/wtvenc.c avio_wl64(pb, 0); avio_wl64 454 libavformat/wtvenc.c avio_wl64(pb, enc->codec_type == AVMEDIA_TYPE_VIDEO && (pkt->flags & AV_PKT_FLAG_KEY) ? 1 : 0); avio_wl64 455 libavformat/wtvenc.c avio_wl64(pb, 0); avio_wl64 503 libavformat/wtvenc.c avio_wl64(pb, 0x32); avio_wl64 523 libavformat/wtvenc.c avio_wl64(pb, 0x40); avio_wl64 557 libavformat/wtvenc.c avio_wl64(pb, write ? 0 : w->length);// maybe update later avio_wl64 568 libavformat/wtvenc.c avio_wl64(pb, 40 + h->header_size + filename_padding + len); avio_wl64 569 libavformat/wtvenc.c avio_wl64(pb, len |(1ULL<<62) | (1ULL<<60)); avio_wl64 621 libavformat/wtvenc.c avio_wl64(pb, wctx->sp_pairs[i].serial); avio_wl64 622 libavformat/wtvenc.c avio_wl64(pb, wctx->sp_pairs[i].value); avio_wl64 632 libavformat/wtvenc.c avio_wl64(pb, wctx->st_pairs[i].value); avio_wl64 633 libavformat/wtvenc.c avio_wl64(pb, wctx->st_pairs[i].serial); avio_wl64 635 libavformat/wtvenc.c avio_wl64(pb, wctx->last_pts); avio_wl64 636 libavformat/wtvenc.c avio_wl64(pb, wctx->last_serial); avio_wl64 705 libavformat/wtvenc.c avio_wl64(pb, pos); avio_wl64 711 libavformat/wtvenc.c avio_wl64(pb, pos); avio_wl64 714 libavformat/wtvenc.c avio_wl64(pb, pos);