Searched refs:ret_max (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_FMT.c | 712 int ret_max, errno_max; in do_set_formats_enum() local 754 ret_max = in do_set_formats_enum() 759 ("\t%s:%u: VIDIOC_S_FMT, type=%i, ret_max=%i, errno_max=%i\n", 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() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | formats.c | 219 int ret_max, ret_nb = 0, i, j, round; in merge_channel_layouts() local 246 ret_max = a->nb_channel_layouts + b->nb_channel_layouts; in merge_channel_layouts() 247 if (!(channel_layouts = av_calloc(ret_max, sizeof(*channel_layouts)))) in merge_channel_layouts()
|
Completed in 3 milliseconds