Home
last modified time | relevance | path

Searched refs:vp9_blit_text (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_textblit.h18 void vp9_blit_text(const char *msg, unsigned char *address, int pitch);
Dvp9_textblit.c31 void vp9_blit_text(const char *msg, unsigned char *address, const int pitch) { in vp9_blit_text() function
Dvp9_postproc.c657 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()