Home
last modified time | relevance | path

Searched refs:video_format_caps_index (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_common.c40 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/
Dvideo_common.c90 int video_format_caps_index(const struct video_format_cap *fmts, const struct video_format *fmt, in video_format_caps_index() function
Dvideo_emul_imager.c303 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/
Dvideo.h768 int video_format_caps_index(const struct video_format_cap *fmts, const struct video_format *fmt,