Searched refs:b64 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c1048 struct v4l2_buffer *b64 = arg; local
1052 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) {
1053 u32 num_planes = b64->length;
1059 err = get_v4l2_plane32(p64, p32, b64->memory);
1118 struct v4l2_buffer *b64 = arg; local
1122 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) {
1123 u32 num_planes = b64->length;
1129 err = put_v4l2_plane32(p64, p32, b64->memory);

Completed in 101 milliseconds