Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_VPP.c400 VAProcFilterParameterBufferFrameRateConversion *frc_param; in vsp__VPP_process_pipeline_param() local
527 frc_param = (VAProcFilterParameterBufferFrameRateConversion *)ctx->frc_buf->buffer_data; in vsp__VPP_process_pipeline_param()
529 frc_param = NULL; in vsp__VPP_process_pipeline_param()
584 if (frc_param == NULL) in vsp__VPP_process_pipeline_param()
587 cell_proc_picture_param->num_output_pictures = frc_param->num_output_frames + 1; in vsp__VPP_process_pipeline_param()
611 if (frc_param == NULL) { in vsp__VPP_process_pipeline_param()
618 cur_output_surf = SURFACE(frc_param->output_frames[i-1]); in vsp__VPP_process_pipeline_param()
620 drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid input surface %x\n", frc_param->output_frames[i-1]); in vsp__VPP_process_pipeline_param()
1400 VAProcFilterParameterBufferFrameRateConversion *frc_param = NULL; in vsp_set_filter_param() local
1465 frc_param = (VAProcFilterParameterBufferFrameRateConversion *)ctx->filter_buf[i]->buffer_data; in vsp_set_filter_param()
[all …]