OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:converter_thread_data
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c
146
converter_thread_data
= (spu_data_t *) malloc(sizeof(spu_data_t));
147
if (
converter_thread_data
== NULL || scaler_thread_data == NULL) {
158
converter_thread_data
->program = yuv2rgb_spu;
159
converter_thread_data
->program_name = "yuv2rgb_spu";
160
converter_thread_data
->keepalive = 1;
161
converter_thread_data
->booted = 0;
163
SPE_Start(this,
converter_thread_data
);
294
converter_thread_data
->argp = (void *)hwdata->converter_parms;
297
SPE_SendMsg(this,
converter_thread_data
, SPU_START);
298
SPE_SendMsg(this,
converter_thread_data
, (unsigned int)converter_thread_data->argp)
[
all
...]
SDL_ps3video.h
96
spu_data_t *
converter_thread_data
;
member in struct:SDL_PrivateVideoData
137
#define
converter_thread_data
(this->hidden->
converter_thread_data
)
macro
SDL_ps3video.c
361
if (
converter_thread_data
&&
converter_thread_data
->booted)
362
SPE_WaitForMsg(this,
converter_thread_data
, SPU_FIN);
Completed in 43 milliseconds