Home
last modified time | relevance | path

Searched refs:avio_rl64 (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavformat/
Ddsfdec.c76 if (avio_rl64(pb) != 28) in dsf_read_header()
85 id3pos = avio_rl64(pb); in dsf_read_header()
93 if (avio_rl32(pb) != MKTAG('f', 'm', 't', ' ') || avio_rl64(pb) != 52) in dsf_read_header()
133 dsf->audio_size = avio_rl64(pb) / 8 * st->codecpar->ch_layout.nb_channels; in dsf_read_header()
150 dsf->data_size = avio_rl64(pb) - 12; in dsf_read_header()
Dasfdec_o.c174 uint64_t size = avio_rl64(pb); in asf_read_unknown()
224 uint64_t size = avio_rl64(pb); in asf_read_marker()
241 pts = avio_rl64(pb); in asf_read_marker()
328 *value = avio_rl64(pb); in asf_read_generic_value()
391 uint64_t size = avio_rl64(pb); in asf_read_ext_content()
464 uint64_t size = avio_rl64(pb); in asf_read_metadata_obj()
517 uint64_t size = avio_rl64(pb); in asf_read_content_desc()
543 avio_rl64(pb); // read object size in asf_read_properties()
546 creation_time = avio_rl64(pb); in asf_read_properties()
567 asf->nb_packets = avio_rl64(pb); in asf_read_properties()
[all …]
Dasfdec_f.c214 return avio_rl64(pb); in get_value()
280 asf->hdr.file_size = avio_rl64(pb); in asf_read_file_properties()
281 asf->hdr.create_time = avio_rl64(pb); in asf_read_file_properties()
282 avio_rl64(pb); /* number of packets */ in asf_read_file_properties()
283 asf->hdr.play_time = avio_rl64(pb); in asf_read_file_properties()
284 asf->hdr.send_time = avio_rl64(pb); in asf_read_file_properties()
478 avio_rl64(pb); // starttime in asf_read_ext_stream_properties()
479 avio_rl64(pb); // endtime in asf_read_ext_stream_properties()
494 avio_rl64(pb); // avg frametime in 100ns units in asf_read_ext_stream_properties()
657 avio_rl64(pb); // reserved 16 bytes in asf_read_marker()
[all …]
Dwavdec.c273 time_reference = avio_rl64(s->pb); in wav_parse_bext_tag()
392 avio_rl64(pb); /* RIFF size */ in wav_read_header()
394 data_size = avio_rl64(pb); in wav_read_header()
395 sample_count = avio_rl64(pb); in wav_read_header()
695 size = avio_rl64(pb); in find_guid()
879 if (avio_rl64(pb) < 16 + 8 + 16 + 8 + 16 + 8) in w64_read_header()
897 size = avio_rl64(pb); in w64_read_header()
912 samples = avio_rl64(pb); in w64_read_header()
Dwtvdec.c486 int64_t num = avio_rl64(pb); in get_tag()
900 wtv->pts = avio_rl64(pb); in parse_chunks()
1023 uint64_t timestamp = avio_rl64(pb); in read_header()
1024 uint64_t frame_nb = avio_rl64(pb); in read_header()
1039 uint64_t frame_nb = avio_rl64(pb); in read_header()
1040 uint64_t position = avio_rl64(pb); in read_header()
Dmlvdec.c73 if (memcmp(version, MLV_VERSION, 5) || avio_rl64(pb) != guid) in check_file_header()
114 av_dict_set_int(&avctx->metadata, tag, avio_rl64(pb), 0); in read_uint64()
275 guid = avio_rl64(pb); in read_header()
Divfdec.c74 int64_t pts = avio_rl64(s->pb); in read_packet()
Dluodatdec.c77 pts = avio_rl64(pb); in dat_read_packet()
Dnuv.c178 aspect = av_int2double(avio_rl64(pb)); in nuv_header()
181 fps = av_int2double(avio_rl64(pb)); in nuv_header()
Dsoxdec.c65 sample_rate = av_int2double(avio_rl64(pb)); in sox_read_header()
Davio.h589 uint64_t avio_rl64(AVIOContext *s);
Dcinedec.c276 int64_t pos = avio_rl64(pb); in cine_read_header()
Dgxf.c275 si->track_aux_data = avio_rl64(pb); in gxf_track_tags()
Doggdec.c371 gp = avio_rl64(bc); in ogg_read_page()
Davidec.c181 int64_t base = avio_rl64(pb); in read_odml_index()
258 offset = avio_rl64(pb); in read_odml_index()
Dnutdec.c932 channel_layout = avio_rl64(bc); in read_sm_data()
Daviobuf.c767 uint64_t avio_rl64(AVIOContext *s) in avio_rl64() function