Home
last modified time | relevance | path

Searched refs:avio_rl32 (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/ffmpeg/libavformat/
Dcinedec.c120 st->duration = avio_rl32(pb); in cine_read_header()
121 offImageHeader = avio_rl32(pb); in cine_read_header()
122 offSetup = avio_rl32(pb); in cine_read_header()
123 offImageOffsets = avio_rl32(pb); in cine_read_header()
130 st->codecpar->width = avio_rl32(pb); in cine_read_header()
131 st->codecpar->height = avio_rl32(pb); in cine_read_header()
142 switch (avio_rl32(pb)) { in cine_read_header()
169 if (!avio_rl32(pb) ^ vflip) { in cine_read_header()
180 avpriv_set_pts_info(st, 64, 1, avio_rl32(pb)); in cine_read_header()
184 set_metadata_int(&st->metadata, "camera_version", avio_rl32(pb), 0); in cine_read_header()
[all …]
Dbfi.c71 chunk_header = avio_rl32(pb); in bfi_read_header()
75 bfi->nframes = avio_rl32(pb); in bfi_read_header()
78 avio_rl32(pb); in bfi_read_header()
79 avio_rl32(pb); in bfi_read_header()
80 avio_rl32(pb); in bfi_read_header()
81 fps = avio_rl32(pb); in bfi_read_header()
83 vstream->codecpar->width = avio_rl32(pb); in bfi_read_header()
84 vstream->codecpar->height = avio_rl32(pb); in bfi_read_header()
92 astream->codecpar->sample_rate = avio_rl32(pb); in bfi_read_header()
138 chunk_size = avio_rl32(pb); in bfi_read_packet()
[all …]
Driffdec.c69 par->channel_layout = avio_rl32(pb); /* dwChannelMask */ in parse_waveformatex()
107 par->sample_rate = avio_rl32(pb); in ff_get_wav_header()
108 bitrate = avio_rl32(pb) * 8LL; in ff_get_wav_header()
212 uint32_t size_ = avio_rl32(pb); in ff_get_bmp_header()
215 st->codecpar->width = avio_rl32(pb); in ff_get_bmp_header()
216 st->codecpar->height = (int32_t)avio_rl32(pb); in ff_get_bmp_header()
219 tag1 = avio_rl32(pb); in ff_get_bmp_header()
220 avio_rl32(pb); /* ImageSize */ in ff_get_bmp_header()
221 avio_rl32(pb); /* XPelsPerMeter */ in ff_get_bmp_header()
222 avio_rl32(pb); /* YPelsPerMeter */ in ff_get_bmp_header()
[all …]
Dmusx.c51 version = avio_rl32(s->pb); in musx_read_header()
68 offset = avio_rl32(s->pb); in musx_read_header()
75 type = avio_rl32(s->pb); in musx_read_header()
83 coding = avio_rl32(s->pb); in musx_read_header()
87 st->codecpar->channels = avio_rl32(s->pb); in musx_read_header()
91 st->codecpar->sample_rate = avio_rl32(s->pb); in musx_read_header()
98 coding = avio_rl32(s->pb); in musx_read_header()
106 st->codecpar->channels = avio_rl32(s->pb); in musx_read_header()
110 st->codecpar->sample_rate = avio_rl32(s->pb); in musx_read_header()
136 type = avio_rl32(s->pb); in musx_read_header()
[all …]
Dlvfdec.c44 nb_streams = avio_rl32(s->pb); in lvf_read_header()
55 id = avio_rl32(s->pb); in lvf_read_header()
56 size = avio_rl32(s->pb); in lvf_read_header()
67 st->codecpar->width = avio_rl32(s->pb); in lvf_read_header()
68 st->codecpar->height = avio_rl32(s->pb); in lvf_read_header()
70 st->codecpar->codec_tag = avio_rl32(s->pb); in lvf_read_header()
113 id = avio_rl32(s->pb); in lvf_read_packet()
114 size = avio_rl32(s->pb); in lvf_read_packet()
128 timestamp = avio_rl32(s->pb); in lvf_read_packet()
129 flags = avio_rl32(s->pb); in lvf_read_packet()
Dgenh.c57 st->codecpar->channels = avio_rl32(s->pb); in genh_read_header()
65 c->interleave_size = avio_rl32(s->pb); in genh_read_header()
69 st->codecpar->sample_rate = avio_rl32(s->pb); in genh_read_header()
71 st->duration = avio_rl32(s->pb); in genh_read_header()
73 codec = avio_rl32(s->pb); in genh_read_header()
107 start_offset = avio_rl32(s->pb); in genh_read_header()
108 header_size = avio_rl32(s->pb); in genh_read_header()
116 coef[0] = avio_rl32(s->pb); in genh_read_header()
117 coef[1] = avio_rl32(s->pb); in genh_read_header()
118 c->dsp_int_type = avio_rl32(s->pb); in genh_read_header()
[all …]
Dpmpdec.c59 switch (avio_rl32(pb)) { in pmp_header()
70 index_cnt = avio_rl32(pb); in pmp_header()
71 vst->codecpar->width = avio_rl32(pb); in pmp_header()
72 vst->codecpar->height = avio_rl32(pb); in pmp_header()
74 tb_num = avio_rl32(pb); in pmp_header()
75 tb_den = avio_rl32(pb); in pmp_header()
80 switch (avio_rl32(pb)) { in pmp_header()
94 srate = avio_rl32(pb); in pmp_header()
95 channels = avio_rl32(pb) + 1; in pmp_header()
98 uint32_t size = avio_rl32(pb); in pmp_header()
[all …]
Dnuv.c84 size = PKTSIZE(avio_rl32(pb)); in get_codec_data()
95 size = PKTSIZE(avio_rl32(pb)); in get_codec_data()
98 avio_rl32(pb); // version in get_codec_data()
100 vst->codecpar->codec_tag = avio_rl32(pb); in get_codec_data()
111 ast->codecpar->codec_tag = avio_rl32(pb); in get_codec_data()
112 ast->codecpar->sample_rate = avio_rl32(pb); in get_codec_data()
117 ast->codecpar->bits_per_coded_sample = avio_rl32(pb); in get_codec_data()
118 ast->codecpar->channels = avio_rl32(pb); in get_codec_data()
147 size = PKTSIZE(avio_rl32(pb)); in get_codec_data()
169 width = avio_rl32(pb); in nuv_header()
[all …]
Dmods.c54 st->nb_frames = avio_rl32(pb); in mods_read_header()
57 st->codecpar->width = avio_rl32(pb); in mods_read_header()
58 st->codecpar->height = avio_rl32(pb); in mods_read_header()
60 fps.num = avio_rl32(pb); in mods_read_header()
66 pos = avio_rl32(pb) + 4; in mods_read_header()
68 pos = avio_rl32(pb); in mods_read_header()
85 size = avio_rl32(pb) >> 14; in mods_read_packet()
Dbink.c104 vst->codecpar->codec_tag = avio_rl32(pb); in read_header()
109 vst->codecpar->codec_tag = avio_rl32(pb); in read_header()
117 bink->file_size = avio_rl32(pb) + 8; in read_header()
118 vst->duration = avio_rl32(pb); in read_header()
125 if (avio_rl32(pb) > bink->file_size) { in read_header()
133 vst->codecpar->width = avio_rl32(pb); in read_header()
134 vst->codecpar->height = avio_rl32(pb); in read_header()
136 fps_num = avio_rl32(pb); in read_header()
137 fps_den = avio_rl32(pb); in read_header()
158 bink->num_audio_tracks = avio_rl32(pb); in read_header()
[all …]
Dluodatdec.c68 stream_id = avio_rl32(pb); in dat_read_packet()
69 width = avio_rl32(pb); in dat_read_packet()
70 height = avio_rl32(pb); in dat_read_packet()
71 fps = avio_rl32(pb); in dat_read_packet()
73 key = avio_rl32(pb) == 1; in dat_read_packet()
75 index = avio_rl32(pb); in dat_read_packet()
78 pkt_size = avio_rl32(pb); in dat_read_packet()
Dapc.c42 avio_rl32(pb); /* CRYO */ in apc_read_header()
43 avio_rl32(pb); /* _APC */ in apc_read_header()
44 avio_rl32(pb); /* 1.20 */ in apc_read_header()
53 avio_rl32(pb); /* number of samples */ in apc_read_header()
54 st->codecpar->sample_rate = avio_rl32(pb); in apc_read_header()
60 if (avio_rl32(pb)) { in apc_read_header()
Dape.c157 tag = avio_rl32(pb); in ape_read_header()
171 ape->descriptorlength = avio_rl32(pb); in ape_read_header()
172 ape->headerlength = avio_rl32(pb); in ape_read_header()
173 ape->seektablelength = avio_rl32(pb); in ape_read_header()
174 ape->wavheaderlength = avio_rl32(pb); in ape_read_header()
175 ape->audiodatalength = avio_rl32(pb); in ape_read_header()
176 ape->audiodatalength_high = avio_rl32(pb); in ape_read_header()
177 ape->wavtaillength = avio_rl32(pb); in ape_read_header()
188 ape->blocksperframe = avio_rl32(pb); in ape_read_header()
189 ape->finalframeblocks = avio_rl32(pb); in ape_read_header()
[all …]
Difv.c73 pos = avio_rl32(s->pb); in read_index()
74 size = avio_rl32(s->pb); in read_index()
77 timestamp = avio_rl32(s->pb); in read_index()
96 avpriv_dict_set_timestamp(&s->metadata, "creation_time", avio_rl32(s->pb) * 1000000LL); in parse_header()
103 vid_magic = avio_rl32(s->pb); in parse_header()
109 ifv->sample_rate = avio_rl32(s->pb); in parse_header()
110 aud_magic = avio_rl32(s->pb); in parse_header()
121 ifv->total_vframes = avio_rl32(s->pb); in parse_header()
122 ifv->total_aframes = avio_rl32(s->pb); in parse_header()
221 vframes = ifv->total_vframes + (uint64_t)avio_rl32(s->pb); in ifv_read_packet()
[all …]
Dboadec.c53 avio_rl32(s->pb); in read_header()
54 avio_rl32(s->pb); in read_header()
55 st->codecpar->sample_rate = avio_rl32(s->pb); in read_header()
56 st->codecpar->channels = avio_rl32(s->pb); in read_header()
59 s->internal->data_offset = avio_rl32(s->pb); in read_header()
61 st->codecpar->block_align = avio_rl32(s->pb); in read_header()
Divfdec.c40 avio_rl32(s->pb); // DKIF in read_header()
50 st->codecpar->codec_tag = avio_rl32(s->pb); in read_header()
54 time_base.den = avio_rl32(s->pb); in read_header()
55 time_base.num = avio_rl32(s->pb); in read_header()
56 st->duration = avio_rl32(s->pb); in read_header()
73 int ret, size = avio_rl32(s->pb); in read_packet()
Dvc1test.c59 if (avio_r8(pb) != 0xC5 || ((size = avio_rl32(pb)) < 4)) in vc1t_read_header()
74 st->codecpar->height = avio_rl32(pb); in vc1t_read_header()
75 st->codecpar->width = avio_rl32(pb); in vc1t_read_header()
76 if(avio_rl32(pb) != 0xC) in vc1t_read_header()
79 fps = avio_rl32(pb); in vc1t_read_header()
108 pts = avio_rl32(pb); in vc1t_read_packet()
Ddcstr.c44 st->codecpar->channels = avio_rl32(s->pb); in dcstr_read_header()
45 st->codecpar->sample_rate = avio_rl32(s->pb); in dcstr_read_header()
48 codec = avio_rl32(s->pb); in dcstr_read_header()
49 align = avio_rl32(s->pb); in dcstr_read_header()
51 st->duration = avio_rl32(s->pb); in dcstr_read_header()
52 mult = avio_rl32(s->pb); in dcstr_read_header()
Ddsfdec.c91 if (avio_rl32(pb) != MKTAG('f', 'm', 't', ' ') || avio_rl64(pb) != 52) in dsf_read_header()
94 if (avio_rl32(pb) != 1) { in dsf_read_header()
99 if (avio_rl32(pb)) { in dsf_read_header()
104 channel_type = avio_rl32(pb); in dsf_read_header()
111 st->codecpar->channels = avio_rl32(pb); in dsf_read_header()
112 st->codecpar->sample_rate = avio_rl32(pb) / 8; in dsf_read_header()
117 switch(avio_rl32(pb)) { in dsf_read_header()
126 st->codecpar->block_align = avio_rl32(pb); in dsf_read_header()
139 if (avio_rl32(pb) != MKTAG('d', 'a', 't', 'a')) in dsf_read_header()
Dsdr2.c49 avpriv_set_pts_info(st, 64, 1, avio_rl32(s->pb)); in sdr2_read_header()
51 st->codecpar->width = avio_rl32(s->pb); in sdr2_read_header()
52 st->codecpar->height = avio_rl32(s->pb); in sdr2_read_header()
81 flags = avio_rl32(s->pb); in sdr2_read_packet()
84 next = avio_rl32(s->pb); in sdr2_read_packet()
89 is_video = avio_rl32(s->pb); in sdr2_read_packet()
Dmlvdec.c72 size = avio_rl32(pb); in check_file_header()
112 av_dict_set_int(&avctx->metadata, tag, avio_rl32(pb), 0); in read_uint32()
128 type = avio_rl32(pb); in scan_file()
129 size = avio_rl32(pb); in scan_file()
141 if (avio_rl32(pb) != 1) in scan_file()
144 bits_per_coded_sample = avio_rl32(pb); in scan_file()
155 if (avio_rl32(pb) != 0x2010100) /* RGGB */ in scan_file()
193 uint64_t pts = avio_rl32(pb); in scan_file()
198 uint64_t pts = avio_rl32(pb); in scan_file()
228 av_dict_set(&avctx->metadata, "isoMode", avio_rl32(pb) ? "auto" : "manual", 0); in scan_file()
[all …]
Dasfdec_f.c210 return (type2_size == 32) ? avio_rl32(pb) : avio_rl16(pb); in get_value()
212 return avio_rl32(pb); in get_value()
249 picsize = avio_rl32(s->pb); in asf_read_picture()
391 asf->hdr.preroll = avio_rl32(pb); in asf_read_file_properties()
392 asf->hdr.ignore = avio_rl32(pb); in asf_read_file_properties()
393 asf->hdr.flags = avio_rl32(pb); in asf_read_file_properties()
394 asf->hdr.min_pktsize = avio_rl32(pb); in asf_read_file_properties()
395 asf->hdr.max_pktsize = avio_rl32(pb); in asf_read_file_properties()
398 asf->hdr.max_bitrate = avio_rl32(pb); in asf_read_file_properties()
457 type_specific_size = avio_rl32(pb); in asf_read_stream_properties()
[all …]
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_dense.c33 dense_params->activation = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_dense()
34 dense_params->input_num = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_dense()
35 dense_params->output_num = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_dense()
36 dense_params->has_bias = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_dense()
56 dense_params->kernel[i] = av_int2float(avio_rl32(model_file_context)); in ff_dnn_load_layer_dense()
68 dense_params->biases[i] = av_int2float(avio_rl32(model_file_context)); in ff_dnn_load_layer_dense()
74 layer->input_operand_indexes[0] = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_dense()
75 layer->output_operand_index = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_dense()
Ddnn_backend_native_layer_conv2d.c55 conv_params->dilation = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_conv2d()
56 conv_params->padding_method = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_conv2d()
57 conv_params->activation = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_conv2d()
58 conv_params->input_num = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_conv2d()
59 conv_params->output_num = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_conv2d()
60 conv_params->kernel_size = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_conv2d()
61 conv_params->has_bias = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_conv2d()
82 conv_params->kernel[i] = av_int2float(avio_rl32(model_file_context)); in ff_dnn_load_layer_conv2d()
94 conv_params->biases[i] = av_int2float(avio_rl32(model_file_context)); in ff_dnn_load_layer_conv2d()
100 layer->input_operand_indexes[0] = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_conv2d()
[all …]
Ddnn_backend_native_layer_mathbinary.c107 params.bin_op = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_math_binary()
110 params.input0_broadcast = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_math_binary()
113 params.v = av_int2float(avio_rl32(model_file_context)); in ff_dnn_load_layer_math_binary()
115 layer->input_operand_indexes[input_index] = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_math_binary()
123 params.input1_broadcast = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_math_binary()
126 params.v = av_int2float(avio_rl32(model_file_context)); in ff_dnn_load_layer_math_binary()
128 layer->input_operand_indexes[input_index] = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_math_binary()
136 layer->output_operand_index = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_math_binary()

123456