Home | History | Annotate | Download | only in ps3

Lines Matching refs:fb_parms

159 	/* Create SPU fb_parms and thread structure */
160 fb_parms = (struct fb_writer_parms_t *)
163 if (fb_parms == NULL || fb_thread_data == NULL) {
169 fb_thread_data->argp = (void *)fb_parms;
372 fb_parms->data = (unsigned char *)s_pixels;
373 fb_parms->center = s_center[s_center_index];
374 fb_parms->out_line_stride = fb_finfo.line_length;
375 fb_parms->in_line_stride = s_input_line_length;
376 fb_parms->bounded_input_height = s_bounded_input_height;
377 fb_parms->bounded_input_width = s_bounded_input_width;
378 fb_parms->fb_pixel_size = s_fb_pixel_size;
604 if (fb_parms)
605 free((void *)fb_parms);