Home
last modified time | relevance | path

Searched refs:avio_rl24 (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavformat/
Dwavdec.c491 vst->codecpar->width = avio_rl24(pb); in wav_read_header()
492 vst->codecpar->height = avio_rl24(pb); in wav_read_header()
497 size = avio_rl24(pb); in wav_read_header()
499 avio_rl24(pb); in wav_read_header()
500 wav->smv_block_size = avio_rl24(pb); in wav_read_header()
503 avpriv_set_pts_info(vst, 32, 1, avio_rl24(pb)); in wav_read_header()
504 vst->duration = avio_rl24(pb); in wav_read_header()
505 avio_rl24(pb); in wav_read_header()
506 avio_rl24(pb); in wav_read_header()
507 wav->smv_frames_per_jpeg = avio_rl24(pb); in wav_read_header()
[all …]
Dvc1test.c58 frames = avio_rl24(pb); in vc1t_read_header()
105 frame_size = avio_rl24(pb); in vc1t_read_packet()
Dwvdec.c134 size = (id & 0x80) ? avio_rl24(pb) : avio_r8(pb); in wv_read_block_header()
154 chmask = avio_rl24(pb); in wv_read_block_header()
163 chmask = avio_rl24(pb); in wv_read_block_header()
188 rate = avio_rl24(pb); in wv_read_block_header()
Dhnm.c115 superchunk_size = avio_rl24(pb); in hnm_read_packet()
121 chunk_size = avio_rl24(pb); in hnm_read_packet()
Ds337m.c162 data_type = avio_rl24(pb); in s337m_read_packet()
163 data_size = avio_rl24(pb); in s337m_read_packet()
Dmtv.c112 mtv->audio_identifier = avio_rl24(pb); in mtv_read_header()
114 mtv->img_colorfmt = avio_rl24(pb); in mtv_read_header()
Dbmv.c84 c->size = avio_rl24(s->pb); in bmv_read_packet()
Dvoc_packet.c52 voc->remaining_size = avio_rl24(pb); in ff_voc_get_packet()
Dsdsdec.c108 sample_period = avio_rl24(pb); in sds_read_header()
Dmvi.c97 …_int = (vst->codecpar->width * (int64_t)vst->codecpar->height < (1 << 16)) ? avio_rl16 : avio_rl24; in read_header()
Dtakdec.c81 size = avio_rl24(pb); in tak_read_header()
Dmpc.c62 if(avio_rl24(s->pb) != MKTAG('M', 'P', '+', 0)){ in mpc_read_header()
Davio.h633 unsigned int avio_rl24(AVIOContext *s);
Dsmacker.c165 uint32_t rate = avio_rl24(pb); in smacker_read_header()
Did3v2.c419 language = avio_rl24(pb); in read_comment()
Daviobuf.c742 unsigned int avio_rl24(AVIOContext *s) in avio_rl24() function