Home
last modified time | relevance | path

Searched refs:resolution_index (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbMotionEstimationProcess.c72 uint8_t resolution_index = input_resolution <= INPUT_SIZE_576p_RANGE_OR_LOWER ? 0 : // 480P in set_me_hme_params_sq() local
83 …el0_total_search_area_width = hme_level0_total_search_area_width_sq[resolution_index][hme_me_level… in set_me_hme_params_sq()
101 me_context_ptr->search_area_width = search_area_width_sq[resolution_index][hme_me_level]; in set_me_hme_params_sq()
102 me_context_ptr->search_area_height = search_area_height_sq[resolution_index][hme_me_level]; in set_me_hme_params_sq()
152 uint8_t resolution_index = input_resolution <= INPUT_SIZE_576p_RANGE_OR_LOWER ? 0 : // 480P in eb_vp9_set_me_hme_params_oq() local
181 me_context_ptr->search_area_width = search_area_width_oq[resolution_index][hme_me_level]; in eb_vp9_set_me_hme_params_oq()
182 me_context_ptr->search_area_height = search_area_height_oq[resolution_index][hme_me_level]; in eb_vp9_set_me_hme_params_oq()
224 uint8_t resolution_index = input_resolution <= INPUT_SIZE_576p_RANGE_OR_LOWER ? 0 : // 480P in set_me_hme_params_vmaf() local
233 resolution_index = 3; in set_me_hme_params_vmaf()
253 me_context_ptr->search_area_width = search_area_width_vmaf[resolution_index][hme_me_level]; in set_me_hme_params_vmaf()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbMotionEstimationProcess.c72 uint8_t resolution_index = input_resolution <= INPUT_SIZE_576p_RANGE_OR_LOWER ? 0 : // 480P in set_me_hme_params_sq() local
83 …el0_total_search_area_width = hme_level0_total_search_area_width_sq[resolution_index][hme_me_level… in set_me_hme_params_sq()
101 me_context_ptr->search_area_width = search_area_width_sq[resolution_index][hme_me_level]; in set_me_hme_params_sq()
102 me_context_ptr->search_area_height = search_area_height_sq[resolution_index][hme_me_level]; in set_me_hme_params_sq()
152 uint8_t resolution_index = input_resolution <= INPUT_SIZE_576p_RANGE_OR_LOWER ? 0 : // 480P in eb_vp9_set_me_hme_params_oq() local
181 me_context_ptr->search_area_width = search_area_width_oq[resolution_index][hme_me_level]; in eb_vp9_set_me_hme_params_oq()
182 me_context_ptr->search_area_height = search_area_height_oq[resolution_index][hme_me_level]; in eb_vp9_set_me_hme_params_oq()
224 uint8_t resolution_index = input_resolution <= INPUT_SIZE_576p_RANGE_OR_LOWER ? 0 : // 480P in set_me_hme_params_vmaf() local
233 resolution_index = 3; in set_me_hme_params_vmaf()
253 me_context_ptr->search_area_width = search_area_width_vmaf[resolution_index][hme_me_level]; in set_me_hme_params_vmaf()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/gamehelp/
H A Dcontexthelp.cpp41 void help_overlay_blit(int overlay_id, int resolution_index);
130 (resolution_index >= 0) && (resolution_index < help_overlaylist[overlay_id].num_resolutions) ) { in help_overlay_set_state()
134 current_resolution = resolution_index; in help_overlay_set_state()
144 void help_overlay_maybe_blit(int overlay_id, int resolution_index) in help_overlay_maybe_blit() argument
147 (resolution_index >= 0) && (resolution_index < help_overlaylist[overlay_id].num_resolutions) ) { in help_overlay_maybe_blit()
149 help_overlay_blit(overlay_id, resolution_index); in help_overlay_maybe_blit()
191 int resolution_index = gr_screen.res; in launch_context_help() local
200 resolution_index = main_hall_get_overlay_resolution_index(); in launch_context_help()
273 help_overlay_set_state(overlay_id, resolution_index, 1); in launch_context_help()
276 help_overlay_set_state(overlay_id, resolution_index, 0); in launch_context_help()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
/dports/x11/gstreamer1-plugins-ximagesrc/gst-plugins-good-1.16.2/tests/examples/v4l2/
H A Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
91 if (!resolutions[resolution_index]) { in change_caps()
96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps()
98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()

12