Searched refs:avio_wl64 (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Divfenc.c46 avio_wl64(pb, s->streams[0]->duration); // TODO: duration or number of frames?!?
55 avio_wl64(pb, pkt->pts);
H A Dwtvenc.c145 avio_wl64(pb, wctx->serial);
165 avio_wl64(pb, last_chunk_pos);
196 avio_wl64(pb, t->pos);
199 avio_wl64(pb, t->serial);
235 avio_wl64(pb, st->avg_frame_rate.num && st->avg_frame_rate.den ? INT64_C(10000000) / av_q2d(st->avg_frame_rate) : 0);
344 avio_wl64(pb, wctx->first_index_pos);
345 avio_wl64(pb, wctx->last_timestamp_pos);
346 avio_wl64(pb, 0);
450 avio_wl64(pb, pkt->pts == AV_NOPTS_VALUE ? -1 : pkt->pts);
451 avio_wl64(p
[all...]
H A Dsoxenc.c62 avio_wl64(pb, 0); /* number of samples */
63 avio_wl64(pb, av_double2int(enc->sample_rate));
100 avio_wl64(pb, num_samples);
H A Dasfenc.c248 avio_wl64(pb, 24);
259 avio_wl64(pb, pos1 - pos);
333 avio_wl64(pb, offset); // offset of the packet with send_time
334 avio_wl64(pb, pres_time + PREROLL_TIME * 10000); // presentation time
393 avio_wl64(pb, -1); /* header length, will be patched after */
402 avio_wl64(pb, file_size);
404 avio_wl64(pb, unix_to_file_time(file_time));
405 avio_wl64(pb, asf->nb_packets); /* number of packets */
406 avio_wl64(pb, duration); /* end time stamp (in 100ns units) */
407 avio_wl64(p
[all...]
H A Dwavenc.c119 avio_wl64(s->pb, time_reference);
469 avio_wl64(pb, file_size - 8); /* RF64 chunk size */
470 avio_wl64(pb, data_size); /* data chunk size */
471 avio_wl64(pb, number_of_samples); /* fact chunk number of samples */
539 avio_wl64(pb, INT64_MAX);
549 avio_wl64(pb, end - start);
561 avio_wl64(pb, -1);
574 avio_wl64(pb, 0);
594 avio_wl64(pb, file_size);
603 avio_wl64(p
[all...]
H A Davio.h212 void avio_wl64(AVIOContext *s, uint64_t val);
H A Dgxfenc.c229 avio_wl64(pb, track_aux_data);
282 avio_wl64(pb, 0);
470 avio_wl64(pb, timestamp); /* modification time */
471 avio_wl64(pb, timestamp); /* creation time */
576 avio_wl64(pb, av_double2int(1)); /* sound level to begin to */
577 avio_wl64(pb, av_double2int(1)); /* sound level to begin to */
H A Davienc.c376 avio_wl64(pb, 0); /* dwReserved[3] */
379 avio_wl64(pb, 0);
490 avio_wl64(pb, avi->movi_list); /* qwBaseOffset */
508 avio_wl64(pb, ix); /* qwOffset */
H A Doggenc.c113 avio_wl64(pb, page->granule);
H A Daviobuf.c376 void avio_wl64(AVIOContext *s, uint64_t val) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Divfenc.c45 avio_wl64(pb, s->streams[0]->duration); // TODO: duration or number of frames?!?
54 avio_wl64(pb, pkt->pts);
H A Dsoxenc.c61 avio_wl64(pb, 0); /* number of samples */
62 avio_wl64(pb, av_double2int(enc->sample_rate));
107 avio_wl64(pb, num_samples);
H A Dasfenc.c254 avio_wl64(pb, 24);
265 avio_wl64(pb, pos1 - pos);
335 avio_wl64(pb, -1); /* header length, will be patched after */
344 avio_wl64(pb, file_size);
346 avio_wl64(pb, unix_to_file_time(file_time));
347 avio_wl64(pb, asf->nb_packets); /* number of packets */
348 avio_wl64(pb, duration); /* end time stamp (in 100ns units) */
349 avio_wl64(pb, asf->duration); /* duration (in 100ns units) */
350 avio_wl64(pb, PREROLL_TIME); /* start time stamp */
428 avio_wl64(p
[all...]
H A Dgxfenc.c241 avio_wl64(pb, 0);
424 avio_wl64(pb, timestamp); /* modification time */
425 avio_wl64(pb, timestamp); /* creation time */
523 avio_wl64(pb, av_double2int(1)); /* sound level to begin to */
524 avio_wl64(pb, av_double2int(1)); /* sound level to begin to */
H A Davienc.c325 avio_wl64(pb, 0); /* dwReserved[3]
328 avio_wl64(pb, 0);
434 avio_wl64(pb, avi->movi_list);/* qwBaseOffset */
452 avio_wl64(pb, ix); /* qwOffset */
H A Davio.h437 void avio_wl64(AVIOContext *s, uint64_t val);
H A Doggenc.c93 avio_wl64(pb, page->granule);
H A Dwav.c79 avio_wl64(s->pb, time_reference);
H A Daviobuf.c515 void avio_wl64(AVIOContext *s, uint64_t val) function

Completed in 217 milliseconds