Home
last modified time | relevance | path

Searched refs:forward_references (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libva/va/
Dva_vpp.h650 VASurfaceID *forward_references; member
Dva_trace.c2963 if (p->forward_references) { in va_TraceVAProcPipelineParameterBuffer()
2966 … va_TraceMsg(trace_ctx, "\t forward_references[%d] = 0x%08x\n", i, p->forward_references[i]); in va_TraceVAProcPipelineParameterBuffer()
/hardware/intel/img/psb_video/src/
Dvsp_VPP.c451 if (pipeline_param->forward_references == NULL) { in vsp__VPP_process_pipeline_param()
452 …g(VIDEO_DEBUG_ERROR, "invalid forward_refereces %p setting\n", pipeline_param->forward_references); in vsp__VPP_process_pipeline_param()
721 cur_output_surf = SURFACE(pipeline_param->forward_references[i]); in vsp__VPP_process_pipeline_param()
/hardware/intel/common/utils/ISV/base/
Disv_worker.cpp799 pipeline->forward_references = mForwardReferences; in process()