Home
last modified time | relevance | path

Searched refs:avio_rl16 (Results 1 – 25 of 72) sorted by relevance

123

/third_party/ffmpeg/libavformat/
Dgdv.c78 size_id = avio_rl16(pb); in gdv_read_header()
86 vst->nb_frames = avio_rl16(pb); in gdv_read_header()
88 fps = avio_rl16(pb); in gdv_read_header()
92 snd_flags = avio_rl16(pb); in gdv_read_header()
101 ast->codecpar->sample_rate = avio_rl16(pb); in gdv_read_header()
116 vid_depth = avio_rl16(pb); in gdv_read_header()
122 vst->codecpar->width = avio_rl16(pb); in gdv_read_header()
123 vst->codecpar->height = avio_rl16(pb); in gdv_read_header()
173 if (avio_rl16(pb) != 0x1305) in gdv_read_packet()
175 ret = av_get_packet(pb, pkt, 4 + avio_rl16(pb)); in gdv_read_packet()
Danm.c87 if (avio_rl16(pb) != MAX_PAGES) { in read_header()
92 anm->nb_pages = avio_rl16(pb); in read_header()
95 anm->page_table_offset = avio_rl16(pb); in read_header()
106 st->codecpar->width = avio_rl16(pb); in read_header()
107 st->codecpar->height = avio_rl16(pb); in read_header()
131 avpriv_set_pts_info(st, 64, 1, avio_rl16(pb)); in read_header()
146 p->base_record = avio_rl16(pb); in read_header()
147 p->nb_records = avio_rl16(pb); in read_header()
148 p->size = avio_rl16(pb); in read_header()
203 record_size = avio_rl16(pb); in read_packet()
Dsiff.c105 if (avio_rl16(pb) != 1) { in siff_parse_vbv1()
109 width = avio_rl16(pb); in siff_parse_vbv1()
110 height = avio_rl16(pb); in siff_parse_vbv1()
112 c->frames = avio_rl16(pb); in siff_parse_vbv1()
117 c->bits = avio_rl16(pb); in siff_parse_vbv1()
118 c->rate = avio_rl16(pb); in siff_parse_vbv1()
156 c->rate = avio_rl16(pb); in siff_parse_soun()
157 c->bits = avio_rl16(pb); in siff_parse_soun()
203 c->flags = avio_rl16(s->pb); in siff_read_packet()
Dswfdec.c66 tag = avio_rl16(pb); in get_swf_tag()
183 swf->frame_rate = avio_rl16(pb); /* 8.8 fixed */ in swf_read_header()
184 avio_rl16(pb); /* frame count */ in swf_read_header()
239 int ch_id = avio_rl16(pb); in swf_read_packet()
248 avio_rl16(pb); in swf_read_packet()
249 avio_rl16(pb); in swf_read_packet()
250 avio_rl16(pb); in swf_read_packet()
272 swf->samples_per_frame = avio_rl16(pb); in swf_read_packet()
279 int ch_id = avio_rl16(pb); in swf_read_packet()
296 ast->internal->skip_samples = avio_rl16(pb); in swf_read_packet()
[all …]
Dingenientdec.c45 w = avio_rl16(s->pb); in ingenient_read_packet()
46 h = avio_rl16(s->pb); in ingenient_read_packet()
50 unk1 = avio_rl16(s->pb); in ingenient_read_packet()
51 unk2 = avio_rl16(s->pb); in ingenient_read_packet()
Dbethsoftvid.c83 vid->nframes = avio_rl16(pb); in vid_read_header()
84 vid->width = avio_rl16(pb); in vid_read_header()
85 vid->height = avio_rl16(pb); in vid_read_header()
86 vid->bethsoft_global_delay = avio_rl16(pb); in vid_read_header()
87 avio_rl16(pb); in vid_read_header()
144 duration = vid->bethsoft_global_delay + avio_rl16(pb); in read_frame()
246 avio_rl16(pb); in vid_read_packet()
265 audio_length = avio_rl16(pb); in vid_read_packet()
Dmm.c94 type = avio_rl16(pb); in read_header()
101 avio_rl16(pb); /* total number of chunks */ in read_header()
102 frame_rate = avio_rl16(pb); in read_header()
103 avio_rl16(pb); /* ibm-pc video bios mode */ in read_header()
104 width = avio_rl16(pb); in read_header()
105 height = avio_rl16(pb); in read_header()
Dmlvdec.c107 av_dict_set_int(&avctx->metadata, tag, avio_rl16(pb), 0); in read_uint16()
135 unsigned width = avio_rl16(pb); in scan_file()
136 unsigned height = avio_rl16(pb); in scan_file()
214 time.tm_sec = avio_rl16(pb); in scan_file()
215 time.tm_min = avio_rl16(pb); in scan_file()
216 time.tm_hour = avio_rl16(pb); in scan_file()
217 time.tm_mday = avio_rl16(pb); in scan_file()
218 time.tm_mon = avio_rl16(pb); in scan_file()
219 time.tm_year = avio_rl16(pb); in scan_file()
220 time.tm_wday = avio_rl16(pb); in scan_file()
[all …]
Davs.c73 avs->width = avio_rl16(s->pb); in avs_read_header()
74 avs->height = avio_rl16(s->pb); in avs_read_header()
75 avs->bits_per_sample = avio_rl16(s->pb); in avs_read_header()
76 avs->fps = avio_rl16(s->pb); in avs_read_header()
165 if (!avio_rl16(s->pb)) /* found EOF */ in avs_read_packet()
167 avs->remaining_frame_size = avio_rl16(s->pb) - 4; in avs_read_packet()
173 size = avio_rl16(s->pb); in avs_read_packet()
Driffdec.c66 bps = avio_rl16(pb); in parse_waveformatex()
104 id = avio_rl16(pb); in ff_get_wav_header()
106 par->channels = avio_rl16(pb); in ff_get_wav_header()
109 par->block_align = avio_rl16(pb); in ff_get_wav_header()
122 par->bits_per_coded_sample = avio_rl16(pb); in ff_get_wav_header()
135 int cbSize = avio_rl16(pb); /* cbSize */ in ff_get_wav_header()
217 avio_rl16(pb); /* planes */ in ff_get_bmp_header()
218 st->codecpar->bits_per_coded_sample = avio_rl16(pb); /* depth */ in ff_get_bmp_header()
Dasfdec_f.c210 return (type2_size == 32) ? avio_rl32(pb) : avio_rl16(pb); in get_value()
216 return avio_rl16(pb); in get_value()
459 st->id = avio_rl16(pb) & 0x7f; /* stream id */ in asf_read_stream_properties()
499 asf_st->ds_packet_size = avio_rl16(pb); in asf_read_stream_properties()
500 asf_st->ds_chunk_size = avio_rl16(pb); in asf_read_stream_properties()
501 avio_rl16(pb); // ds_data_size in asf_read_stream_properties()
515 avio_rl16(pb); /* size */ in asf_read_stream_properties()
520 avio_rl16(pb); /* panes */ in asf_read_stream_properties()
521 st->codecpar->bits_per_coded_sample = avio_rl16(pb); /* depth */ in asf_read_stream_properties()
592 stream_num = avio_rl16(pb); // stream-num in asf_read_ext_stream_properties()
[all …]
Divfdec.c41 avio_rl16(s->pb); // version in read_header()
42 avio_rl16(s->pb); // header size in read_header()
52 st->codecpar->width = avio_rl16(s->pb); in read_header()
53 st->codecpar->height = avio_rl16(s->pb); in read_header()
Ddfa.c52 version = avio_rl16(pb); in dfa_read_header()
53 frames = avio_rl16(pb); in dfa_read_header()
61 st->codecpar->width = avio_rl16(pb); in dfa_read_header()
62 st->codecpar->height = avio_rl16(pb); in dfa_read_header()
Dmvi.c66 vst->codecpar->width = avio_rl16(pb); in read_header()
67 vst->codecpar->height = avio_rl16(pb); in read_header()
69 ast->codecpar->sample_rate = avio_rl16(pb); in read_header()
73 avio_rl16(pb); in read_header()
97 …mvi->get_int = (vst->codecpar->width * (int64_t)vst->codecpar->height < (1 << 16)) ? avio_rl16 : a… in read_header()
Dmspdec.c63 st->codecpar->width = avio_rl16(pb); in msp_read_header()
64 st->codecpar->height = avio_rl16(pb); in msp_read_header()
67 st->sample_aspect_ratio.num = avio_rl16(pb); in msp_read_header()
68 st->sample_aspect_ratio.den = avio_rl16(pb); in msp_read_header()
Dmtv.c113 mtv->audio_br = avio_rl16(pb); in mtv_read_header()
116 mtv->img_width = avio_rl16(pb); in mtv_read_header()
117 mtv->img_height = avio_rl16(pb); in mtv_read_header()
118 mtv->img_segment_size = avio_rl16(pb); in mtv_read_header()
145 audio_subsegments = avio_rl16(pb); in mtv_read_header()
Dsmush.c68 subversion = avio_rl16(pb); in smush_read_header()
69 nframes = avio_rl16(pb); in smush_read_header()
88 subversion = avio_rl16(pb); in smush_read_header()
94 width = avio_rl16(pb); in smush_read_header()
95 height = avio_rl16(pb); in smush_read_header()
Dbinka.c48 st->codecpar->sample_rate = avio_rl16(pb); in binka_read_header()
52 entries = avio_rl16(pb); in binka_read_header()
75 pkt_size = avio_rl16(pb) + 4; in binka_read_packet()
Dcinedec.c111 compression = avio_rl16(pb); in cine_read_header()
112 version = avio_rl16(pb); in cine_read_header()
133 if (avio_rl16(pb) != 1) // biPlanes in cine_read_header()
136 biBitCount = avio_rl16(pb); in cine_read_header()
160 if (avio_rl16(pb) != 0x5453) in cine_read_header()
162 length = avio_rl16(pb); in cine_read_header()
Dasfdec_o.c212 GET_UTF16(ch, (ret += 2) <= maxlen ? avio_rl16(pb) : 0, break;); in get_asf_string()
233 len = avio_rl16(pb); in asf_read_marker()
322 *value = avio_rl16(pb); in asf_read_generic_value()
331 *value = avio_rl16(pb); in asf_read_generic_value()
500 uint16_t nb_desc = avio_rl16(pb); in asf_read_ext_content()
507 name_len = avio_rl16(pb); in asf_read_ext_content()
515 type = avio_rl16(pb); in asf_read_ext_content()
520 val_len = avio_rl16(pb); in asf_read_ext_content()
573 uint16_t nb_recs = avio_rl16(pb); // number of records in the Description Records list in asf_read_metadata_obj()
581 st_num = avio_rl16(pb); in asf_read_metadata_obj()
[all …]
Dc93.c69 c93->block_records[i].index = avio_rl16(pb); in read_header()
117 datasize = avio_rl16(pb); in read_packet()
151 datasize = avio_rl16(pb); /* video frame size */ in read_packet()
164 datasize = avio_rl16(pb); /* palette size */ in read_packet()
Djvdec.c91 vst->codecpar->width = avio_rl16(pb); in read_header()
92 vst->codecpar->height = avio_rl16(pb); in read_header()
95 ast->nb_index_entries = avio_rl16(pb); in read_header()
96 avpriv_set_pts_info(vst, 64, avio_rl16(pb), 1000); in read_header()
103 ast->codecpar->sample_rate = avio_rl16(pb); in read_header()
Dape.c161 ape->fileversion = avio_rl16(pb); in ape_read_header()
170 ape->padding1 = avio_rl16(pb); in ape_read_header()
186 ape->compressiontype = avio_rl16(pb); in ape_read_header()
187 ape->formatflags = avio_rl16(pb); in ape_read_header()
191 ape->bps = avio_rl16(pb); in ape_read_header()
192 ape->channels = avio_rl16(pb); in ape_read_header()
198 ape->compressiontype = avio_rl16(pb); in ape_read_header()
199 ape->formatflags = avio_rl16(pb); in ape_read_header()
200 ape->channels = avio_rl16(pb); in ape_read_header()
Dhnm.c67 width = avio_rl16(pb); in hnm_read_header()
68 height = avio_rl16(pb); in hnm_read_header()
123 chunk_id = avio_rl16(pb); in hnm_read_packet()
Ddsicin.c83 hdr->video_frame_width = avio_rl16(pb); in cin_read_file_header()
84 hdr->video_frame_height = avio_rl16(pb); in cin_read_file_header()
88 hdr->audio_frame_size = avio_rl16(pb); in cin_read_file_header()
149 hdr->pal_colors_count = avio_rl16(pb); in cin_read_frame_header()

123