/third_party/ffmpeg/doc/examples/ |
H A D | vaapi_encode.c | 104 int size, err; in main() local
|
/third_party/curl/tests/libtest/ |
H A D | lib643.c | 36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
|
/third_party/elfio/elfio/ |
H A D | elfio_section.hpp | 244 Elf_Xword size = get_size(); global() variable 263 Elf_Xword size = get_size(); global() variable [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | acelp_filters.c | 138 void ff_tilt_compensation(float *mem, float tilt, float *samples, int size) in ff_tilt_compensation() argument
|
H A D | nvdec_hevc.c | 70 nvdec_hevc_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) nvdec_hevc_start_frame() argument 270 nvdec_hevc_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) nvdec_hevc_decode_slice() argument
|
H A D | nvdec_h264.c | 47 nvdec_h264_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) nvdec_h264_start_frame() argument 131 nvdec_h264_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) nvdec_h264_decode_slice() argument
|
H A D | srtdec.c | 64 size_t size; in srt_decode_frame() local
|
H A D | vaapi_vp8.c | 34 vaapi_vp8_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) vaapi_vp8_start_frame() argument 185 vaapi_vp8_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vaapi_vp8_decode_slice() argument
|
H A D | truemotion2rt.c | 65 int size = avpkt->size; in truemotion2rt_decode_header() local [all...] |
H A D | vc1_common.h | 70 static av_always_inline int vc1_unescape_buffer(const uint8_t *src, int size, uint8_t *dst) in vc1_unescape_buffer() argument
|
H A D | msmpeg4.c | 59 int size, v, l; in init_h263_dc_for_msmpeg4() local 79 uni_code <<= size; uni_code |= l; in init_h263_dc_for_msmpeg4() local 95 uni_code <<= size; uni_code |= l; init_h263_dc_for_msmpeg4() local [all...] |
H A D | nvdec_av1.c | 40 static int nvdec_av1_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) in nvdec_av1_start_frame() argument 287 static int nvdec_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) in nvdec_av1_decode_slice() argument
|
H A D | snappy.c | 49 static int snappy_literal(GetByteContext *gb, uint8_t *p, int size, int val) in snappy_literal() argument 78 static int snappy_copy(uint8_t *start, uint8_t *p, int size, in snappy_copy() argument 94 snappy_copy1(GetByteContext *gb, uint8_t *start, uint8_t *p, int size, int val) snappy_copy1() argument 103 snappy_copy2(GetByteContext *gb, uint8_t *start, uint8_t *p, int size, int val) snappy_copy2() argument 112 snappy_copy4(GetByteContext *gb, uint8_t *start, uint8_t *p, int size, int val) snappy_copy4() argument 141 ff_snappy_uncompress(GetByteContext *gb, uint8_t *buf, int64_t *size) ff_snappy_uncompress() argument [all...] |
H A D | pnmenc.c | 44 int size = av_image_get_buffer_size(avctx->pix_fmt, in pnm_encode_frame() local
|
H A D | sgirledec.c | 49 void rbg323_to_bgr8(uint8_t *dst, const uint8_t *src, int size) in rbg323_to_bgr8() argument
|
H A D | vdpau_av1.c | 43 vdpau_av1_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vdpau_av1_start_frame() argument 275 vdpau_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vdpau_av1_decode_slice() argument
|
H A D | videotoolbox_vp9.c | 103 videotoolbox_vp9_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) videotoolbox_vp9_start_frame() argument 110 videotoolbox_vp9_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) videotoolbox_vp9_decode_slice() argument
|
H A D | wcmv.c | 69 int x = 0, size; in decode_frame() local [all...] |
H A D | tak.c | 129 int avpriv_tak_parse_streaminfo(TAKStreamInfo *s, const uint8_t *buf, int size) in avpriv_tak_parse_streaminfo() argument
|
/third_party/ffmpeg/libavdevice/ |
H A D | alsa_enc.c | 88 int size = pkt->size; in audio_write_packet() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | convolution.h | 43 int size[4]; member
|
/third_party/ffmpeg/libavformat/ |
H A D | act.c | 69 int size; in read_header() local
|
H A D | bmv.c | 37 int size; member [all...] |
H A D | fitsdec.c | 84 int64_t buf_size = 0, size = 0, t; in is_image() local 147 uint64_t size; fits_read_packet() local [all...] |
H A D | gopher.c | 39 static int gopher_write(URLContext *h, const uint8_t *buf, int size) in gopher_write() argument 114 static int gopher_read(URLContext *h, uint8_t *buf, int size) in gopher_read() argument
|