Searched refs:update_size (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | movenccenc.c | 282 static int64_t update_size(AVIOContext *pb, int64_t pos) in update_size() function 303 return update_size(pb, pos); in mov_cenc_write_senc_tag() 322 return update_size(pb, pos); in mov_cenc_write_saio_tag() 336 return update_size(pb, pos); in mov_cenc_write_saiz_tag() 361 return update_size(pb, pos); in mov_cenc_write_schi_tag() 385 return update_size(pb, pos); in ff_mov_cenc_write_sinf_tag()
|
D | movenc.c | 135 static int64_t update_size(AVIOContext *pb, int64_t pos) in update_size() function 189 return update_size(pb, pos); in mov_write_stco_tag() 225 return update_size(pb, pos); in mov_write_stsz_tag() 254 return update_size(pb, pos); in mov_write_stsc_tag() 278 return update_size(pb, pos); in mov_write_stss_tag() 302 return update_size(pb, pos); in mov_write_sdtp_tag() 690 return update_size(pb, pos); in mov_write_esds_tag() 718 return update_size(pb, pos); in mov_write_ms_tag() 729 return update_size(pb, pos); in mov_write_wfex_tag() 749 return update_size(pb, pos); in mov_write_dfla_tag() [all …]
|
D | hdsenc.c | 208 static void update_size(AVIOContext *out, int64_t pos) in update_size() function 268 update_size(out, asrt_pos); in write_abst() 282 update_size(out, afrt_pos); in write_abst() 283 update_size(out, 0); in write_abst()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | update.c | 236 ulong update_addr, update_fladdr, update_size; in update_tftp() local 311 &update_fladdr, &update_size)) { in update_tftp() 320 update_size)) { in update_tftp() 328 update_size, interface, devstring); in update_tftp()
|
/third_party/ffmpeg/libavcodec/ |
D | j2kenc.c | 995 static void update_size(uint8_t *size, const uint8_t *end) in update_size() function 1034 update_size(chunkstart, s->buf); in encode_frame() 1050 update_size(chunkstart, s->buf); in encode_frame() 1065 update_size(chunkstart, s->buf); in encode_frame() 1079 update_size(chunkstart, s->buf); in encode_frame() 1088 update_size(chunkstart, s->buf); in encode_frame() 1090 update_size(jp2hstart, s->buf); in encode_frame() 1125 update_size(jp2cstart, s->buf); in encode_frame()
|
D | vp9.c | 189 static int update_size(AVCodecContext *avctx, int w, int h) in update_size() function 767 if ((ret = update_size(avctx, w, h)) < 0) { in decode_frame_header()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 1014 static void update_size(struct userdata *u, pa_sample_spec *ss) { in update_size() function 1070 update_size(u, &u->source->sample_spec); in unsuspend()
|
D | alsa-sink.c | 1132 static void update_size(struct userdata *u, pa_sample_spec *ss) { in update_size() function 1198 update_size(u, &u->sink->sample_spec); in unsuspend()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 39670 videoparse: initialize update_size to FALSE when updating info
|