/third_party/ffmpeg/libavformat/ |
H A D | argo_brp.c | 155 uint8_t buf[FFMAX(BRP_MIN_BUFFER_SIZE, ASF_MIN_BUFFER_SIZE)]; in argo_brp_read_header() local 108 read_extradata(AVFormatContext *s, const ArgoBRPStreamHeader *hdr, void *buf, size_t bufsz) read_extradata() argument 356 uint8_t buf[BRP_MIN_BUFFER_SIZE]; argo_brp_read_packet() local [all...] |
H A D | argo_cvg.c | 113 uint8_t buf[4]; in argo_cvg_read_checksum() local 141 uint8_t buf[ARGO_CVG_HEADER_SIZE]; in argo_cvg_read_header() local [all...] |
H A D | bintext.c | 93 char buf[36]; in next_tag_read() local [all...] |
H A D | cafdec.c | 176 uint8_t buf[4]; in read_kuki_chunk() local
|
H A D | cache.c | 99 static int add_entry(URLContext *h, const unsigned char *buf, int size) in add_entry() argument 162 static int cache_read(URLContext *h, unsigned char *buf, int size) in cache_read() argument
|
H A D | cdxl.c | 48 const uint8_t *buf = p->buf; in cdxl_read_probe() local [all...] |
H A D | file.c | 111 static int file_read(URLContext *h, unsigned char *buf, int size) in file_read() argument 124 static int file_write(URLContext *h, const unsigned char *buf, int size) in file_write() argument
|
H A D | gifdec.c | 271 unsigned char buf[6]; in gif_read_packet() local
|
H A D | id3v2enc.c | 358 uint8_t *buf; in ff_id3v2_write_apic() local
|
H A D | id3v2.h | 66 AVBufferRef *buf; member
|
H A D | jacosubdec.c | 95 static const char *read_ts(JACOsubContext *jacosub, const char *buf, in read_ts() argument 127 static int get_shift(unsigned timeres, const char *buf) in get_shift() argument
|
H A D | libsmbclient.c | 158 static int libsmbc_read(URLContext *h, unsigned char *buf, int size) in libsmbc_read() argument 172 static int libsmbc_write(URLContext *h, const unsigned char *buf, int size) in libsmbc_write() argument
|
H A D | movenchint.c | 407 uint8_t *buf = NULL; in ff_mov_add_hinted_packet() local
|
H A D | mpc8.c | 143 uint8_t *buf; in mpc8_parse_seektable() local [all...] |
H A D | os_support.h | 216 static inline void copy_stat(struct _stat64 *crtstat, struct win32_stat *buf) in copy_stat() argument 231 win32_stat(const char *filename_utf8, struct win32_stat *buf) win32_stat() argument 251 win32_fstat(int fd, struct win32_stat *buf) win32_fstat() argument [all...] |
H A D | rmenc.c | 366 static int rm_write_audio(AVFormatContext *s, const uint8_t *buf, int size, int flags) in rm_write_audio() argument 388 static int rm_write_video(AVFormatContext *s, const uint8_t *buf, int size, int flags) in rm_write_video() argument
|
H A D | rtpdec_xiph.c | 60 xiph_handle_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) xiph_handle_packet() argument 206 get_base128(const uint8_t ** buf, const uint8_t * buf_end) get_base128() argument [all...] |
H A D | rtpdec_rfc4175.c | 223 rfc4175_handle_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t * buf, int len, uint16_t seq, int flags) rfc4175_handle_packet() argument
|
H A D | rtpdec_vp8.c | 65 vp8_handle_packet(AVFormatContext *ctx, PayloadContext *vp8, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) vp8_handle_packet() argument [all...] |
H A D | subtitles.c | 52 void ff_text_init_buf(FFTextReader *r, void *buf, size_t size) in ff_text_init_buf() argument 84 ff_text_read(FFTextReader *r, char *buf, size_t size) ff_text_read() argument 352 ff_smil_extract_next_text_chunk(FFTextReader *tr, AVBPrint *buf, char *c) ff_smil_extract_next_text_chunk() argument 400 ff_subtitles_read_text_chunk(FFTextReader *tr, AVBPrint *buf) ff_subtitles_read_text_chunk() argument 442 ff_subtitles_read_chunk(AVIOContext *pb, AVBPrint *buf) ff_subtitles_read_chunk() argument 451 ff_subtitles_read_line(FFTextReader *tr, char *buf, size_t size) ff_subtitles_read_line() argument [all...] |
H A D | tls_securetransport.c | 363 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() argument 380 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | dict.c | 156 static int parse_key_value_pair(AVDictionary **pm, const char **buf, in parse_key_value_pair() argument 264 char buf[32]; in avpriv_dict_set_timestamp() local [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A D | opt.c | 219 char *buf; in main() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_gradfun.c | 71 void ff_gradfun_blur_line_c(uint16_t *dc, uint16_t *buf, const uint16_t *buf1, const uint8_t *src, int src_linesize, int width) in ff_gradfun_blur_line_c() argument 88 uint16_t *buf = ctx->buf + bstride + 32; in filter() local [all...] |
H A D | vsrc_life.c | 58 uint8_t *buf[2]; member 350 uint8_t *buf = life->buf[life->buf_idx]; fill_picture_monoblack() local 375 uint8_t *buf = life->buf[life->buf_idx]; fill_picture_rgb() local [all...] |