Searched refs:avpriv_cga_font (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | xga_font_data.c | 29 const uint8_t avpriv_cga_font[2048] = { variable
|
D | xga_font_data.h | 32 extern av_export_avutil const uint8_t avpriv_cga_font[2048];
|
/third_party/ffmpeg/libavcodec/ |
D | ansi.c | 220 s->font = avpriv_cga_font; in execute_code() 232 s->font = avpriv_cga_font; in execute_code() 240 s->font = avpriv_cga_font; in execute_code() 246 s->font = avpriv_cga_font; in execute_code()
|
D | tmv.c | 73 avpriv_cga_font, 8, c, fg, bg); in tmv_decode_frame()
|
D | bintext.c | 93 s->font = avpriv_cga_font; in decode_init()
|
/third_party/ffmpeg/libavfilter/ |
D | f_graphmonitor.c | 127 font = avpriv_cga_font, font_height = 8; in drawtext()
|
D | vf_waveform.c | 2623 font = avpriv_cga_font, font_height = 8; in draw_htext() 2649 font = avpriv_cga_font, font_height = 8; in draw_htext16() 2675 font = avpriv_cga_font, font_height = 8; in draw_vtext() 2700 font = avpriv_cga_font, font_height = 8; in draw_vtext16() 2767 font = avpriv_cga_font, font_height = 8; in idraw_htext() 2793 font = avpriv_cga_font, font_height = 8; in idraw_htext16() 2819 font = avpriv_cga_font, font_height = 8; in idraw_vtext() 2844 font = avpriv_cga_font, font_height = 8; in idraw_vtext16()
|
D | vf_vectorscope.c | 971 font = avpriv_cga_font, font_height = 8; in draw_ihtext() 996 font = avpriv_cga_font, font_height = 8; in draw_ihtext16() 1022 font = avpriv_cga_font, font_height = 8; in draw_htext() 1048 font = avpriv_cga_font, font_height = 8; in draw_htext16()
|
D | avf_showvolume.c | 236 font = avpriv_cga_font, font_height = 8; in drawtext()
|
D | f_ebur128.c | 256 else if (ftid == FONT8) font = avpriv_cga_font, font_height = 8; in drawtext()
|
D | af_afir.c | 246 font = avpriv_cga_font, font_height = 8; in drawtext()
|
D | vf_datascope.c | 99 avpriv_cga_font + *text * 8, 1, 8, 8, 0, 0, x, y0); in draw_text()
|
D | af_aiir.c | 1058 font = avpriv_cga_font, font_height = 8; in drawtext()
|
D | avf_showspectrum.c | 483 font = avpriv_cga_font, font_height = 8; in drawtext()
|