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.h4267 struct vki_v4l2_format { struct
4371 struct vki_v4l2_format format;
4385 #define VKI_V4L2_G_FMT _VKI_IOWR('V', 4, struct vki_v4l2_format)
4386 #define VKI_V4L2_S_FMT _VKI_IOWR('V', 5, struct vki_v4l2_format)
4430 #define VKI_V4L2_TRY_FMT _VKI_IOWR('V', 64, struct vki_v4l2_format)
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c7371 struct vki_v4l2_format *data = (struct vki_v4l2_format *)ARG3; in PRE()
7416 struct vki_v4l2_format *data = (struct vki_v4l2_format *)ARG3; in PRE()
7456 struct vki_v4l2_format *data = (struct vki_v4l2_format *)ARG3; in PRE()
8070 struct vki_v4l2_format *fmt = &data->format; in PRE()
9723 struct vki_v4l2_format *data = (struct vki_v4l2_format *)ARG3; in POST()