Searched refs:vp9_blit_text (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_textblit.h | 18 void vp9_blit_text(const char *msg, unsigned char *address, int pitch);
|
D | vp9_textblit.c | 31 void vp9_blit_text(const char *msg, unsigned char *address, const int pitch) { in vp9_blit_text() function
|
D | vp9_postproc.c | 657 vp9_blit_text(message, ppbuf->y_buffer, ppbuf->y_stride); in vp9_post_proc_frame() 677 vp9_blit_text(zz, y_ptr, post->y_stride); in vp9_post_proc_frame() 710 vp9_blit_text(zz, y_ptr, post->y_stride); in vp9_post_proc_frame() 725 vp9_blit_text(message, ppbuf->y_buffer, ppbuf->y_stride); in vp9_post_proc_frame()
|