Searched refs:apReconstructured (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_trace.c | 203 if (dump_address_content && data->apReconstructured[i]) { in apReconstructured_dump() 204 …debug_msg(VIDEO_ENCODE_PDUMP,"\t\tapReconstructured[%02d]=x%08x\n", i, data->apReconstructured[i]); in apReconstructured_dump() 207 …msg(VIDEO_ENCODE_PDUMP,"\t\tapReconstructured[%02d]=x%08x = { }\n", i, data->apReconstructured[i]); in apReconstructured_dump() 243 if (dump_address_content && data->apReconstructured[i]) { in apColocated_dump()
|
D | tng_hostdefs.h | 565 IMG_UINT32 apReconstructured[MAX_PIC_NODES]; member
|
D | tng_enc_trace.c | 446 PRINT_ARRAY_ADDR("apReconstructured", apReconstructured, MAX_PIC_NODES); in SETVIDEO_dump()
|
D | tng_hostcode.c | 3063 tng_cmdbuf_set_phys(psMtxEncContext->apReconstructured, ctx->i32PicNodes, in tng__setvideo_cmdbuf() 3067 tng_cmdbuf_set_phys(&(psMtxEncContext->apReconstructured[i]), 0, in tng__setvideo_cmdbuf()
|