Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_compose.c53 …VAProcPipelineParameterBuffer *pipeline_param = (VAProcPipelineParameterBuffer *)obj_buffer->buffe… in vsp_compose_process_pipeline_param() local
65 if (pipeline_param->pipeline_flags & VA_PIPELINE_FLAG_END) { in vsp_compose_process_pipeline_param()
72 if (pipeline_param->num_additional_outputs <= 0 || !pipeline_param->additional_outputs) { in vsp_compose_process_pipeline_param()
82 yuv_surface = SURFACE(pipeline_param->surface); in vsp_compose_process_pipeline_param()
84 drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid yuv surface %x\n", pipeline_param->surface); in vsp_compose_process_pipeline_param()
90 rgb_surface = SURFACE(pipeline_param->additional_outputs[0]); in vsp_compose_process_pipeline_param()
92 …drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid RGB surface %x\n", pipeline_param->additional_outputs[0]… in vsp_compose_process_pipeline_param()
217 free(pipeline_param); in vsp_compose_process_pipeline_param()
Dvsp_VPP.c401 …VAProcPipelineParameterBuffer *pipeline_param = (VAProcPipelineParameterBuffer *) obj_buffer->buff… in vsp__VPP_process_pipeline_param() local
418 if (pipeline_param->surface_region != NULL) { in vsp__VPP_process_pipeline_param()
424 if (pipeline_param->output_region != NULL) { in vsp__VPP_process_pipeline_param()
430 if (pipeline_param->output_background_color != 0) { in vsp__VPP_process_pipeline_param()
436 if (pipeline_param->filters == NULL) { in vsp__VPP_process_pipeline_param()
437 …drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid filter setting filters = %p\n", pipeline_param->filters); in vsp__VPP_process_pipeline_param()
444 …if (pipeline_param->num_filters == 0 || pipeline_param->num_filters > VssProcPipelineMaxNumFilters… in vsp__VPP_process_pipeline_param()
445 drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid filter number = %d\n", pipeline_param->num_filters); in vsp__VPP_process_pipeline_param()
451 if (pipeline_param->forward_references == NULL) { in vsp__VPP_process_pipeline_param()
452 …drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid forward_refereces %p setting\n", pipeline_param->forward… in vsp__VPP_process_pipeline_param()
[all …]
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp727 VAProcPipelineParameterBuffer pipeline_param; in video_frame_process() local
763 memset(&pipeline_param, 0, sizeof(pipeline_param)); in video_frame_process()
764 pipeline_param.surface = in_surface_id; in video_frame_process()
765 pipeline_param.surface_region = &surface_region; in video_frame_process()
766 pipeline_param.output_region = &output_region; in video_frame_process()
768 pipeline_param.filter_flags = 0; in video_frame_process()
769 pipeline_param.filters = &filter_param_buf_id; in video_frame_process()
770 pipeline_param.num_filters = filter_count; in video_frame_process()
775 pipeline_param.blend_state = &state; in video_frame_process()
781 sizeof(pipeline_param), in video_frame_process()
[all …]
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp3092 VAProcPipelineParameterBuffer pipeline_param; in zoom_out_surface() local
3169 memset(&pipeline_param, 0, sizeof(pipeline_param)); in zoom_out_surface()
3170 pipeline_param.surface = in_surface_id; in zoom_out_surface()
3171 pipeline_param.surface_region = &surface_region; in zoom_out_surface()
3172 pipeline_param.output_region = &output_region; in zoom_out_surface()
3177 sizeof(pipeline_param), in zoom_out_surface()
3179 &pipeline_param, in zoom_out_surface()