Searched refs:AVBPrint (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbprint.h77 typedef struct AVBPrint { struct
85 } AVBPrint; typedef in typeref:struct:AVBPrint
108 void av_bprint_init(AVBPrint *buf, unsigned size_init, unsigned size_max);
119 void av_bprint_init_for_buffer(AVBPrint *buf, char *buffer, unsigned size);
124 void av_bprintf(AVBPrint *buf, const char *fmt, ...) av_printf_format(2, 3);
129 void av_vbprintf(AVBPrint *buf, const char *fmt, va_list vl_arg);
134 void av_bprint_chars(AVBPrint *buf, char c, unsigned n);
143 void av_bprint_append_data(AVBPrint *buf, const char *data, unsigned size);
157 void av_bprint_strftime(AVBPrint *buf, const char *fmt, const struct tm *tm);
168 void av_bprint_get_buffer(AVBPrint *bu
[all...]
H A Dbprint.c36 static int av_bprint_alloc(AVBPrint *buf, unsigned room)
60 static void av_bprint_grow(AVBPrint *buf, unsigned extra_len)
69 void av_bprint_init(AVBPrint *buf, unsigned size_init, unsigned size_max)
85 void av_bprint_init_for_buffer(AVBPrint *buf, char *buffer, unsigned size)
94 void av_bprintf(AVBPrint *buf, const char *fmt, ...)
117 void av_vbprintf(AVBPrint *buf, const char *fmt, va_list vl_arg)
140 void av_bprint_chars(AVBPrint *buf, char c, unsigned n)
158 void av_bprint_append_data(AVBPrint *buf, const char *data, unsigned size)
176 void av_bprint_strftime(AVBPrint *buf, const char *fmt, const struct tm *tm)
218 void av_bprint_get_buffer(AVBPrint *bu
[all...]
H A Dchannel_layout.h157 struct AVBPrint;
161 void av_bprint_channel_layout(struct AVBPrint *bp, int nb_channels, uint64_t channel_layout);
H A Dlog.c240 AVBPrint part[4], int *print_prefix, int type[2])
278 AVBPrint part[4];
289 AVBPrint part[4];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass.h95 * Add an ASS dialog line to an AVBPrint buffer.
97 * @param buf pointer to an initialized AVBPrint buffer
113 int ff_ass_bprint_dialog(AVBPrint *buf, const char *dialog,
117 * Escape a text subtitle using ASS syntax into an AVBPrint buffer.
120 * @param buf pointer to an initialized AVBPrint buffer
126 void ff_ass_bprint_text_event(AVBPrint *buf, const char *p, int size,
H A Djacosubdec.c35 static int insert_text(AVBPrint *dst, const char *in, const char *arg)
41 static int insert_datetime(AVBPrint *dst, const char *in, const char *arg)
57 static int insert_color(AVBPrint *dst, const char *in, const char *arg)
62 static int insert_font(AVBPrint *dst, const char *in, const char *arg)
70 int (*func)(AVBPrint *dst, const char *in, const char *arg);
97 static void jacosub_to_ass(AVCodecContext *avctx, AVBPrint *dst, const char *src)
178 AVBPrint buffer;
H A Dmovtextdec.c29 static int text_to_ass(AVBPrint *buf, const char *text, const char *text_end)
64 AVBPrint buf;
H A Dmpl2dec.c32 static int mpl2_event_to_ass(AVBPrint *buf, const char *p)
69 AVBPrint buf;
H A Drealtextdec.c32 static int rt_event_to_ass(AVBPrint *buf, const char *p)
64 AVBPrint buf;
H A Dsubviewerdec.c31 static int subviewer_event_to_ass(AVBPrint *buf, const char *p)
56 AVBPrint buf;
H A Dwebvttdec.c42 static int webvtt_event_to_ass(AVBPrint *buf, const char *p)
79 AVBPrint buf;
H A Dass.c68 static void insert_ts(AVBPrint *buf, int ts)
82 int ff_ass_bprint_dialog(AVBPrint *buf, const char *dialog,
123 AVBPrint buf;
154 void ff_ass_bprint_text_event(AVBPrint *buf, const char *p, int size,
H A Dsamidec.c32 AVBPrint source;
33 AVBPrint content;
34 AVBPrint full;
49 AVBPrint *dst = &sami->content;
H A Dtiff_common.c85 AVBPrint bp;
119 AVBPrint bp;
150 AVBPrint bp;
181 AVBPrint bp;
213 AVBPrint bp;
H A Dmicrodvddec.c184 static void microdvd_open_tags(AVBPrint *new_line, struct microdvd_tag *tags)
226 static void microdvd_close_no_persistent_tags(AVBPrint *new_line,
262 AVBPrint new_line;
325 AVBPrint font_buf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsubtitles.h80 int ff_smil_extract_next_chunk(AVIOContext *pb, AVBPrint *buf, char *c);
103 void ff_subtitles_read_chunk(AVIOContext *pb, AVBPrint *buf);
H A Duncodedframecrcenc.c48 static void video_frame_cksum(AVBPrint *bp, AVFrame *frame)
77 static void audio_frame_cksum(AVBPrint *bp, AVFrame *frame)
125 AVBPrint bp;
H A Dassdec.c69 static int64_t get_line(AVBPrint *buf, AVIOContext *pb)
88 AVBPrint header, line;
H A Dtedcaptionsdec.c56 static void av_bprint_utf8(AVBPrint *bp, unsigned c)
93 static int parse_string(AVIOContext *pb, int *cur_byte, AVBPrint *bp, int full)
141 static int parse_label(AVIOContext *pb, int *cur_byte, AVBPrint *bp)
194 AVBPrint label, content;
H A Dmpsubdec.c58 AVBPrint buf;
H A Dsamidec.c52 AVBPrint buf, hdr_buf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dgraphdump.c30 static int print_link_prop(AVBPrint *buf, AVFilterLink *link)
34 AVBPrint dummy_buffer = { 0 };
62 static void avfilter_graph_dump_to_buf(AVBPrint *buf, AVFilterGraph *graph)
156 AVBPrint buf;
H A Dvf_drawtext.c144 AVBPrint expanded_text; ///< used to contain the expanded text
797 static int func_pict_type(AVFilterContext *ctx, AVBPrint *bp,
806 static int func_pts(AVFilterContext *ctx, AVBPrint *bp,
848 static int func_frame_num(AVFilterContext *ctx, AVBPrint *bp,
857 static int func_metadata(AVFilterContext *ctx, AVBPrint *bp,
875 static int func_strftime(AVFilterContext *ctx, AVBPrint *bp,
891 static int func_eval_expr(AVFilterContext *ctx, AVBPrint *bp,
915 int (*func)(AVFilterContext *, AVBPrint *, char *, unsigned, char **, int);
928 static int eval_function(AVFilterContext *ctx, AVBPrint *bp, char *fct,
955 static int expand_function(AVFilterContext *ctx, AVBPrint *b
[all...]
H A Df_sendcmd.c40 static inline char *make_command_flags_str(AVBPrint *pbuf, int flags)
202 AVBPrint pbuf;
410 AVBPrint pbuf;
471 AVBPrint pbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dffescape.c57 AVBPrint src;

Completed in 212 milliseconds

123