Searched refs:psb__debug_schedule_hexdump (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_drv_debug.h | 130 void psb__debug_schedule_hexdump(const char *name, psb_buffer_p buf, uint32_t offset, uint32_t size…
|
D | pnw_VC1.c | 2628 psb__debug_schedule_hexdump("Preload buffer", &ctx->preload_buffer, 0, PRELOAD_BUFFER_SIZE); in psb__VC1_end_slice() 2629 …psb__debug_schedule_hexdump("AUXMSB buffer", &ctx->aux_msb_buffer, 0, 0x8000 /* AUXMSB_BUFFER_SIZE… in psb__VC1_end_slice() 2630 …psb__debug_schedule_hexdump("VLC Table", &ctx->vlc_packed_table, 0, gui16vc1VlcTableSize * sizeof(… in psb__VC1_end_slice()
|
D | psb_drv_debug.c | 786 void psb__debug_schedule_hexdump(const char *name, psb_buffer_p buf, uint32_t offset, uint32_t size) in psb__debug_schedule_hexdump() function
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_VC1.c | 2575 … psb__debug_schedule_hexdump("Preload buffer", &ctx->preload_buffer, 0, PRELOAD_BUFFER_SIZE); in psb__VC1_process_slice() 2576 …psb__debug_schedule_hexdump("AUXMSB buffer", &ctx->aux_msb_buffer, 0, 0x8000 /* AUXMSB_BUFFER_SIZE… in psb__VC1_process_slice() 2577 …psb__debug_schedule_hexdump("VLC Table", &ctx->vlc_packed_table, 0, gui16vc1VlcTableSize * sizeof(… in psb__VC1_process_slice()
|