HomeSort by relevance Sort by last modified time
    Searched refs:scaler_thread_data (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 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)
    [all...]
SDL_ps3video.h 95 spu_data_t * scaler_thread_data; member in struct:SDL_PrivateVideoData
136 #define scaler_thread_data (this->hidden->scaler_thread_data) macro

Completed in 69 milliseconds