Home | History | Annotate | Download | only in ps3

Lines Matching refs:scaler_thread_data

145 	scaler_thread_data = (spu_data_t *) malloc(sizeof(spu_data_t));
147 if (converter_thread_data == NULL || scaler_thread_data == NULL) {
153 scaler_thread_data->program = bilin_scaler_spu;
154 scaler_thread_data->program_name = "bilin_scaler_spu";
155 scaler_thread_data->keepalive = 0;
156 scaler_thread_data->booted = 0;
274 scaler_thread_data->argp = (void *)hwdata->scaler_parms;
277 SPE_Start(this, scaler_thread_data);
278 SPE_Stop(this, scaler_thread_data);
326 if (scaler_thread_data)
327 SDL_free(scaler_thread_data);