Home
last modified time | relevance | path

Searched refs:srcFormats (Results 1 – 13 of 13) sorted by relevance

/dports/net/opal/opal-3.10.10/src/opal/
H A Dtranscoders.cxx316 const OpalMediaFormatList & srcFormats, in SelectFormats() argument
327 for (s = srcFormats.begin(); s != srcFormats.end(); ++s) { in SelectFormats()
335 for (s = srcFormats.begin(); s != srcFormats.end(); ++s) { in SelectFormats()
349 for (s = srcFormats.begin(); s != srcFormats.end(); ++s) { in SelectFormats()
426 OpalMediaFormatList srcFormats = GetSourceFormats(*f); in GetPossibleFormats() local
427 for (OpalMediaFormatList::iterator s = srcFormats.begin(); s != srcFormats.end(); ++s) { in GetPossibleFormats()
H A Dcall.cxx678 const OpalMediaFormatList & srcFormats, in SelectMediaFormats() argument
684 …if (OpalTranscoder::SelectFormats(mediaType, srcFormats, dstFormats, allFormats, srcFormat, dstFor… in SelectMediaFormats()
690 " source formats=" << setfill(',') << srcFormats << "\n" in SelectMediaFormats()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/OpenGL/
H A DTextureFlatGL.cpp149 static const GLenum srcFormats[] = in Upload() local
162 GLenum srcFormat = srcFormats[ format.GetChannels() ]; in Upload()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dopengl.cpp999 const GLenum srcFormats[] = in Texture2D()
1010 …impl_.reset(new Impl(internalFormats[cn], asize.width, asize.height, srcFormats[cn], gl_types[dept… in Texture2D()
1024 …impl_.reset(new Impl(internalFormats[cn], asize.width, asize.height, srcFormats[cn], gl_types[dept… in Texture2D()
1036 …impl_.reset(new Impl(internalFormats[cn], asize.width, asize.height, srcFormats[cn], gl_types[dept… in Texture2D()
1111 const GLenum srcFormats[] = in copyFrom()
1124 impl_->copyFrom(asize.width, asize.height, srcFormats[cn], gl_types[depth], 0); in copyFrom()
1138 impl_->copyFrom(asize.width, asize.height, srcFormats[cn], gl_types[depth], 0); in copyFrom()
1150 impl_->copyFrom(asize.width, asize.height, srcFormats[cn], gl_types[depth], mat.data); in copyFrom()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLBlitHelper.h137 const GLFormats& srcFormats,
H A DGLBlitHelper.cpp587 const GLFormats& srcFormats, in BlitFramebufferToFramebuffer() argument
600 GLuint tex = CreateTextureForOffscreen(mGL, srcFormats, srcSize); in BlitFramebufferToFramebuffer()
/dports/net/opal/opal-3.10.10/include/opal/
H A Dcall.h430 const OpalMediaFormatList & srcFormats, ///< Names of possible source formats
H A Dtranscoders.h246 const OpalMediaFormatList & srcFormats, ///< Names of possible source formats
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/util/texture/
H A DTestPixelFormatUtil00NEWT.java470 final PixelFormat[] srcFormats = PixelFormat.values(); in testConversionImpl() local
474 for(int i=0; i<srcFormats.length; i++) { in testConversionImpl()
475 final PixelFormat srcFmt = srcFormats[i]; in testConversionImpl()
/dports/net/yate/yate-6.4.0-1/
H A Dyatephone.h716 …static ObjList* srcFormats(const DataFormat& dFormat = "slin", int maxCost = -1, unsigned int maxL…
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalTranscoder.sip197 const OpalMediaFormatList & srcFormats, ///< Names of possible source formats
H A DOpalCall.sip384 const OpalMediaFormatList & srcFormats, ///< Names of possible source formats
/dports/net/yate/yate-6.4.0-1/engine/
H A DDataFormat.cpp1340 ObjList* DataTranslator::srcFormats(const DataFormat& dFormat, int maxCost, unsigned int maxLen, Ob… in srcFormats() function in DataTranslator