search for: outputptr

Displaying 4 results from an estimated 4 matches for "outputptr".

Did you mean: output_to
2007 Jun 12
0
[PATCH] Combined checkFTB and capDirection into one checkOrientation function.
...-- a/plugins/cube.c +++ b/plugins/cube.c @@ -921,10 +921,11 @@ cubeDonePaintScreen (CompScreen *s) } static Bool -cubeCheckFTB (CompScreen *s, - const ScreenPaintAttrib *sAttrib, - const CompTransform *transform, - CompOutput *outputPtr) +cubeCheckOrientation (CompScreen *s, + const ScreenPaintAttrib *sAttrib, + const CompTransform *transform, + CompOutput *outputPtr, + const float points[3][3]) { CompTransform sTransform = *transform; f...
2007 Jun 12
0
[PATCH] Made checkFTB wrapable (needed by cubereflex plugin).
...CompOption opt[CUBE_SCREEN_OPTION_NUM]; diff --git a/plugins/cube.c b/plugins/cube.c index ae3bf31..2376760 100644 --- a/plugins/cube.c +++ b/plugins/cube.c @@ -996,7 +996,7 @@ cubeMoveViewportAndPaint (CompScreen *s, CUBE_SCREEN (s); - ftb = cubeCheckFTB (s, sAttrib, transform, outputPtr); + ftb = cs->checkFTB (s, sAttrib, transform, outputPtr); if ((paintOrder == FTB && !ftb) || (paintOrder == BTF && ftb)) @@ -1983,6 +1983,7 @@ cubeInitScreen (CompPlugin *p, cs->getRotation = cubeGetRotation; cs->clearTargetOutput = cubeClear...
2004 Aug 06
2
More libshout questions
Okay, I am using libshout to stream to a NullSoft Shoutcast server. I am using libmad and libmp3lame to do re-encoding on the fly. I am streaming to the server (currently) with shout_send_raw(). When I try to use shout_metadata_add(), I get a segfault in strdup(). Anyone have any ideas as to why? Everything else works fine, just not the metadata. Thanks In Advance, Deven --- >8 ----
2004 Aug 06
2
More libshout questions
...ate = 0, channels = 0, length = 0, samples = {{ 0 <repeats 1152 times>}, {0 <repeats 1152 times>}}}} Timer = {seconds = 0, fraction = 0} InputBuffer = '\0' <repeats 40959 times> OutputBuffer = '\0' <repeats 8191 times> OutputPtr = (unsigned char *) 0xbffeca30 "" i = 134550048 FrameCount = 0 filePtr = (FILE *) 0x805c798 #5 0x0804b4d1 in main (argc=1, argv=0x804d8f8) at main.c:397 nukedb = (MYSQL *) 0x804d948 conffile = 0x8051220 "\210\022\005\bT\037" holde...