Searched defs:max_step (Results 1 - 13 of 13) sorted by relevance
| /third_party/ffmpeg/libavfilter/ |
| H A D | hflip.h | 29 int max_step[4]; ///< max pixel step for each plane, expressed as a number of bytes member
|
| H A D | vf_untile.c | 36 int max_step[4]; member
|
| H A D | vf_feedback.c | 39 int max_step[4]; member [all...] |
| H A D | vf_crop.c | 87 int max_step[4]; ///< max pixel step for each plane, expressed as a number of bytes member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | imgutils.c | 79 int max_step [4]; /* max pixel step for each plane */ in av_image_get_linesize() local 93 int max_step [4]; /* max pixel step for each plane */ in av_image_fill_linesizes() local 54 image_get_linesize(int width, int plane, int max_step, int max_step_comp, const AVPixFmtDescriptor *desc) image_get_linesize() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_gem_gtt.c | 373 const unsigned long max_step = max(int_sqrt(max_pages), 2UL); in fill_hole() local
|
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| H A D | cppc_cpufreq.c | 514 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_gem_gtt.c | 418 const unsigned long max_step = max(int_sqrt(max_pages), 2UL); in fill_hole() local
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-mixer.h | 355 long max_step; member
|
| H A D | alsa-mixer.c | 4340 unsigned max_step = 0; decibel_fix_parse_db_values() local [all...] |
| /kernel/linux/linux-5.10/sound/soc/sof/ |
| H A D | topology.c | 1881 int max_step; in sof_widget_load_pga() local
|
| /kernel/linux/linux-6.6/sound/soc/sof/ |
| H A D | ipc3-topology.c | 725 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui.cpp | 3806 float max_step = window->InnerRect.GetHeight() * 0.67f; in UpdateMouseWheel() local 3820 float max_step = window->InnerRect.GetWidth() * 0.67f; in UpdateMouseWheel() local
|
Completed in 52 milliseconds