Home
last modified time | relevance | path

Searched refs:vki_v4l2_format (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/include/vki/
Dvki-linux.h4288 struct vki_v4l2_format { struct
4392 struct vki_v4l2_format format;
4406 #define VKI_V4L2_G_FMT _VKI_IOWR('V', 4, struct vki_v4l2_format)
4407 #define VKI_V4L2_S_FMT _VKI_IOWR('V', 5, struct vki_v4l2_format)
4451 #define VKI_V4L2_TRY_FMT _VKI_IOWR('V', 64, struct vki_v4l2_format)
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c7422 struct vki_v4l2_format *data = (struct vki_v4l2_format *)ARG3; in PRE()
7467 struct vki_v4l2_format *data = (struct vki_v4l2_format *)ARG3; in PRE()
7507 struct vki_v4l2_format *data = (struct vki_v4l2_format *)ARG3; in PRE()
8121 struct vki_v4l2_format *fmt = &data->format; in PRE()
9795 struct vki_v4l2_format *data = (struct vki_v4l2_format *)ARG3; in POST()