Searched refs:PRELOAD_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | pnw_VC1.c | 64 #define PRELOAD_BUFFER_SIZE (4*1024) macro 489 PRELOAD_BUFFER_SIZE, in pnw_VC1_CreateContext() 499 memset(preload, 0, PRELOAD_BUFFER_SIZE); in pnw_VC1_CreateContext() 2628 psb__debug_schedule_hexdump("Preload buffer", &ctx->preload_buffer, 0, PRELOAD_BUFFER_SIZE); in psb__VC1_end_slice()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_VC1.c | 65 #define PRELOAD_BUFFER_SIZE (4*1024) macro 482 PRELOAD_BUFFER_SIZE, in psb_VC1_CreateContext() 2575 … psb__debug_schedule_hexdump("Preload buffer", &ctx->preload_buffer, 0, PRELOAD_BUFFER_SIZE); in psb__VC1_process_slice()
|