Searched refs:av_bprint_init_for_buffer (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | bprint.h | 122 void av_bprint_init_for_buffer(AVBPrint *buf, char *buffer, unsigned size);
|
D | channel_layout.c | 222 av_bprint_init_for_buffer(&bp, buf, buf_size); in av_get_channel_layout_string()
|
D | bprint.c | 85 void av_bprint_init_for_buffer(AVBPrint *buf, char *buffer, unsigned size) in av_bprint_init_for_buffer() function
|
/third_party/ffmpeg/libavutil/tests/ |
D | bprint.c | 79 av_bprint_init_for_buffer(&b, buf, sizeof(buf)); in main()
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 1289 av_bprint_init_for_buffer(&request, s->buffer, sizeof(s->buffer)); in http_connect()
|