Searched refs:video_format_caps_index (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_common.c | 40 ret = video_format_caps_index(fmts, &fmt, &idx); in ZTEST() 47 ret = video_format_caps_index(fmts, &fmt, &idx); in ZTEST() 54 ret = video_format_caps_index(fmts, &fmt, &idx); in ZTEST() 61 ret = video_format_caps_index(fmts, &fmt, &idx); in ZTEST() 67 ret = video_format_caps_index(fmts, &fmt, &idx); in ZTEST() 73 ret = video_format_caps_index(fmts, &fmt, &idx); in ZTEST() 82 ret = video_format_caps_index(fmts, &fmt, &idx); in ZTEST() 88 ret = video_format_caps_index(fmts, &fmt, &idx); in ZTEST()
|
/Zephyr-latest/drivers/video/ |
D | video_common.c | 90 int video_format_caps_index(const struct video_format_cap *fmts, const struct video_format *fmt, in video_format_caps_index() function
|
D | video_emul_imager.c | 303 ret = video_format_caps_index(fmts, fie->format, &fmt_id); in emul_imager_enum_frmival() 382 ret = video_format_caps_index(fmts, fmt, &fmt_id); in emul_imager_set_fmt()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video.h | 768 int video_format_caps_index(const struct video_format_cap *fmts, const struct video_format *fmt,
|