Home
last modified time | relevance | path

Searched refs:dstformat (Results 1 – 25 of 124) sorted by relevance

12345

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/core/oss/
H A Dpcm_plugin.c372 struct snd_pcm_plugin_format dstformat; in snd_pcm_plug_format_plugins() local
394 dstformat.format = params_format(params); in snd_pcm_plug_format_plugins()
395 dstformat.rate = params_rate(params); in snd_pcm_plug_format_plugins()
415 dstformat.format, in snd_pcm_plug_format_plugins()
416 dstformat.rate, in snd_pcm_plug_format_plugins()
417 dstformat.channels); in snd_pcm_plug_format_plugins()
441 tmpformat.channels = dstformat.channels; in snd_pcm_plug_format_plugins()
473 tmpformat.rate = dstformat.rate; in snd_pcm_plug_format_plugins()
490 if (srcformat.format != dstformat.format) { in snd_pcm_plug_format_plugins()
491 tmpformat.format = dstformat.format; in snd_pcm_plug_format_plugins()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/core/oss/
H A Dpcm_plugin.c372 struct snd_pcm_plugin_format dstformat; in snd_pcm_plug_format_plugins() local
394 dstformat.format = params_format(params); in snd_pcm_plug_format_plugins()
395 dstformat.rate = params_rate(params); in snd_pcm_plug_format_plugins()
415 dstformat.format, in snd_pcm_plug_format_plugins()
416 dstformat.rate, in snd_pcm_plug_format_plugins()
417 dstformat.channels); in snd_pcm_plug_format_plugins()
441 tmpformat.channels = dstformat.channels; in snd_pcm_plug_format_plugins()
473 tmpformat.rate = dstformat.rate; in snd_pcm_plug_format_plugins()
490 if (srcformat.format != dstformat.format) { in snd_pcm_plug_format_plugins()
491 tmpformat.format = dstformat.format; in snd_pcm_plug_format_plugins()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/core/oss/
H A Dpcm_plugin.c372 struct snd_pcm_plugin_format dstformat; in snd_pcm_plug_format_plugins() local
394 dstformat.format = params_format(params); in snd_pcm_plug_format_plugins()
395 dstformat.rate = params_rate(params); in snd_pcm_plug_format_plugins()
415 dstformat.format, in snd_pcm_plug_format_plugins()
416 dstformat.rate, in snd_pcm_plug_format_plugins()
417 dstformat.channels); in snd_pcm_plug_format_plugins()
441 tmpformat.channels = dstformat.channels; in snd_pcm_plug_format_plugins()
473 tmpformat.rate = dstformat.rate; in snd_pcm_plug_format_plugins()
490 if (srcformat.format != dstformat.format) { in snd_pcm_plug_format_plugins()
491 tmpformat.format = dstformat.format; in snd_pcm_plug_format_plugins()
[all …]
/dports/emulators/aranym/aranym-1.1.0/src/natfeat/
H A Dosmesa_context.cpp150 dstformat(GL_NONE), in OffscreenContext()
194 *_format = dstformat; in GetColorBuffer()
274 switch (dstformat) in ConvertContext8()
507 switch(dstformat) in ConvertContext16()
695 switch(dstformat) in ConvertContext32()
892 dstformat = format; in CreateContext()
900 switch (dstformat) in CreateContext()
926 dstformat = GL_RGB; in CreateContext()
931 dstformat = GL_BGR; in CreateContext()
1224 dstformat = format; in CreateContext()
[all …]
/dports/devel/love/love-11.3/src/modules/image/
H A DImageData.cpp655 PixelFormat dstformat = getFormat(); in paste() local
731 if (srcformat == dstformat) in paste()
734 else if (srcformat == PIXELFORMAT_RGBA8 && dstformat == PIXELFORMAT_RGBA16) in paste()
736 else if (srcformat == PIXELFORMAT_RGBA8 && dstformat == PIXELFORMAT_RGBA16F) in paste()
738 else if (srcformat == PIXELFORMAT_RGBA8 && dstformat == PIXELFORMAT_RGBA32F) in paste()
741 else if (srcformat == PIXELFORMAT_RGBA16 && dstformat == PIXELFORMAT_RGBA8) in paste()
743 else if (srcformat == PIXELFORMAT_RGBA16 && dstformat == PIXELFORMAT_RGBA16F) in paste()
745 else if (srcformat == PIXELFORMAT_RGBA16 && dstformat == PIXELFORMAT_RGBA32F) in paste()
748 else if (srcformat == PIXELFORMAT_RGBA16F && dstformat == PIXELFORMAT_RGBA8) in paste()
750 else if (srcformat == PIXELFORMAT_RGBA16F && dstformat == PIXELFORMAT_RGBA16) in paste()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_opencv.cpp79 TypeDesc dstformat = (convert != TypeDesc::UNKNOWN) ? convert : srcformat; in from_IplImage() local
80 ImageSpec spec(ipl->width, ipl->height, ipl->nChannels, dstformat); in from_IplImage()
98 dstformat, spec.pixel_bytes(), spec.scanline_bytes(), 0); in from_IplImage()
250 TypeDesc dstformat = (convert != TypeDesc::UNKNOWN) ? convert : srcformat; in from_OpenCV() local
253 ImageSpec spec(roi, dstformat); in from_OpenCV()
260 dst.pixeladdr(roi.xbegin, roi.ybegin), dstformat, in from_OpenCV()
267 OIIO_DISPATCH_TYPES(ok, "from_OpenCV R/B swap", RBswap, dstformat, dst, in from_OpenCV()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_opencv.cpp79 TypeDesc dstformat = (convert != TypeDesc::UNKNOWN) ? convert : srcformat; in from_IplImage() local
80 ImageSpec spec(ipl->width, ipl->height, ipl->nChannels, dstformat); in from_IplImage()
98 dstformat, spec.pixel_bytes(), spec.scanline_bytes(), 0); in from_IplImage()
250 TypeDesc dstformat = (convert != TypeDesc::UNKNOWN) ? convert : srcformat; in from_OpenCV() local
253 ImageSpec spec(roi, dstformat); in from_OpenCV()
260 dst.pixeladdr(roi.xbegin, roi.ybegin), dstformat, in from_OpenCV()
267 OIIO_DISPATCH_TYPES(ok, "from_OpenCV R/B swap", RBswap, dstformat, dst, in from_OpenCV()
/dports/mail/abook/abook-0.6.1/
H A Dabook.c47 char *dstformat, char *dstfile);
644 convert(char *srcformat, char *srcfile, char *dstformat, char *dstfile) in convert() argument
648 if( !srcformat || !srcfile || !dstformat || !dstfile ) { in convert()
654 if( !strcasecmp(srcformat, dstformat) ) { in convert()
679 switch(export_file(dstformat, dstfile)) { in convert()
683 dstformat); in convert()
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/test/
H A Dbmp.c88 int srcpitch, unsigned char *dstbuf, enum BMPPIXELFORMAT dstformat, int dstpitch, in pixelconvert() argument
99 srcptr0+=ps[srcformat], dstptr0+=ps[dstformat]) in pixelconvert()
101 dstptr0[roffset[dstformat]]=srcptr0[roffset[srcformat]]; in pixelconvert()
102 dstptr0[goffset[dstformat]]=srcptr0[goffset[srcformat]]; in pixelconvert()
103 dstptr0[boffset[dstformat]]=srcptr0[boffset[srcformat]]; in pixelconvert()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/avformat/
H A Dcommon.c26 …t_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat) in mlt_get_sws_flags() argument
38 const AVPixFmtDescriptor* dstDesc = av_pix_fmt_desc_get(dstformat); in mlt_get_sws_flags()
H A Dcommon.h32 …_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat);
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/avformat/
H A Dcommon.c26 …t_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat) in mlt_get_sws_flags() argument
38 const AVPixFmtDescriptor* dstDesc = av_pix_fmt_desc_get(dstformat); in mlt_get_sws_flags()
H A Dcommon.h32 …_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat);
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/avformat/
H A Dcommon.c26 …t_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat) in mlt_get_sws_flags() argument
38 const AVPixFmtDescriptor* dstDesc = av_pix_fmt_desc_get(dstformat); in mlt_get_sws_flags()
H A Dcommon.h32 …_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat);
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/avformat/
H A Dcommon.c26 …t_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat) in mlt_get_sws_flags() argument
38 const AVPixFmtDescriptor* dstDesc = av_pix_fmt_desc_get(dstformat); in mlt_get_sws_flags()
H A Dcommon.h32 …_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat);
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/avformat/
H A Dcommon.c26 …t_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat) in mlt_get_sws_flags() argument
38 const AVPixFmtDescriptor* dstDesc = av_pix_fmt_desc_get(dstformat); in mlt_get_sws_flags()
H A Dcommon.h32 …_sws_flags(int srcwidth, int srcheight, int srcformat, int dstwidth, int dstheight, int dstformat);
/dports/x11/virtualgl/virtualgl-3.0/common/
H A Dframeut.cpp560 CompressedFrame src; Frame dst; int dstformat; in rgbBench() local
562 for(dstformat = 0; dstformat < PIXELFORMATS - 1; dstformat++) in rgbBench()
564 PF *dstpf = pf_get(dstformat); in rgbBench()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dst-subs.h86 int dstformat,
H A Dst-subs.c624 int dstformat,
630 if (srcformat == dstformat) {
633 if (dstformat == 16) {
/dports/net/xrdp-devel/xrdp-0.9.16/xrdp/
H A Dxrdp.h305 int dstformat);
432 int dstx, int dsty, int width, int height, int dstformat);
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/xrdp/
H A Dxrdp.h305 int dstformat);
434 int dstx, int dsty, int width, int height, int dstformat);
/dports/net/xrdp-devel/xrdp-0.9.16/neutrinordp/
H A Dxrdp-neutrinordp.h179 int dstformat);

12345