Searched refs:avio_rl64 (Results 1 – 17 of 17) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | dsfdec.c | 74 if (avio_rl64(pb) != 28) in dsf_read_header() 83 id3pos = avio_rl64(pb); in dsf_read_header() 91 if (avio_rl32(pb) != MKTAG('f', 'm', 't', ' ') || avio_rl64(pb) != 52) in dsf_read_header() 125 dsf->audio_size = avio_rl64(pb) / 8 * st->codecpar->channels; in dsf_read_header() 141 dsf->data_size = avio_rl64(pb) - 12; in dsf_read_header()
|
D | asfdec_o.c | 177 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() 499 uint64_t size = avio_rl64(pb); in asf_read_ext_content() 572 uint64_t size = avio_rl64(pb); in asf_read_metadata_obj() 625 uint64_t size = avio_rl64(pb); in asf_read_content_desc() 651 avio_rl64(pb); // read object size in asf_read_properties() 654 creation_time = avio_rl64(pb); in asf_read_properties() 675 asf->nb_packets = avio_rl64(pb); in asf_read_properties() [all …]
|
D | asfdec_f.c | 214 return avio_rl64(pb); in get_value() 386 asf->hdr.file_size = avio_rl64(pb); in asf_read_file_properties() 387 asf->hdr.create_time = avio_rl64(pb); in asf_read_file_properties() 388 avio_rl64(pb); /* number of packets */ in asf_read_file_properties() 389 asf->hdr.play_time = avio_rl64(pb); in asf_read_file_properties() 390 asf->hdr.send_time = avio_rl64(pb); in asf_read_file_properties() 582 avio_rl64(pb); // starttime in asf_read_ext_stream_properties() 583 avio_rl64(pb); // endtime in asf_read_ext_stream_properties() 598 avio_rl64(pb); // avg frametime in 100ns units in asf_read_ext_stream_properties() 761 avio_rl64(pb); // reserved 16 bytes in asf_read_marker() [all …]
|
D | wavdec.c | 276 time_reference = avio_rl64(s->pb); in wav_parse_bext_tag() 395 avio_rl64(pb); /* RIFF size */ in wav_read_header() 397 data_size = avio_rl64(pb); in wav_read_header() 398 sample_count = avio_rl64(pb); in wav_read_header() 684 size = avio_rl64(pb); in find_guid() 861 if (avio_rl64(pb) < 16 + 8 + 16 + 8 + 16 + 8) in w64_read_header() 879 size = avio_rl64(pb); in w64_read_header() 894 samples = avio_rl64(pb); in w64_read_header()
|
D | wtvdec.c | 493 int64_t num = avio_rl64(pb); in get_tag() 909 wtv->pts = avio_rl64(pb); in parse_chunks() 1032 uint64_t timestamp = avio_rl64(pb); in read_header() 1033 uint64_t frame_nb = avio_rl64(pb); in read_header() 1048 uint64_t frame_nb = avio_rl64(pb); in read_header() 1049 uint64_t position = avio_rl64(pb); in read_header()
|
D | mlvdec.c | 76 if (memcmp(version, MLV_VERSION, 5) || avio_rl64(pb) != guid) in check_file_header() 117 av_dict_set_int(&avctx->metadata, tag, avio_rl64(pb), 0); in read_uint64() 274 guid = avio_rl64(pb); in read_header()
|
D | ivfdec.c | 74 int64_t pts = avio_rl64(s->pb); in read_packet()
|
D | luodatdec.c | 77 pts = avio_rl64(pb); in dat_read_packet()
|
D | nuv.c | 175 aspect = av_int2double(avio_rl64(pb)); in nuv_header() 178 fps = av_int2double(avio_rl64(pb)); in nuv_header()
|
D | soxdec.c | 64 sample_rate = av_int2double(avio_rl64(pb)); in sox_read_header()
|
D | avio.h | 635 uint64_t avio_rl64(AVIOContext *s);
|
D | cinedec.c | 278 av_add_index_entry(st, avio_rl64(pb), i, 0, 0, AVINDEX_KEYFRAME); in cine_read_header()
|
D | gxf.c | 276 si->track_aux_data = avio_rl64(pb); in gxf_track_tags()
|
D | oggdec.c | 372 gp = avio_rl64(bc); in ogg_read_page()
|
D | avidec.c | 177 int64_t base = avio_rl64(pb); in read_odml_index() 244 offset = avio_rl64(pb); in read_odml_index()
|
D | nutdec.c | 929 channel_layout = avio_rl64(bc); in read_sm_data()
|
D | aviobuf.c | 758 uint64_t avio_rl64(AVIOContext *s) in avio_rl64() function
|