Searched refs:put_le64 (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dsoxenc.c58 put_le64(pb, 0); /* number of samples */
59 put_le64(pb, av_dbl2int(enc->sample_rate));
104 put_le64(pb, num_samples);
H A Dasfenc.c227 put_le64(pb, 24);
238 put_le64(pb, pos1 - pos);
306 put_le64(pb, -1); /* header length, will be patched after */
315 put_le64(pb, file_size);
317 put_le64(pb, unix_to_file_time(file_time));
318 put_le64(pb, asf->nb_packets); /* number of packets */
319 put_le64(pb, duration); /* end time stamp (in 100ns units) */
320 put_le64(pb, asf->duration); /* duration (in 100ns units) */
321 put_le64(pb, PREROLL_TIME); /* start time stamp */
399 put_le64(p
[all...]
H A Dgxfenc.c238 put_le64(pb, 0);
407 put_le64(pb, s->timestamp); /* modification time */
408 put_le64(pb, s->timestamp); /* creation time */
506 put_le64(pb, av_dbl2int(1)); /* sound level to begin to */
507 put_le64(pb, av_dbl2int(1)); /* sound level to begin to */
H A Davienc.c318 put_le64(pb, 0); /* dwReserved[3]
321 put_le64(pb, 0);
426 put_le64(pb, avi->movi_list);/* qwBaseOffset */
444 put_le64(pb, ix); /* qwOffset */
H A Davio.h311 void put_le64(ByteIOContext *s, uint64_t val);
H A Doggenc.c83 put_le64(s->pb, page->granule);
H A Daviobuf.c251 void put_le64(ByteIOContext *s, uint64_t val) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dsoxenc.c58 put_le64(pb, 0); /* number of samples */
59 put_le64(pb, av_dbl2int(enc->sample_rate));
104 put_le64(pb, num_samples);
H A Dasfenc.c227 put_le64(pb, 24);
238 put_le64(pb, pos1 - pos);
306 put_le64(pb, -1); /* header length, will be patched after */
315 put_le64(pb, file_size);
317 put_le64(pb, unix_to_file_time(file_time));
318 put_le64(pb, asf->nb_packets); /* number of packets */
319 put_le64(pb, duration); /* end time stamp (in 100ns units) */
320 put_le64(pb, asf->duration); /* duration (in 100ns units) */
321 put_le64(pb, PREROLL_TIME); /* start time stamp */
399 put_le64(p
[all...]
H A Dgxfenc.c238 put_le64(pb, 0);
407 put_le64(pb, s->timestamp); /* modification time */
408 put_le64(pb, s->timestamp); /* creation time */
506 put_le64(pb, av_dbl2int(1)); /* sound level to begin to */
507 put_le64(pb, av_dbl2int(1)); /* sound level to begin to */
H A Davienc.c318 put_le64(pb, 0); /* dwReserved[3]
321 put_le64(pb, 0);
426 put_le64(pb, avi->movi_list);/* qwBaseOffset */
444 put_le64(pb, ix); /* qwOffset */
H A Davio.h311 void put_le64(ByteIOContext *s, uint64_t val);
H A Doggenc.c83 put_le64(s->pb, page->granule);
H A Daviobuf.c251 void put_le64(ByteIOContext *s, uint64_t val) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dsoxenc.c58 put_le64(pb, 0); /* number of samples */
59 put_le64(pb, av_dbl2int(enc->sample_rate));
104 put_le64(pb, num_samples);
H A Dasfenc.c227 put_le64(pb, 24);
238 put_le64(pb, pos1 - pos);
306 put_le64(pb, -1); /* header length, will be patched after */
315 put_le64(pb, file_size);
317 put_le64(pb, unix_to_file_time(file_time));
318 put_le64(pb, asf->nb_packets); /* number of packets */
319 put_le64(pb, duration); /* end time stamp (in 100ns units) */
320 put_le64(pb, asf->duration); /* duration (in 100ns units) */
321 put_le64(pb, PREROLL_TIME); /* start time stamp */
399 put_le64(p
[all...]
H A Dgxfenc.c238 put_le64(pb, 0);
407 put_le64(pb, s->timestamp); /* modification time */
408 put_le64(pb, s->timestamp); /* creation time */
506 put_le64(pb, av_dbl2int(1)); /* sound level to begin to */
507 put_le64(pb, av_dbl2int(1)); /* sound level to begin to */
H A Davienc.c318 put_le64(pb, 0); /* dwReserved[3]
321 put_le64(pb, 0);
426 put_le64(pb, avi->movi_list);/* qwBaseOffset */
444 put_le64(pb, ix); /* qwOffset */
H A Davio.h311 void put_le64(ByteIOContext *s, uint64_t val);
H A Doggenc.c83 put_le64(s->pb, page->granule);
H A Daviobuf.c251 void put_le64(ByteIOContext *s, uint64_t val) function

Completed in 168 milliseconds