Searched refs:pads_info (Results 1 – 1 of 1) sorted by relevance
1274 struct CompositePadInfo *pads_info; member1344 composite (comp->pads_info[i].prepared_frame, in blend_pads()1345 comp->pads_info[i].pad->xpos + comp->pads_info[i].pad->x_offset, in blend_pads()1346 comp->pads_info[i].pad->ypos + comp->pads_info[i].pad->y_offset, in blend_pads()1347 comp->pads_info[i].pad->alpha, comp->out_frame, comp->dst_line_start, in blend_pads()1348 comp->dst_line_end, comp->pads_info[i].blend_mode); in blend_pads()1360 struct CompositePadInfo *pads_info; in gst_compositor_aggregate_frames() local1391 pads_info = g_newa (struct CompositePadInfo, n_pads); in gst_compositor_aggregate_frames()1425 pads_info[n_pads].pad = compo_pad; in gst_compositor_aggregate_frames()1426 pads_info[n_pads].prepared_frame = prepared_frame; in gst_compositor_aggregate_frames()[all …]