Searched refs:frms (Results 1 – 1 of 1) sorted by relevance
1176 void *priv, struct v4l2_frmsizeenum *frms) in stk_vidioc_enum_framesizes() argument1178 if (frms->index >= ARRAY_SIZE(stk_sizes)) in stk_vidioc_enum_framesizes()1180 switch (frms->pixel_format) { in stk_vidioc_enum_framesizes()1186 frms->type = V4L2_FRMSIZE_TYPE_DISCRETE; in stk_vidioc_enum_framesizes()1187 frms->discrete.width = stk_sizes[frms->index].w; in stk_vidioc_enum_framesizes()1188 frms->discrete.height = stk_sizes[frms->index].h; in stk_vidioc_enum_framesizes()
Completed in 5 milliseconds