• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/

Lines Matching refs:attribute_deprecated

101     attribute_deprecated int is_streamed;
180 attribute_deprecated int url_poll(URLPollEntry *poll_table, int n, int timeout);
218 attribute_deprecated int url_open_protocol (URLContext **puc, struct URLProtocol *up,
220 attribute_deprecated int url_alloc(URLContext **h, const char *url, int flags);
221 attribute_deprecated int url_connect(URLContext *h);
222 attribute_deprecated int url_open(URLContext **h, const char *url, int flags);
223 attribute_deprecated int url_read(URLContext *h, unsigned char *buf, int size);
224 attribute_deprecated int url_read_complete(URLContext *h, unsigned char *buf, int size);
225 attribute_deprecated int url_write(URLContext *h, const unsigned char *buf, int size);
226 attribute_deprecated int64_t url_seek(URLContext *h, int64_t pos, int whence);
227 attribute_deprecated int url_close(URLContext *h);
228 attribute_deprecated int64_t url_filesize(URLContext *h);
229 attribute_deprecated int url_get_file_handle(URLContext *h);
230 attribute_deprecated int url_get_max_packet_size(URLContext *h);
231 attribute_deprecated void url_get_filename(URLContext *h, char *buf, int buf_size);
232 attribute_deprecated int av_url_read_pause(URLContext *h, int pause);
233 attribute_deprecated int64_t av_url_read_seek(URLContext *h, int stream_index,
235 attribute_deprecated void url_set_interrupt_cb(int (*interrupt_cb)(void));
241 attribute_deprecated URLProtocol *av_protocol_next(URLProtocol *p);
247 attribute_deprecated int av_register_protocol2(URLProtocol *protocol, int size);
253 typedef attribute_deprecated AVIOContext ByteIOContext;
255 attribute_deprecated int init_put_byte(AVIOContext *s,
263 attribute_deprecated AVIOContext *av_alloc_put_byte(
278 attribute_deprecated int get_buffer(AVIOContext *s, unsigned char *buf, int size);
279 attribute_deprecated int get_partial_buffer(AVIOContext *s, unsigned char *buf, int size);
280 attribute_deprecated int get_byte(AVIOContext *s);
281 attribute_deprecated unsigned int get_le16(AVIOContext *s);
282 attribute_deprecated unsigned int get_le24(AVIOContext *s);
283 attribute_deprecated unsigned int get_le32(AVIOContext *s);
284 attribute_deprecated uint64_t get_le64(AVIOContext *s);
285 attribute_deprecated unsigned int get_be16(AVIOContext *s);
286 attribute_deprecated unsigned int get_be24(AVIOContext *s);
287 attribute_deprecated unsigned int get_be32(AVIOContext *s);
288 attribute_deprecated uint64_t get_be64(AVIOContext *s);
290 attribute_deprecated void put_byte(AVIOContext *s, int b);
291 attribute_deprecated void put_nbyte(AVIOContext *s, int b, int count);
292 attribute_deprecated void put_buffer(AVIOContext *s, const unsigned char *buf, int size);
293 attribute_deprecated void put_le64(AVIOContext *s, uint64_t val);
294 attribute_deprecated void put_be64(AVIOContext *s, uint64_t val);
295 attribute_deprecated void put_le32(AVIOContext *s, unsigned int val);
296 attribute_deprecated void put_be32(AVIOContext *s, unsigned int val);
297 attribute_deprecated void put_le24(AVIOContext *s, unsigned int val);
298 attribute_deprecated void put_be24(AVIOContext *s, unsigned int val);
299 attribute_deprecated void put_le16(AVIOContext *s, unsigned int val);
300 attribute_deprecated void put_be16(AVIOContext *s, unsigned int val);
301 attribute_deprecated void put_tag(AVIOContext *s, const char *tag);
306 attribute_deprecated int av_url_read_fpause(AVIOContext *h, int pause);
307 attribute_deprecated int64_t av_url_read_fseek (AVIOContext *h, int stream_index,
316 attribute_deprecated int url_fopen( AVIOContext **s, const char *url, int flags);
317 attribute_deprecated int url_fclose(AVIOContext *s);
318 attribute_deprecated int64_t url_fseek(AVIOContext *s, int64_t offset, int whence);
319 attribute_deprecated int url_fskip(AVIOContext *s, int64_t offset);
320 attribute_deprecated int64_t url_ftell(AVIOContext *s);
321 attribute_deprecated int64_t url_fsize(AVIOContext *s);
323 attribute_deprecated int url_fgetc(AVIOContext *s);
324 attribute_deprecated int url_setbufsize(AVIOContext *s, int buf_size);
325 attribute_deprecated int url_fprintf(AVIOContext *s, const char *fmt, ...) av_printf_format(2, 3);
326 attribute_deprecated void put_flush_packet(AVIOContext *s);
327 attribute_deprecated int url_open_dyn_buf(AVIOContext **s);
328 attribute_deprecated int url_open_dyn_packet_buf(AVIOContext **s, int max_packet_size);
329 attribute_deprecated int url_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer);
330 attribute_deprecated int url_fdopen(AVIOContext **s, URLContext *h);
338 attribute_deprecated int url_feof(AVIOContext *s);
339 attribute_deprecated int url_ferror(AVIOContext *s);
341 attribute_deprecated int udp_set_remote_url(URLContext *h, const char *uri);
342 attribute_deprecated int udp_get_local_port(URLContext *h);
344 attribute_deprecated void init_checksum(AVIOContext *s,
347 attribute_deprecated unsigned long get_checksum(AVIOContext *s);
348 attribute_deprecated void put_strz(AVIOContext *s, const char *buf);
351 attribute_deprecated char *url_fgets(AVIOContext *s, char *buf, int buf_size);
355 attribute_deprecated char *get_strz(AVIOContext *s, char *buf, int maxlen);
359 attribute_deprecated static inline int url_is_streamed(AVIOContext *s)
363 attribute_deprecated URLContext *url_fileno(AVIOContext *s);
368 attribute_deprecated int url_fget_max_packet_size(AVIOContext *s);
370 attribute_deprecated int url_open_buf(AVIOContext **s, uint8_t *buf, int buf_size, int flags);
373 attribute_deprecated int url_close_buf(AVIOContext *s);
380 attribute_deprecated int url_exist(const char *url);
406 attribute_deprecated void avio_set_interrupt_cb(int (*interrupt_cb)(void));