Home
last modified time | relevance | path

Searched defs:buf (Results 5651 - 5675 of 7018) sorted by relevance

1...<<221222223224225226227228229230>>...281

/third_party/ffmpeg/libavcodec/
H A Dpngenc.c61 uint8_t buf[IOBUF_SIZE]; member
226 png_write_chunk(uint8_t **f, uint32_t tag, const uint8_t *buf, int length) png_write_chunk() argument
246 png_write_image_data(AVCodecContext *avctx, const uint8_t *buf, int length) png_write_image_data() argument
297 png_get_chrm(enum AVColorPrimaries prim, uint8_t *buf) png_get_chrm() argument
339 png_get_gama(enum AVColorTransferCharacteristic trc, uint8_t *buf) png_get_gama() argument
354 uint8_t *start, *buf; png_write_iccp() local
1005 uint8_t buf[APNG_FCTL_CHUNK_SIZE]; encode_apng() local
[all...]
H A Dmss3.c688 const uint8_t *buf = avpkt->data; in mss3_decode_frame() local
H A Dutils.c388 avcodec_fill_audio_frame(AVFrame *frame, int nb_channels, enum AVSampleFormat sample_fmt, const uint8_t *buf, int buf_size, int align) avcodec_fill_audio_frame() argument
H A Don2avc.c699 float *buf = c->mdct_buf; in on2avc_reconstruct_channel_ext() local
743 float *buf = c->mdct_buf; on2avc_reconstruct_channel() local
801 on2avc_decode_subframe(On2AVCContext *c, const uint8_t *buf, int buf_size, AVFrame *dst, int offset) on2avc_decode_subframe() argument
845 const uint8_t *buf = avpkt->data; on2avc_decode_frame() local
[all...]
H A Domx.c92 char buf[50]; in dlsym_prefixed() local
775 uint8_t *buf = NULL; in omx_encode_frame() local
/third_party/ffmpeg/libavdevice/
H A Dv4l2.c382 struct v4l2_buffer buf = { in mmap_init() local
414 static int enqueue_buffer(struct video_data *s, struct v4l2_buffer *buf) in enqueue_buffer() argument
430 struct v4l2_buffer buf = { 0 }; in mmap_release_buffer() local
506 struct v4l2_buffer buf = { mmap_read_frame() local
616 struct v4l2_buffer buf = { mmap_start() local
[all...]
H A Dxcbgrab.c272 AVBufferRef *buf; in xcbgrab_frame_shm() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_loudnorm.c66 double *buf; member
171 double *buf; in detect_peak() local
234 double *buf; true_peak_limiter() local
417 double *buf; filter_frame() local
649 double *buf; request_frame() local
[all...]
H A Daf_astats.c583 AVFrame *buf = arg; in filter_channel() local
626 static int filter_frame(AVFilterLink *inlink, AVFrame *buf) in filter_frame() argument
H A Dvf_fftdnoiz.c674 AVFrame *buf; in request_frame() local
H A Dvf_scale_npp.c308 char buf[32]; in nppscale_init() local
776 char buf[32]; in nppscale_scale() local
[all...]
H A Dvf_libplacebo.c241 uint8_t *buf = NULL; in init_vulkan() local
H A Dvf_scale.c286 char buf[32]; in init_dict() local
684 char buf[32]; in scale_frame() local
[all...]
/third_party/ffmpeg/libavformat/
H A Did3v2.c144 int ff_id3v2_match(const uint8_t *buf, const char *magic) in ff_id3v2_match() argument
157 ff_id3v2_tag_len(const uint8_t *buf) ff_id3v2_tag_len() argument
187 is_tag(const char *buf, unsigned int len) is_tag() argument
653 rstrip_spaces(char *buf) rstrip_spaces() argument
1148 uint8_t buf[ID3v2_HEADER_SIZE]; id3v2_read_internal() local
[all...]
H A Diff.c131 uint8_t *buf = ((data_size + 1) == 0) ? NULL : av_malloc(data_size + 1); in get_metadata() local
422 uint8_t *buf; in iff_read_header() local
810 get_anim_duration(uint8_t *buf, int size) get_anim_duration() argument
[all...]
H A Drmdec.c69 static inline void get_strl(AVIOContext *pb, char *buf, int buf_size, int len) in get_strl() argument
77 static void get_str8(AVIOContext *pb, char *buf, int buf_size) in get_str8() argument
93 char buf[1024]; in rm_read_metadata() local
126 char buf[256]; in rm_read_audio_stream_info() local
551 char buf[128], mime[128]; rm_read_header() local
[all...]
H A Dgxfenc.c865 static int gxf_parse_mpeg_frame(GXFStreamContext *sc, const uint8_t *buf, int size) in gxf_parse_mpeg_frame() argument
H A Dmpegenc.c94 static int put_pack_header(AVFormatContext *ctx, uint8_t *buf, in put_pack_header() argument
128 static int put_system_header(AVFormatContext *ctx, uint8_t *buf, in put_system_header() argument
631 static int fifo_avio_wrapper(void *opaque, void *buf, size_t *nb_elems) in fifo_avio_wrapper() argument
1148 const uint8_t *buf in mpeg_mux_write_packet() local
[all...]
H A Dmpeg.c58 static int check_pack_header(const uint8_t *buf) in check_pack_header() argument
153 uint8_t buf[ in get_pts() local
557 unsigned char buf[8]; mpegps_read_packet() local
[all...]
H A Drtpdec.c185 static int rtcp_parse_packet(RTPDemuxContext *s, const unsigned char *buf, in rtcp_parse_packet() argument
315 uint8_t *buf; in ff_rtp_check_and_send_back_rr() local
416 uint8_t buf[RTP_MIN_PACKET_LENGTH], *ptr = buf; ff_rtp_send_punch_packets() local
473 uint8_t *buf; ff_rtp_send_rtcp_feedback() local
697 rtp_parse_packet_internal(RTPDemuxContext *s, AVPacket *pkt, const uint8_t *buf, int len) rtp_parse_packet_internal() argument
793 enqueue_packet(RTPDemuxContext *s, uint8_t *buf, int len) enqueue_packet() argument
860 uint8_t *buf = bufptr ? *bufptr : NULL; rtp_parse_one_packet() local
[all...]
H A Dwtvdec.c71 static int wtvfile_read_packet(void *opaque, uint8_t *buf, int buf_size) in wtvfile_read_packet() argument
256 static AVIOContext * wtvfile_open2(AVFormatContext *s, const uint8_t *buf, int buf_size, const uint8_t *filename, int filename_size) in wtvfile_open2() argument
388 filetime_to_iso8601(char *buf, int buf_size, int64_t value) filetime_to_iso8601() argument
404 crazytime_to_iso8601(char *buf, int buf_size, int64_t value) crazytime_to_iso8601() argument
420 oledate_to_iso8601(char *buf, int buf_size, int64_t value) oledate_to_iso8601() argument
463 char *buf; get_tag() local
843 uint8_t buf[258]; parse_chunks() local
[all...]
H A Dftp.c149 char buf[CONTROL_BUFFER_SIZE]; in ftp_status() local
246 char buf[CONTROL_BUFFER_SIZE]; ftp_auth() local
565 char buf[CONTROL_BUFFER_SIZE], *response = NULL; ftp_connect_control_connection() local
615 char buf[CONTROL_BUFFER_SIZE]; ftp_connect_data_connection() local
818 ftp_read(URLContext *h, unsigned char *buf, int size) ftp_read() argument
873 ftp_write(URLContext *h, const unsigned char *buf, int size) ftp_write() argument
[all...]
H A Dasfenc.c247 uint8_t *buf; in put_str16() local
338 uint8_t *buf; in asf_write_markers() local
557 uint8_t *buf; in asf_write_header1() local
684 uint8_t *buf; in asf_write_header1() local
903 put_frame(AVFormatContext *s, ASFStream *stream, AVStream *avst, int64_t timestamp, const uint8_t *buf, int m_obj_size, int flags) put_frame() argument
[all...]
H A Dflvdec.c953 char buf[20]; in flv_data_packet() local
H A Dimg2dec.c117 char buf[1024]; in find_image_range() local
[all...]

Completed in 37 milliseconds

1...<<221222223224225226227228229230>>...281