Home
last modified time | relevance | path

Searched refs:capture_height (Results 1 – 25 of 29) sorted by relevance

12

/dports/multimedia/clutter-gst3/clutter-gst-3.0.27/clutter-gst/
H A Dclutter-gst-camera-device.c59 gint capture_height; member
488 *height = priv->capture_height; in clutter_gst_camera_device_get_capture_resolution()
510 priv->capture_height = height; in clutter_gst_camera_device_set_capture_resolution()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/mediastream/
H A Dmedia_stream_video_source_test.cc140 int capture_height, in TestSourceCropFrame() argument
150 DeliverVideoFrameAndWaitForRenderer(capture_width, capture_height, &sink); in TestSourceCropFrame()
198 int capture_height, in TestTwoTracksWithDifferentSettings() argument
221 DeliverVideoFrameAndWaitForTwoRenderers(capture_width, capture_height, in TestTwoTracksWithDifferentSettings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/mediastream/
H A Dmedia_stream_video_source_test.cc136 int capture_height, in TestSourceCropFrame() argument
146 DeliverVideoFrameAndWaitForRenderer(capture_width, capture_height, &sink); in TestSourceCropFrame()
194 int capture_height, in TestTwoTracksWithDifferentSettings() argument
217 DeliverVideoFrameAndWaitForTwoRenderers(capture_width, capture_height, in TestTwoTracksWithDifferentSettings()
/dports/cad/gds3d/GDS3D-bcdb97a/gdsoglviewer/
H A Dgdsparse_ogl.cpp36 int capture_height = 1080*2; variable
1056 if(!renderer.offlineFramebuffer(capture_width, capture_height)) in gl_event()
1060 capture_height = wm->screenHeight; in gl_event()
1062 gl_draw_world(capture_width, capture_height, true); in gl_event()
1063 renderer.blitFramebuffer(capture_width, capture_height); in gl_event()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/android/java/src/org/chromium/media/
H A DVideoCaptureCamera2.java1485 int capture_height = height; in allocate() local
1491 capture_height = width; in allocate()
1497 findClosestSizeInArray(supportedSizes, capture_width, capture_height); in allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/android/java/src/org/chromium/media/
H A DVideoCaptureCamera2.java1520 int capture_height = height; in allocate() local
1526 capture_height = width; in allocate()
1532 findClosestSizeInArray(supportedSizes, capture_width, capture_height); in allocate()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/media/engine/
H A Dwebrtcvideoengine2_unittest.cc3951 int capture_height, in TEST_F() argument
3977 capture_width, capture_height, in TEST_F()
3989 num_configured_streams, capture_width, capture_height, 0, in TEST_F()
3995 EXPECT_EQ(stream.height, capture_height); in TEST_F()
4001 stream.height = capture_height; in TEST_F()
4005 if (capture_width * capture_height <= 320 * 240) { in TEST_F()
4007 } else if (capture_width * capture_height <= 640 * 480) { in TEST_F()
4009 } else if (capture_width * capture_height <= 960 * 540) { in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/media/engine/
H A Dwebrtcvideoengine_unittest.cc4671 int capture_height, in TEST_F() argument
4698 capture_width, capture_height, in TEST_F()
4710 num_configured_streams, capture_width, capture_height, 0, in TEST_F()
4716 EXPECT_EQ(stream.height, capture_height); in TEST_F()
4722 stream.height = capture_height; in TEST_F()
4726 if (capture_width * capture_height <= 320 * 240) { in TEST_F()
4728 } else if (capture_width * capture_height <= 640 * 480) { in TEST_F()
4730 } else if (capture_width * capture_height <= 960 * 540) { in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/media/engine/
H A Dwebrtcvideoengine_unittest.cc4671 int capture_height, in TEST_F() argument
4698 capture_width, capture_height, in TEST_F()
4710 num_configured_streams, capture_width, capture_height, 0, in TEST_F()
4716 EXPECT_EQ(stream.height, capture_height); in TEST_F()
4722 stream.height = capture_height; in TEST_F()
4726 if (capture_width * capture_height <= 320 * 240) { in TEST_F()
4728 } else if (capture_width * capture_height <= 640 * 480) { in TEST_F()
4730 } else if (capture_width * capture_height <= 960 * 540) { in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/media/engine/
H A Dwebrtcvideoengine_unittest.cc4671 int capture_height, in TEST_F() argument
4698 capture_width, capture_height, in TEST_F()
4710 num_configured_streams, capture_width, capture_height, 0, in TEST_F()
4716 EXPECT_EQ(stream.height, capture_height); in TEST_F()
4722 stream.height = capture_height; in TEST_F()
4726 if (capture_width * capture_height <= 320 * 240) { in TEST_F()
4728 } else if (capture_width * capture_height <= 640 * 480) { in TEST_F()
4730 } else if (capture_width * capture_height <= 960 * 540) { in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/media/engine/
H A Dwebrtc_video_engine_unittest.cc7777 int capture_height, in TEST_F() argument
7795 cricket::FakeFrameSource frame_source(capture_width, capture_height, in TEST_F()
7820 capture_height, webrtc::kDefaultBitratePriority, kDefaultQpMax, in TEST_F()
7826 EXPECT_EQ(stream.height, rtc::checked_cast<size_t>(capture_height)); in TEST_F()
7832 stream.height = capture_height; in TEST_F()
7836 GetMaxDefaultBitrateBps(capture_width, capture_height); in TEST_F()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/media/engine/
H A Dwebrtc_video_engine_unittest.cc8174 int capture_height, in TEST_F() argument
8192 cricket::FakeFrameSource frame_source(capture_width, capture_height, in TEST_F()
8217 capture_height, webrtc::kDefaultBitratePriority, kDefaultQpMax, in TEST_F()
8223 EXPECT_EQ(stream.height, rtc::checked_cast<size_t>(capture_height)); in TEST_F()
8229 stream.height = capture_height; in TEST_F()
8233 GetMaxDefaultBitrateBps(capture_width, capture_height); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/media/engine/
H A Dwebrtc_video_engine_unittest.cc8269 int capture_height, in TEST_F() argument
8287 cricket::FakeFrameSource frame_source(capture_width, capture_height, in TEST_F()
8312 capture_height, webrtc::kDefaultBitratePriority, kDefaultQpMax, in TEST_F()
8318 EXPECT_EQ(stream.height, rtc::checked_cast<size_t>(capture_height)); in TEST_F()
8324 stream.height = capture_height; in TEST_F()
8328 GetMaxDefaultBitrateBps(capture_width, capture_height); in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/media/engine/
H A Dwebrtc_video_engine_unittest.cc8743 int capture_height, in TEST_F() argument
8761 cricket::FakeFrameSource frame_source(capture_width, capture_height, in TEST_F()
8786 capture_height, webrtc::kDefaultBitratePriority, kDefaultQpMax, in TEST_F()
8792 EXPECT_EQ(stream.height, rtc::checked_cast<size_t>(capture_height)); in TEST_F()
8798 stream.height = capture_height; in TEST_F()
8802 GetMaxDefaultBitrateBps(capture_width, capture_height); in TEST_F()
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp6274 capture_width = 0, capture_height = 0; in _run() local
6283 &capture_width,&capture_height,&end)==5) && in _run()
6285 ((!capture_width && !capture_height) || (capture_width>0 && capture_height>0))) in _run()
6287 else { cam_index = skip_frames = capture_width = capture_height = 0; nb_frames = 1; } in _run()
6292 capture_height = cimg::round(capture_height); in _run()
6301 capture_width,capture_height); in _run()
6321 (unsigned int)capture_width,(unsigned int)capture_height, in _run()
H A DCImg.h52624 const unsigned int capture_width=0, const unsigned int capture_height=0,
52664 if (capture_height!=captures_h[camera_index]) {
52665 captures[camera_index]->set(_cimg_cap_prop_frame_height,capture_height);
52666 captures_h[camera_index] = capture_height;
52675 cimg::unused(camera_index,skip_frames,release_camera,capture_width,capture_height);
52685 … const unsigned int capture_width=0, const unsigned int capture_height=0,
52687 …return CImg<T>().load_camera(camera_index,capture_width,capture_height,skip_frames,release_camera);
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp6667 capture_width = 0, capture_height = 0; local
6676 &capture_width,&capture_height,&end)==5) &&
6678 ((!capture_width && !capture_height) || (capture_width>0 && capture_height>0)))
6680 else { cam_index = skip_frames = capture_width = capture_height = 0; nb_frames = 1; }
6685 capture_height = cimg::round(capture_height);
6694 capture_width,capture_height);
6715 (unsigned int)capture_width,(unsigned int)capture_height,
H A DCImg.h55896 const unsigned int capture_width=0, const unsigned int capture_height=0,
55936 if (capture_height!=captures_h[camera_index]) {
55937 captures[camera_index]->set(_cimg_cap_prop_frame_height,capture_height);
55938 captures_h[camera_index] = capture_height;
55947 cimg::unused(camera_index,skip_frames,release_camera,capture_width,capture_height);
55957 … const unsigned int capture_width=0, const unsigned int capture_height=0,
55959 …return CImg<T>().load_camera(camera_index,capture_width,capture_height,skip_frames,release_camera);
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp6686 capture_width = 0, capture_height = 0; in _run() local
6695 &capture_width,&capture_height,&end)==5) && in _run()
6697 ((!capture_width && !capture_height) || (capture_width>0 && capture_height>0))) in _run()
6699 else { cam_index = skip_frames = capture_width = capture_height = 0; nb_frames = 1; } in _run()
6704 capture_height = cimg::round(capture_height); in _run()
6713 capture_width,capture_height); in _run()
6734 (unsigned int)capture_width,(unsigned int)capture_height, in _run()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic.cpp5861 capture_width = 0, capture_height = 0; in _run() local
5870 &capture_width,&capture_height,&end)==5) && in _run()
5872 ((!capture_width && !capture_height) || (capture_width>0 && capture_height>0))) in _run()
5878 capture_height = cimg::round(capture_height); in _run()
5887 capture_width,capture_height); in _run()
5907 (unsigned int)capture_width,(unsigned int)capture_height). in _run()
H A DCImg.h48178 const unsigned int capture_height=0) {
48214 if (capture_height!=capture_h[camera_index]) {
48215 cvSetCaptureProperty(capture[camera_index],CV_CAP_PROP_FRAME_HEIGHT,capture_height);
48216 capture_h[camera_index] = capture_height;
48236 cimg::unused(camera_index,skip_frames,release_camera,capture_width,capture_height);
48247 … const unsigned int capture_width=0, const unsigned int capture_height=0) {
48248 …return CImg<T>().load_camera(camera_index,skip_frames,release_camera,capture_width,capture_height);
/dports/deskutils/terminal-image-viewer/TerminalImageViewer-1.1.0/src/main/cpp/
H A DCImg.h51130 const unsigned int capture_height=0) {
51166 if (capture_height!=capture_h[camera_index]) {
51167 cvSetCaptureProperty(capture[camera_index],CV_CAP_PROP_FRAME_HEIGHT,capture_height);
51168 capture_h[camera_index] = capture_height;
51188 cimg::unused(camera_index,skip_frames,release_camera,capture_width,capture_height);
51199 … const unsigned int capture_width=0, const unsigned int capture_height=0) {
51200 …return CImg<T>().load_camera(camera_index,skip_frames,release_camera,capture_width,capture_height);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImg.h51066 const unsigned int capture_height=0) {
51102 if (capture_height!=capture_h[camera_index]) {
51103 cvSetCaptureProperty(capture[camera_index],CV_CAP_PROP_FRAME_HEIGHT,capture_height);
51104 capture_h[camera_index] = capture_height;
51124 cimg::unused(camera_index,skip_frames,release_camera,capture_width,capture_height);
51135 … const unsigned int capture_width=0, const unsigned int capture_height=0) {
51136 …return CImg<T>().load_camera(camera_index,skip_frames,release_camera,capture_width,capture_height);
/dports/graphics/cimg/CImg-v.2.9.7/
H A DCImg.h54735 const unsigned int capture_width=0, const unsigned int capture_height=0,
54775 if (capture_height!=captures_h[camera_index]) {
54776 captures[camera_index]->set(_cimg_cap_prop_frame_height,capture_height);
54777 captures_h[camera_index] = capture_height;
54786 cimg::unused(camera_index,skip_frames,release_camera,capture_width,capture_height);
54796 … const unsigned int capture_width=0, const unsigned int capture_height=0,
54798 …return CImg<T>().load_camera(camera_index,capture_width,capture_height,skip_frames,release_camera);
/dports/graphics/gmic-qt/CImg-v.2.9.8/
H A DCImg.h55318 const unsigned int capture_width=0, const unsigned int capture_height=0,
55358 if (capture_height!=captures_h[camera_index]) {
55359 captures[camera_index]->set(_cimg_cap_prop_frame_height,capture_height);
55360 captures_h[camera_index] = capture_height;
55369 cimg::unused(camera_index,skip_frames,release_camera,capture_width,capture_height);
55379 … const unsigned int capture_width=0, const unsigned int capture_height=0,
55381 …return CImg<T>().load_camera(camera_index,capture_width,capture_height,skip_frames,release_camera);

12