Home
last modified time | relevance | path

Searched refs:chosenFormat (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/av/
H A DJavaSoundAudioSink.java36 private AudioSink.AudioFormat chosenFormat = null; field in JavaSoundAudioSink
55 ", chosen "+chosenFormat+", jsFormat "+format; in toString()
114 chosenFormat = requestedFormat; in init()
123 return chosenFormat; in getChosenFormat()
184 chosenFormat = null; in destroy()
204 … return new AudioDataFrame(pts, chosenFormat.getBytesDuration(byteCount), byteBuffer, byteCount); in enqueueData()
222 final int bytesPerSample = chosenFormat.sampleSize >>> 3; // /8 in getQueuedTimeImpl()
223 …return byteCount / ( chosenFormat.channelCount * bytesPerSample * ( chosenFormat.sampleRate / 1000… in getQueuedTimeImpl()
H A DNullAudioSink.java41 private AudioFormat chosenFormat; field in NullAudioSink
46 chosenFormat = null; in NullAudioSink()
106 chosenFormat = requestedFormat; in init()
112 return chosenFormat; in getChosenFormat()
137 chosenFormat = null; in destroy()
175 if( !initialized || null == chosenFormat ) { in enqueueData()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/openal/av/
H A DALAudioSink.java109 private AudioFormat chosenFormat; field in ALAudioSink
155 chosenFormat = null; in ALAudioSink()
314 ", chosen "+chosenFormat+ in toString()
428 chosenFormat = requestedFormat; in init()
434 return chosenFormat; in getChosenFormat()
553 chosenFormat = null; in destroy()
677 if( !initialized || null == chosenFormat ) { in enqueueData()
717 …final int samplesPerChannel = chosenFormat.getBytesSampleCount(byteCount) / chosenFormat.channelCo… in enqueueData()
750 if( !initialized || null == chosenFormat ) { in isPlaying()
790 if( !initialized || null == chosenFormat ) { in play()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DGLContextProviderWGL.cpp360 int chosenFormat; in CreateForWidget() local
392 &chosenFormat, &foundFormats)) { in CreateForWidget()
424 &chosenFormat, &foundFormats)) { in CreateForWidget()
434 SetPixelFormat(dc, chosenFormat, nullptr); in CreateForWidget()
464 int chosenFormat; in CreateHeadless() local
476 &chosenFormat, &foundFormats)) { in CreateHeadless()
484 &chosenFormat, &foundFormats)) { in CreateHeadless()
490 const auto pbuffer = wgl.mSymbols.fCreatePbuffer(wgl.RootDc(), chosenFormat, in CreateHeadless()
506 new GLContextWGL(fullDesc, pbuffer, dc, context, chosenFormat); in CreateHeadless()
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DGLContextProviderWGL.cpp359 int chosenFormat; in CreateForWidget() local
391 &chosenFormat, &foundFormats)) { in CreateForWidget()
423 &chosenFormat, &foundFormats)) { in CreateForWidget()
433 SetPixelFormat(dc, chosenFormat, nullptr); in CreateForWidget()
463 int chosenFormat; in CreateHeadless() local
475 &chosenFormat, &foundFormats)) { in CreateHeadless()
483 &chosenFormat, &foundFormats)) { in CreateHeadless()
489 const auto pbuffer = wgl.mSymbols.fCreatePbuffer(wgl.RootDc(), chosenFormat, in CreateHeadless()
505 new GLContextWGL(fullDesc, pbuffer, dc, context, chosenFormat); in CreateHeadless()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLContextProviderWGL.cpp360 int chosenFormat; in CreateForWidget() local
392 &chosenFormat, &foundFormats)) { in CreateForWidget()
424 &chosenFormat, &foundFormats)) { in CreateForWidget()
434 SetPixelFormat(dc, chosenFormat, nullptr); in CreateForWidget()
464 int chosenFormat; in CreateHeadless() local
476 &chosenFormat, &foundFormats)) { in CreateHeadless()
484 &chosenFormat, &foundFormats)) { in CreateHeadless()
490 const auto pbuffer = wgl.mSymbols.fCreatePbuffer(wgl.RootDc(), chosenFormat, in CreateHeadless()
506 new GLContextWGL(fullDesc, pbuffer, dc, context, chosenFormat); in CreateHeadless()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DGLContextProviderWGL.cpp366 int chosenFormat; in CreateForWidget() local
398 &chosenFormat, &foundFormats)) { in CreateForWidget()
430 &chosenFormat, &foundFormats)) { in CreateForWidget()
440 SetPixelFormat(dc, chosenFormat, nullptr); in CreateForWidget()
472 int chosenFormat; in CreateHeadless() local
484 &chosenFormat, &foundFormats)) { in CreateHeadless()
492 &chosenFormat, &foundFormats)) { in CreateHeadless()
498 const auto pbuffer = wgl.mSymbols.fCreatePbuffer(wgl.RootDc(), chosenFormat, in CreateHeadless()
515 context, chosenFormat); in CreateHeadless()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DGLContextProviderWGL.cpp382 int chosenFormat; in CreateForWidget() local
396 &chosenFormat, &foundFormats)) { in CreateForWidget()
411 &chosenFormat, &foundFormats)) { in CreateForWidget()
421 SetPixelFormat(dc, chosenFormat, nullptr); in CreateForWidget()
456 int chosenFormat; in CreateHeadless() local
468 &chosenFormat, &foundFormats)) { in CreateHeadless()
476 &chosenFormat, &foundFormats)) { in CreateHeadless()
482 const auto pbuffer = wgl.mSymbols.fCreatePbuffer(wgl.RootDc(), chosenFormat, in CreateHeadless()
499 context, chosenFormat); in CreateHeadless()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Dclipbrd.cpp399 wxDataFormat chosenFormat; in GetData() local
438 chosenFormat = data.GetPreferredFormat( wxDataObject::Set ); in GetData()
446 chosenFormat = dfarr[i]; in GetData()
451 if( chosenFormat == wxDF_INVALID ) in GetData()
459 wxString id = chosenFormat.GetId(); in GetData()
478 if( !data.SetData( chosenFormat, length, buf.data() ) ) in GetData()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Dclipbrd.cpp399 wxDataFormat chosenFormat; in GetData() local
438 chosenFormat = data.GetPreferredFormat( wxDataObject::Set ); in GetData()
446 chosenFormat = dfarr[i]; in GetData()
451 if( chosenFormat == wxDF_INVALID ) in GetData()
459 wxString id = chosenFormat.GetId(); in GetData()
478 if( !data.SetData( chosenFormat, length, buf.data() ) ) in GetData()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Dclipbrd.cpp399 wxDataFormat chosenFormat; in GetData() local
438 chosenFormat = data.GetPreferredFormat( wxDataObject::Set ); in GetData()
446 chosenFormat = dfarr[i]; in GetData()
451 if( chosenFormat == wxDF_INVALID ) in GetData()
459 wxString id = chosenFormat.GetId(); in GetData()
478 if( !data.SetData( chosenFormat, length, buf.data() ) ) in GetData()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLContextProviderWGL.cpp518 int chosenFormat = formats[0]; in CreatePBufferOffscreenContext() local
519 if (!IsValidSizeForFormat(windowDC, chosenFormat, aSize)) in CreatePBufferOffscreenContext()
523 HANDLE pbuffer = wgl.fCreatePbuffer(windowDC, chosenFormat, aSize.width, aSize.height, in CreatePBufferOffscreenContext()
551 pbdc, context, chosenFormat); in CreatePBufferOffscreenContext()
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dpaste.cpp158 const QString chosenFormat = formats[dlg.comboItem()]; in chooseFormatAndUrl() local
159 if (clipboard && !qApp->clipboard()->mimeData()->hasFormat(chosenFormat)) { in chooseFormatAndUrl()
183 const QByteArray ba = mimeData->data(chosenFormat); in chooseFormatAndUrl()
/dports/french/verbiste/verbiste-0.1.47/src/gtk/
H A Dmain-window.cpp861 SaveFileFormat chosenFormat = NUMFORMATS; // invalid value for now in onSaveAsButton() local
868 chosenFormat = SaveFileFormat(index < 0 || index >= NUMFORMATS ? 0 : index); in onSaveAsButton()
874 ss << int(chosenFormat); in onSaveAsButton()
893 switch (chosenFormat) in onSaveAsButton()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dmainwindow.cpp177 Format *chosenFormat = helper.formatByNameFilter(selectedFilter); in chooseExportDetails() local
180 if (!chosenFormat) { in chooseExportDetails()
183 if (chosenFormat) { in chooseExportDetails()
189 chosenFormat = format; in chooseExportDetails()
195 if (!chosenFormat) { in chooseExportDetails()
202 return ExportDetails<Format>(chosenFormat, exportToFileName); in chooseExportDetails()
/dports/deskutils/kalendar/kalendar-0.4.0/src/contents/ui/
H A DMonthView.qml174 let chosenFormat = "dddd"