Searched refs:reqbufs_count_out (Results 1 – 3 of 3) sorted by relevance
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/ |
H A D | v4l2-ctl-streaming.cpp | 57 static unsigned reqbufs_count_out = 4; variable 785 reqbufs_count_out = strtoul(optarg, 0L, 0); in streaming_cmd() 786 if (reqbufs_count_out == 0) in streaming_cmd() 787 reqbufs_count_out = 3; in streaming_cmd() 2081 if (q.reqbufs(&fd, reqbufs_count_out)) { in streaming_set_out() 2087 if (q.reqbufs(&fd, reqbufs_count_out)) in streaming_set_out() 2262 if (out.reqbufs(&fd, reqbufs_count_out)) in stateful_m2m() 2437 if (out.reqbufs(&fd, reqbufs_count_out)) { in stateless_m2m() 2678 reqbufs_count_cap = reqbufs_count_out; in streaming_set_cap2out() 2680 reqbufs_count_out = reqbufs_count_cap; in streaming_set_cap2out() [all …]
|
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/ |
H A D | v4l2-ctl-streaming.cpp | 57 static unsigned reqbufs_count_out = 4; variable 785 reqbufs_count_out = strtoul(optarg, 0L, 0); in streaming_cmd() 786 if (reqbufs_count_out == 0) in streaming_cmd() 787 reqbufs_count_out = 3; in streaming_cmd() 2081 if (q.reqbufs(&fd, reqbufs_count_out)) { in streaming_set_out() 2087 if (q.reqbufs(&fd, reqbufs_count_out)) in streaming_set_out() 2262 if (out.reqbufs(&fd, reqbufs_count_out)) in stateful_m2m() 2437 if (out.reqbufs(&fd, reqbufs_count_out)) { in stateless_m2m() 2678 reqbufs_count_cap = reqbufs_count_out; in streaming_set_cap2out() 2680 reqbufs_count_out = reqbufs_count_cap; in streaming_set_cap2out() [all …]
|
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/ |
H A D | v4l2-ctl-streaming.cpp | 57 static unsigned reqbufs_count_out = 4; variable 785 reqbufs_count_out = strtoul(optarg, 0L, 0); in streaming_cmd() 786 if (reqbufs_count_out == 0) in streaming_cmd() 787 reqbufs_count_out = 3; in streaming_cmd() 2081 if (q.reqbufs(&fd, reqbufs_count_out)) { in streaming_set_out() 2087 if (q.reqbufs(&fd, reqbufs_count_out)) in streaming_set_out() 2262 if (out.reqbufs(&fd, reqbufs_count_out)) in stateful_m2m() 2437 if (out.reqbufs(&fd, reqbufs_count_out)) { in stateless_m2m() 2678 reqbufs_count_cap = reqbufs_count_out; in streaming_set_cap2out() 2680 reqbufs_count_out = reqbufs_count_cap; in streaming_set_cap2out() [all …]
|