Home
last modified time | relevance | path

Searched refs:ds_buffer (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwdsound.c177 LPDIRECTSOUNDBUFFER ds_buffer; member
489 ds_voices[v].ds_buffer = NULL; in digi_directsound_init()
762 if (!ds_voices[voice].ds_buffer) in digi_directsound_init_voice()
783 if (ds_voices[voice].ds_buffer) { in digi_directsound_release_voice()
785 ds_voices[voice].ds_buffer = NULL; in digi_directsound_release_voice()
803 else if (ds_voices[voice].ds_buffer) { in digi_directsound_start_voice()
818 else if (ds_voices[voice].ds_buffer) { in digi_directsound_stop_voice()
1100 if (ds_voices[voice].ds_buffer) { in digi_directsound_set_position()
1134 if (ds_voices[voice].ds_buffer) { in digi_directsound_set_volume()
1160 if (ds_voices[voice].ds_buffer) { in digi_directsound_set_frequency()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/
H A Dcompact.cc131 if (cp->ds_buffer == NULL) { in wf_compact_init()
135 ds_set_pipe(cp->ds_buffer, ds_meta); in wf_compact_init()
139 cp->buffer = ds_open(cp->ds_buffer, page_map_name, &mystat); in wf_compact_init()
345 if (cp->ds_buffer) { in wf_compact_finalize()
346 ds_destroy(cp->ds_buffer); in wf_compact_finalize()
444 ds_ctxt_t *ds_buffer; in xb_expand_file() local
471 ds_buffer = ds_create(".", DS_TYPE_BUFFER); in xb_expand_file()
473 xb_a(ds_local != NULL && ds_buffer != NULL); in xb_expand_file()
477 ds_set_pipe(ds_buffer, ds_local); in xb_expand_file()
485 tmpfile = ds_open(ds_buffer, tmpfile_path, &cursor.statinfo); in xb_expand_file()
[all …]
H A Dcompact.h31 ds_ctxt_t *ds_buffer; member
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/
H A Ddsound.cpp142 LPDIRECTSOUNDBUFFER ds_buffer; member
418 hr = device->CreateSoundBuffer(&ex_data->desc, &ex_data->ds_buffer, NULL); in _dsound_load_voice()
424 ex_data->ds_buffer->QueryInterface(_al_IID_IDirectSoundBuffer8, u.v); in _dsound_load_voice()
496 hr = device->CreateSoundBuffer(&ex_data->desc, &ex_data->ds_buffer, NULL); in _dsound_start_voice()
504 ex_data->ds_buffer->QueryInterface(_al_IID_IDirectSoundBuffer8, u.v); in _dsound_start_voice()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_jpeg.c124 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
583 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
839 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
857 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1254 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1280 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1315 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1316 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1322 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
H A Dtif_ojpeg.c199 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; /* ->Temporary downsampling buffers */ member
565 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
632 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos]; in OJPEGEncodeRaw()
968 do _TIFFmemcpy( (tdata_t)sp->ds_buffer[ci][ypos] in OJPEGPostEncode()
969 , (tdata_t)sp->ds_buffer[ci][ypos-1] in OJPEGPostEncode()
977 if (CALLJPEG(sp,-1,jpeg_write_raw_data(&sp->cinfo.c,sp->ds_buffer,n)) != n) in OJPEGPostEncode()
1065 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawContig()
1082 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1095 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1157 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawSeparate()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_jpeg.c124 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
583 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
839 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
857 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1254 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1280 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1315 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1316 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1322 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
H A Dtif_ojpeg.c199 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; /* ->Temporary downsampling buffers */ member
565 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
632 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos]; in OJPEGEncodeRaw()
968 do _TIFFmemcpy( (tdata_t)sp->ds_buffer[ci][ypos] in OJPEGPostEncode()
969 , (tdata_t)sp->ds_buffer[ci][ypos-1] in OJPEGPostEncode()
977 if (CALLJPEG(sp,-1,jpeg_write_raw_data(&sp->cinfo.c,sp->ds_buffer,n)) != n) in OJPEGPostEncode()
1065 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawContig()
1082 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1095 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1157 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawSeparate()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_jpeg.c124 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
583 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
839 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
857 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1254 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1280 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1315 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1316 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1322 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
H A Dtif_ojpeg.c199 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; /* ->Temporary downsampling buffers */ member
565 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
632 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos]; in OJPEGEncodeRaw()
968 do _TIFFmemcpy( (tdata_t)sp->ds_buffer[ci][ypos] in OJPEGPostEncode()
969 , (tdata_t)sp->ds_buffer[ci][ypos-1] in OJPEGPostEncode()
977 if (CALLJPEG(sp,-1,jpeg_write_raw_data(&sp->cinfo.c,sp->ds_buffer,n)) != n) in OJPEGPostEncode()
1065 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawContig()
1082 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1095 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1157 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawSeparate()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_jpeg.c124 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
583 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
839 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
857 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1254 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1280 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1315 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1316 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1322 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
H A Dtif_ojpeg.c199 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; /* ->Temporary downsampling buffers */ member
565 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
632 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos]; in OJPEGEncodeRaw()
968 do _TIFFmemcpy( (tdata_t)sp->ds_buffer[ci][ypos] in OJPEGPostEncode()
969 , (tdata_t)sp->ds_buffer[ci][ypos-1] in OJPEGPostEncode()
977 if (CALLJPEG(sp,-1,jpeg_write_raw_data(&sp->cinfo.c,sp->ds_buffer,n)) != n) in OJPEGPostEncode()
1065 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawContig()
1082 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1095 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1157 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawSeparate()
[all …]
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_jpeg.c118 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
577 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
833 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
851 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1248 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1274 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1309 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1310 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1316 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_jpeg.c118 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
577 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
833 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
851 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1248 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1274 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1309 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1310 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1316 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_jpeg.c144 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
662 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
1016 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
1034 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp in JPEGDecodeRaw()
1489 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1515 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1552 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1553 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1559 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
H A Dtif_ojpeg.c206 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; /* ->Temporary downsampling buffers */ member
621 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
694 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos]; in OJPEGEncodeRaw()
729 sp->ds_buffer,lines_per_MCU)) != lines_per_MCU in OJPEGEncodeRaw()
1040 do _TIFFmemcpy( (tdata_t)sp->ds_buffer[ci][ypos] in OJPEGPostEncode()
1041 , (tdata_t)sp->ds_buffer[ci][ypos-1] in OJPEGPostEncode()
1049 if(CALLJPEG(sp,-1,jpeg_write_raw_data(&sp->cinfo.c,sp->ds_buffer,n))!=n) in OJPEGPostEncode()
1154 sp->ds_buffer,lines_per_MCU)) != lines_per_MCU in OJPEGDecodeRawContig()
1170 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1249 sp->ds_buffer,lines_per_MCU)) != lines_per_MCU in OJPEGDecodeRawSeparate()
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_jpeg.c144 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
662 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
1016 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
1034 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp in JPEGDecodeRaw()
1489 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1515 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1552 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1553 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1559 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
H A Dtif_ojpeg.c206 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; /* ->Temporary downsampling buffers */ member
621 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
694 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos]; in OJPEGEncodeRaw()
729 sp->ds_buffer,lines_per_MCU)) != lines_per_MCU in OJPEGEncodeRaw()
1040 do _TIFFmemcpy( (tdata_t)sp->ds_buffer[ci][ypos] in OJPEGPostEncode()
1041 , (tdata_t)sp->ds_buffer[ci][ypos-1] in OJPEGPostEncode()
1049 if(CALLJPEG(sp,-1,jpeg_write_raw_data(&sp->cinfo.c,sp->ds_buffer,n))!=n) in OJPEGPostEncode()
1154 sp->ds_buffer,lines_per_MCU)) != lines_per_MCU in OJPEGDecodeRawContig()
1170 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1249 sp->ds_buffer,lines_per_MCU)) != lines_per_MCU in OJPEGDecodeRawSeparate()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/libtiff/
H A Dtif_jpeg.c149 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
626 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
976 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
994 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1444 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1470 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1505 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1506 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1512 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
H A Dtif_ojpeg.c201 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; /* ->Temporary downsampling buffers */ member
574 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
641 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos]; in OJPEGEncodeRaw()
977 do _TIFFmemcpy( (tdata_t)sp->ds_buffer[ci][ypos] in OJPEGPostEncode()
978 , (tdata_t)sp->ds_buffer[ci][ypos-1] in OJPEGPostEncode()
986 if (CALLJPEG(sp,-1,jpeg_write_raw_data(&sp->cinfo.c,sp->ds_buffer,n)) != n) in OJPEGPostEncode()
1074 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawContig()
1091 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1104 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos], in OJPEGDecodeRawContig()
1166 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU)) in OJPEGDecodeRawSeparate()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/tiff/vtktiff/
H A Dtif_jpeg.c155 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
632 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
982 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) in JPEGDecodeRaw()
1000 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1450 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1476 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
1511 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
1512 (tdata_t)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
1518 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
/dports/graphics/panomatic/panomatic-0.9.4/libtiff/src/
H A Dtif_jpeg.c149 JSAMPARRAY ds_buffer[MAX_COMPONENTS];
626 sp->ds_buffer[ci] = buf;
976 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n)
994 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos];
1444 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos];
1470 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n)
1505 _TIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos],
1506 (tdata_t)sp->ds_buffer[ci][ypos-1],
1512 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n)
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/additions/
H A DimgTIFFjpeg.c103 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
709 sp->ds_buffer[ci] = buf;
988 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) != n)
1009 inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos];
1423 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos];
1449 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n)
1487 ImgTIFFmemcpy((tdata_t)sp->ds_buffer[ci][ypos],
1488 (tdata_t)sp->ds_buffer[ci][ypos-1],
1494 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n)
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/media/drivers/directsound/
H A Dinterface.py421 def __init__(self, ds_buffer, native_listener): argument
424 self.ds_buffer = weakref.proxy(ds_buffer)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/media/drivers/directsound/
H A Dinterface.py414 def __init__(self, ds_buffer, native_listener): argument
417 self.ds_buffer = weakref.proxy(ds_buffer)

123