Lines Matching +full:frame +full:- +full:format
4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/drivers/video-controls.h>
79 struct video_frmival_enum fie = {.format = &fmt}; in ZTEST()
81 /* Pick the current format for testing the frame interval enumeration */ in ZTEST()
84 /* Do a first enumeration of frame intervals, expected to work */ in ZTEST()
88 /* Test that every value of the frame interval enumerator can be applied */ in ZTEST()
93 zexpect_equal_ptr(fie.format, &fmt, "the format should not be changed"); in ZTEST()
110 /* Test every supported frame interval */ in ZTEST()
118 /* There is just one frame interval to test */ in ZTEST()
149 /* Get a list of supported format */ in ZTEST()
152 /* Pick set first format, just to use something supported */ in ZTEST()
172 zexpect_equal(vbuf->bytesused, vbuf->size); in ZTEST()
183 zexpect_equal(vbuf->bytesused, vbuf->size); in ZTEST()