Home
last modified time | relevance | path

Searched refs:buf_gen (Results 1 – 25 of 29) sorted by relevance

12

/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dio_helper.c544 off_t _x_io_tcp_read (xine_stream_t *stream, int s, void *buf_gen, off_t todo) { in _x_io_tcp_read() argument
545 uint8_t *buf = buf_gen; in _x_io_tcp_read()
578 ssize_t _x_io_tcp_part_read (xine_stream_t *stream, int s, void *buf_gen, size_t min, size_t max) { in _x_io_tcp_part_read() argument
579 uint8_t *buf = buf_gen; in _x_io_tcp_part_read()
661 off_t _x_io_file_read (xine_stream_t *stream, int s, void *buf_gen, off_t todo) { in _x_io_file_read() argument
662 uint8_t *buf = buf_gen; in _x_io_file_read()
H A Dbroadcaster.c126 static int sock_data_write(xine_t *xine, int socket, const void *buf_gen, int len) { in sock_data_write() argument
129 const uint8_t *buf = buf_gen; in sock_data_write()
H A Dinput_cache.c66 static off_t cache_plugin_read(input_plugin_t *this_gen, void *buf_gen, off_t len) { in cache_plugin_read() argument
68 char *buf = (char *)buf_gen; in cache_plugin_read()
H A Dinput_rip.c103 static off_t rip_plugin_read(input_plugin_t *this_gen, void *buf_gen, off_t len) { in rip_plugin_read() argument
105 char *buf = (char *)buf_gen; in rip_plugin_read()
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/
H A Dinput_pnm.c80 void *buf_gen, off_t len) { in pnm_plugin_read() argument
82 char *buf = (char *)buf_gen; in pnm_plugin_read()
H A Dinput_vcd.c343 void *buf_gen, off_t nlen) { in vcd_plugin_read() argument
346 char *buf = (char *)buf_gen; in vcd_plugin_read()
402 void *buf_gen, off_t nlen) { in vcd_plugin_read() argument
404 char *buf = (char *)buf_gen; in vcd_plugin_read()
427 void *buf_gen, off_t nlen) { in vcd_plugin_read() argument
430 char *buf = (char *)buf_gen; in vcd_plugin_read()
H A Dinput_net.c85 void *buf_gen, off_t len) { in net_plugin_read() argument
87 char *buf = (char *)buf_gen; in net_plugin_read()
H A Dinput_gnome_vfs.c68 gnomevfs_plugin_read (input_plugin_t *this_gen, void *buf_gen, off_t len) in gnomevfs_plugin_read() argument
70 char *buf = (char *)buf_gen; in gnomevfs_plugin_read()
H A Dinput_ssh.c295 static off_t _scp_read (input_plugin_t *this_gen, void *buf_gen, off_t len) in _scp_read() argument
298 uint8_t *buf = buf_gen; in _scp_read()
355 static off_t _sftp_read (input_plugin_t *this_gen, void *buf_gen, off_t len) in _sftp_read() argument
358 uint8_t *buf = buf_gen; in _sftp_read()
H A Dinput_mms.c108 void *buf_gen, off_t len) { in mms_plugin_read() argument
110 char *buf = (char *)buf_gen; in mms_plugin_read()
H A Dinput_stdin_fifo.c104 static off_t stdin_plugin_read (input_plugin_t *this_gen, void *buf_gen, off_t len) { in stdin_plugin_read() argument
107 char *buf = (char *)buf_gen; in stdin_plugin_read()
H A Dinput_rtp.c452 void *buf_gen, off_t length) { in rtp_plugin_read() argument
454 char *buf = (char *)buf_gen; in rtp_plugin_read()
H A Dinput_smb.c68 smb_plugin_read (input_plugin_t *this_gen, void *buf_gen, off_t len) in smb_plugin_read() argument
71 char *buf = (char *)buf_gen; in smb_plugin_read()
H A Dinput_nfs.c129 static off_t _read (input_plugin_t *this_gen, void *buf_gen, off_t len) in _read() argument
132 uint8_t *buf = buf_gen; in _read()
H A Dinput_ftp.c501 static off_t _ftp_read (input_plugin_t *this_gen, void *buf_gen, off_t len) in _ftp_read() argument
504 uint8_t *buf = buf_gen; in _ftp_read()
H A Dinput_bluray.c114 static void osd_buf_lock(BD_ARGB_BUFFER *buf_gen) in osd_buf_lock() argument
116 XINE_BD_ARGB_BUFFER *buf = (XINE_BD_ARGB_BUFFER*)buf_gen; in osd_buf_lock()
120 static void osd_buf_unlock(BD_ARGB_BUFFER *buf_gen) in osd_buf_unlock() argument
122 XINE_BD_ARGB_BUFFER *buf = (XINE_BD_ARGB_BUFFER*)buf_gen; in osd_buf_unlock()
H A Dinput_pvr.c422 static off_t pvr_plugin_read (input_plugin_t *this_gen, void *buf_gen, off_t len) { in pvr_plugin_read() argument
424 uint8_t *buf = buf_gen; in pvr_plugin_read()
H A Dinput_dvd.c918 static off_t dvd_plugin_read (input_plugin_t *this_gen, void *buf_gen, off_t len) { in dvd_plugin_read() argument
920 uint8_t *buf = buf_gen; in dvd_plugin_read()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/ffmpeg/
H A Dinput_avio.c66 static off_t input_avio_read (input_plugin_t *this_gen, void *buf_gen, off_t len) { in input_avio_read() argument
68 char *buf = (char *)buf_gen; in input_avio_read()
H A Ddemux_avformat.c74 static off_t input_avformat_read (input_plugin_t *this_gen, void *buf_gen, off_t len) { in input_avformat_read() argument
76 (void)buf_gen; in input_avformat_read()
/dports/multimedia/libbluray/libbluray-1.3.0/player_wrappers/xine/
H A Dinput_bluray.c102 static void osd_buf_lock(BD_ARGB_BUFFER *buf_gen) in osd_buf_lock() argument
104 XINE_BD_ARGB_BUFFER *buf = (XINE_BD_ARGB_BUFFER*)buf_gen; in osd_buf_lock()
108 static void osd_buf_unlock(BD_ARGB_BUFFER *buf_gen) in osd_buf_unlock() argument
110 XINE_BD_ARGB_BUFFER *buf = (XINE_BD_ARGB_BUFFER*)buf_gen; in osd_buf_unlock()
/dports/multimedia/handbrake/libbluray-1.3.0/player_wrappers/xine/
H A Dinput_bluray.c102 static void osd_buf_lock(BD_ARGB_BUFFER *buf_gen) in osd_buf_lock() argument
104 XINE_BD_ARGB_BUFFER *buf = (XINE_BD_ARGB_BUFFER*)buf_gen; in osd_buf_lock()
108 static void osd_buf_unlock(BD_ARGB_BUFFER *buf_gen) in osd_buf_unlock() argument
110 XINE_BD_ARGB_BUFFER *buf = (XINE_BD_ARGB_BUFFER*)buf_gen; in osd_buf_unlock()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/rtsp/
H A Dreal_rmff.c239 int rmff_dump_header(rmff_header_t *h, void *buf_gen, int max) { in rmff_dump_header() argument
240 uint8_t *buffer = buf_gen; in rmff_dump_header()
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-utils/
H A Dutils.c576 void xine_hexdump (const void *buf_gen, int length) { in xine_hexdump() argument
579 const uint8_t *const buf = (const uint8_t*)buf_gen; in xine_hexdump()
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/libreal/
H A Drmff.c243 int rmff_dump_header(rmff_header_t *h, void *buf_gen, int max) { in rmff_dump_header() argument
244 uint8_t *buffer = buf_gen; in rmff_dump_header()

12