Searched refs:vp8_blit_text (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | textblit.c | 14 void vp8_blit_text(const char *msg, unsigned char *address, const int pitch) in vp8_blit_text() function
|
D | postproc.c | 122 extern void vp8_blit_text(const char *msg, unsigned char *address, const int pitch); 845 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride); in vp8_post_proc_frame() 869 vp8_blit_text(zz, y_ptr, post->y_stride); in vp8_post_proc_frame() 907 vp8_blit_text(zz, y_ptr, post->y_stride); in vp8_post_proc_frame() 922 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride); in vp8_post_proc_frame()
|