Searched refs:VIDEO_ENCODE_DEBUG (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | vsp_vp8.c | 762 drv_debug_msg(VIDEO_ENCODE_DEBUG, "surface_id 0x%08x\n", frame->surface_id); in dump_vssporcPicture() 763 drv_debug_msg(VIDEO_ENCODE_DEBUG, "irq %d\n", frame->irq); in dump_vssporcPicture() 764 drv_debug_msg(VIDEO_ENCODE_DEBUG, "base 0x%08x\n", frame->base); in dump_vssporcPicture() 765 drv_debug_msg(VIDEO_ENCODE_DEBUG, "base_uv 0x%08x\n", frame->base_uv); in dump_vssporcPicture() 766 drv_debug_msg(VIDEO_ENCODE_DEBUG, "height %d\n", frame->height); in dump_vssporcPicture() 767 drv_debug_msg(VIDEO_ENCODE_DEBUG, "width %d\n", frame->width); in dump_vssporcPicture() 768 drv_debug_msg(VIDEO_ENCODE_DEBUG, "stride %d\n", frame->stride); in dump_vssporcPicture() 769 drv_debug_msg(VIDEO_ENCODE_DEBUG, "format %d\n", frame->format); in dump_vssporcPicture() 784 … drv_debug_msg(VIDEO_ENCODE_DEBUG, "\n============command start============\ncontext %d\ntype%d\n", in vsp_vp8_dump_commands() 787 drv_debug_msg(VIDEO_ENCODE_DEBUG, "input frame\n"); in vsp_vp8_dump_commands() [all …]
|
D | psb_drv_debug.h | 71 VIDEO_ENCODE_DEBUG = 0x200, enumerator
|