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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_textblit.h18 void vp9_blit_text(const char *msg, unsigned char *address, int pitch);
H A Dvp9_textblit.c31 void vp9_blit_text(const char *msg, unsigned char *address, const int pitch) { function
H A Dvp9_postproc.c657 vp9_blit_text(message, ppbuf->y_buffer, ppbuf->y_stride);
677 vp9_blit_text(zz, y_ptr, post->y_stride);
710 vp9_blit_text(zz, y_ptr, post->y_stride);
725 vp9_blit_text(message, ppbuf->y_buffer, ppbuf->y_stride);

Completed in 6 milliseconds