/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vdpau.c | 228 static AVBufferRef *vdpau_pool_alloc(void *opaque, size_t size) in vdpau_pool_alloc() argument
|
H A D | mem.c | 96 void *av_malloc(size_t size) in av_malloc() argument 153 av_realloc(void *ptr, size_t size) av_realloc() argument 173 size_t size; av_realloc_f() local 186 av_reallocp(void *ptr, size_t size) av_reallocp() argument 207 av_malloc_array(size_t nmemb, size_t size) av_malloc_array() argument 216 av_mallocz_array(size_t nmemb, size_t size) av_mallocz_array() argument 225 av_realloc_array(void *ptr, size_t nmemb, size_t size) av_realloc_array() argument 233 av_reallocp_array(void *ptr, size_t nmemb, size_t size) av_reallocp_array() argument 264 av_mallocz(size_t size) av_mallocz() argument 272 av_calloc(size_t nmemb, size_t size) av_calloc() argument 312 av_memdup(const void *p, size_t size) av_memdup() argument 505 av_fast_realloc(void *ptr, unsigned int *size, size_t min_size) av_fast_realloc() argument 535 fast_malloc(void *ptr, unsigned int *size, size_t min_size, int zero_realloc) fast_malloc() argument 565 av_fast_malloc(void *ptr, unsigned int *size, size_t min_size) av_fast_malloc() argument 570 av_fast_mallocz(void *ptr, unsigned int *size, size_t min_size) av_fast_mallocz() argument [all...] |
H A D | avstring.c | 86 size_t av_strlcpy(char *dst, const char *src, size_t size) in av_strlcpy() argument 96 size_t av_strlcat(char *dst, const char *src, size_t size) in av_strlcat() argument 104 size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...) in av_strlcatf() argument
|
H A D | fifo.c | 266 void av_fifo_drain2(AVFifo *f, size_t size) in av_fifo_drain2() argument 299 AVFifoBuffer *av_fifo_alloc_array(size_t nmemb, size_t size) in av_fifo_alloc_array() argument 321 av_fifo_alloc(unsigned int size) av_fifo_alloc() argument 395 av_fifo_grow(AVFifoBuffer *f, unsigned int size) av_fifo_grow() argument 410 av_fifo_generic_write(AVFifoBuffer *f, void *src, int size, int (*func)(void *, void *, int)) av_fifo_generic_write() argument 501 av_fifo_drain(AVFifoBuffer *f, int size) av_fifo_drain() argument [all...] |
H A D | hwcontext_dxva2.c | 128 static AVBufferRef *dxva2_pool_alloc(void *opaque, size_t size) in dxva2_pool_alloc() argument
|
H A D | hwcontext_d3d11va.c | 225 static AVBufferRef *d3d11va_pool_alloc(void *opaque, size_t size) in d3d11va_pool_alloc() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_gblur_vulkan.c | 44 int size; member 100 int size = *out_size; in init_kernel_size() local [all...] |
H A D | vf_selectivecolor.c | 190 size_t size; in parse_psfile() local
|
H A D | vf_libopencv.c | 137 size_t size; in read_shape_from_file() local
|
/third_party/ffmpeg/libavformat/ |
H A D | avio.h | 92 int64_t size; /**< File size in bytes, -1 if unknown. */ member [all...] |
H A D | avio.c | 401 int ffurl_read(URLContext *h, unsigned char *buf, int size) in ffurl_read() argument 408 int ffurl_read_complete(URLContext *h, unsigned char *buf, int size) in ffurl_read_complete() argument 415 int ffurl_write(URLContext *h, const unsigned char *buf, int size) in ffurl_write() argument 356 retry_transfer_wrapper(URLContext *h, uint8_t *buf, int size, int size_min, int (*transfer_func)(URLContext *h, uint8_t *buf, int size)) retry_transfer_wrapper() argument 607 int64_t pos, size; ffurl_size() local [all...] |
H A D | hdsenc.c | 88 int size = AV_RB24(&buf[1]) + 11 + 4; in parse_header() local [all...] |
H A D | ape.c | 45 int64_t size; member [all...] |
H A D | async.c | 132 static int wrapped_url_read(void *src, void *dst, size_t *size) in wrapped_url_read() argument 145 static int ring_write(RingBuffer *ring, URLContext *h, size_t size) in ring_write() argument 338 static int async_read_internal(URLContext *h, void *dest, int size) in async_read_internal() argument 385 async_read(URLContext *h, unsigned char *buf, int size) async_read() argument [all...] |
H A D | avc.c | 109 int ff_avc_parse_nal_units(AVIOContext *pb, const uint8_t *buf_in, int size) in ff_avc_parse_nal_units() argument 114 int ff_nal_units_create_list(NALUList *list, const uint8_t *buf, int size) in ff_nal_units_create_list() argument 73 avc_parse_nal_units(AVIOContext *pb, NALUList *list, const uint8_t *buf_in, int size) avc_parse_nal_units() argument 129 ff_avc_parse_nal_units_buf(const uint8_t *buf_in, uint8_t **buf, int *size) ff_avc_parse_nal_units_buf() argument 178 uint32_t size; ff_isom_write_avcc() local 255 ff_avc_write_annexb_extradata(const uint8_t *in, uint8_t **buf, int *size) ff_avc_write_annexb_extradata() argument [all...] |
H A D | rtmppkt.c | 169 int channel_id, timestamp, size; in rtmp_packet_read_one_chunk() local 408 ff_rtmp_packet_create(RTMPPacket *pkt, int channel_id, RTMPPacketType type, int timestamp, int size) ff_rtmp_packet_create() argument 470 int size = bytestream2_get_be16(gb); amf_tag_skip() local 522 int size = bytestream2_get_be16(gb); amf_get_field_value2() local 595 unsigned int size, nb = -1; amf_tag_contents() local 689 ff_amf_match_string(const uint8_t *data, int size, const char *str) ff_amf_match_string() argument [all...] |
H A D | aaxdec.c | 33 int size; member 99 static int64_t get_pts(AVFormatContext *s, int64_t pos, int size) in get_pts() argument 249 int64_t start, size; in aax_read_header() local 309 const int size in aax_read_packet() local [all...] |
H A D | rtpproto.c | 391 static int rtp_read(URLContext *h, uint8_t *buf, int size) in rtp_read() argument 435 static int rtp_write(URLContext *h, const uint8_t *buf, int size) in rtp_write() argument [all...] |
H A D | oggdec.c | 192 static const struct ogg_codec *ogg_find_codec(uint8_t *buf, int size) in ogg_find_codec() argument 299 static int buf_realloc(struct ogg_stream *os, int size) in buf_realloc() argument 323 int size = 0, idx; in ogg_read_page() local 645 int64_t size, end; ogg_get_length() local [all...] |
H A D | rtpdec_mpeg4.c | 50 int size; member [all...] |
H A D | seek.c | 60 ff_add_index_entry(AVIndexEntry **index_entries, int *nb_index_entries, unsigned int *index_entries_allocated_size, int64_t pos, int64_t timestamp, int size, int distance, int flags) ff_add_index_entry() argument 118 av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, int size, int distance, int flags) av_add_index_entry() argument
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | movenc.c | 99 static int io_write(void *opaque, uint8_t *buf, int size) in io_write() argument 108 static int io_write_data_type(void *opaque, uint8_t *buf, int size, in io_write_data_type() argument [all...] |
/third_party/curl/lib/ |
H A D | sendf.c | 71 convert_lineends(struct Curl_easy *data, char *startPtr, size_t size) convert_lineends() argument [all...] |
/third_party/curl/lib/vssh/ |
H A D | wolfssh.c | 576 curl_off_t size = ((curl_off_t)attrs.sz[1] << 32) | attrs.sz[0]; in wssh_statemach_act() local 737 curl_off_t size; in wssh_statemach_act() local [all...] |
/third_party/curl/lib/vtls/ |
H A D | rustls.c | 690 static size_t cr_version(char *buffer, size_t size) in cr_version() argument
|