Home
last modified time | relevance | path

Searched refs:ret_max (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_FMT.c712 int ret_max, errno_max; in do_set_formats_enum() local
754 ret_max = in do_set_formats_enum()
760 __FILE__, __LINE__, type, ret_max, errno_max); in do_set_formats_enum()
762 if (ret_max == 0) { in do_set_formats_enum()
794 CU_ASSERT_EQUAL(ret_max, 0); in do_set_formats_enum()
822 CU_ASSERT_EQUAL(ret_max, -1); in do_set_formats_enum()
902 if (ret_max == 0 && ret_min == 0) { in do_set_formats_enum()
922 if (ret_max == -1 && ret_min == -1) { in do_set_formats_enum()
934 ret_max = in do_set_formats_enum()
940 __FILE__, __LINE__, type, ret_max, errno_max); in do_set_formats_enum()
[all …]
/third_party/ffmpeg/libavfilter/
Dformats.c175 int ret_max, ret_nb = 0, i, j, round; in ff_merge_channel_layouts() local
202 ret_max = a->nb_channel_layouts + b->nb_channel_layouts; in ff_merge_channel_layouts()
203 if (!(channel_layouts = av_malloc_array(ret_max, sizeof(*channel_layouts)))) in ff_merge_channel_layouts()
/third_party/mindspore/tests/ut/python/dtype/
Dtest_list.py233 ret_max = self.reduce_max(x, self.axis)
235 ret = [ret_sum, ret_mean, ret_max, ret_min]