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

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
fb_writer.c 39 #define deprintf(fmt, args... ) \ macro
43 #define deprintf( fmt, args... ) macro
54 deprintf("[SPU] fb_writer_spu is up... (on SPE #%llu)\n", spe_id);
62 deprintf("[SPU] Message is %u\n", mbox);
65 deprintf("[SPU] fb_writer goes down...\n");
70 deprintf("[SPU] Cannot handle message\n");
78 deprintf("[SPU] Failed to reserve mfc tags on fb_writer\n");
84 deprintf("[SPU] Message on fb_writer is %u\n", ea_mfc);
88 deprintf("[SPU] argp = %u\n", (unsigned int)argp);
92 deprintf("[SPU] Copying to framebuffer started\n")
    [all...]
yuv2rgb_converter.c 37 #define deprintf(fmt, args... ) \ macro
41 #define deprintf( fmt, args... ) macro
70 deprintf("[SPU] yuv2rgb_spu is up... (on SPE #%llu)\n", spe_id);
78 deprintf("[SPU] Message is %u\n", mbox);
81 deprintf("[SPU] fb_writer goes down...\n");
86 deprintf("[SPU] Cannot handle message\n");
94 deprintf("[SPU] Failed to reserve mfc tags on yuv2rgb_converter\n");
100 deprintf("[SPU] Message on yuv2rgb_converter is %u\n", ea_mfc);
108 deprintf("[SPU] Convert %ix%i from YUV to RGB\n", parms_converter.src_pixel_width, parms_converter.src_pixel_height);
110 deprintf("[SPU] Using yuv_to_rgb_w16\n")
    [all...]
bilin_scaler.c 37 #define deprintf(fmt, args... ) \ macro
41 #define deprintf( fmt, args... ) macro
73 deprintf("[SPU] bilin_scaler_spu is up... (on SPE #%llu)\n", spe_id);
78 deprintf("[SPU] Scale %ux%u to %ux%u\n", parms.src_pixel_width, parms.src_pixel_height,
83 deprintf("[SPU] Using scale_srcw16_dstw16\n");
86 deprintf("[SPU] Using scale_srcw16_dstw32\n");
91 deprintf("[SPU] Using scale_srcw32_dstw16\n");
94 deprintf("[SPU] Using scale_srcw32_dstw32\n");
98 deprintf("[SPU] bilin_scaler_spu... done!\n");
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 231 deprintf(1, "[PS3] xres:%d yres:%d xoff:%d yoff:%d\n", res.xres, res.yres, res.xoff, res.yoff);
380 deprintf(3, "[PS3->SPU] fb_thread_data->argp = 0x%x\n", fb_thread_data->argp);
435 deprintf(1, "[PS3] Wait for vsync\n");
438 deprintf(1, "[PS3] Page flip to buffer #%u 0x%x\n", s_center_index, s_center[s_center_index]);
447 deprintf(2, "[PS3->SPU] Start SPE: %s\n", spe_data->program_name);
456 deprintf(2, "[PS3->SPU] Create Thread: %s\n", spe_data->program_name);
459 deprintf(2, "[PS3->SPU] Could not create pthread for spe: %s\n", spe_data->program_name);
472 deprintf(2, "[PS3->SPU] Stop SPE: %s\n", spe_data->program_name);
474 deprintf(2, "[PS3->SPU] Wait for SPE thread to complete: %s\n", spe_data->program_name);
476 deprintf(2, "[PS3->SPU] Failed joining the thread: %s\n", spe_data->program_name)
    [all...]
SDL_ps3video.h 54 #define deprintf( level, fmt, args... ) \ macro
64 #define deprintf( level, fmt, args... ) macro
SDL_ps3yuv.c 233 deprintf(1, "[PS3] We need to scale\n");
236 deprintf(1, "[PS3] No scaling\n");

Completed in 234 milliseconds