Lines Matching defs:enc
1282 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc)
1288 switch (enc->cmd) {
1291 enc->flags = 0;
1296 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END;
1297 ivtv_stop_capture(id, enc->flags & V4L2_ENC_CMD_STOP_AT_GOP_END);
1302 enc->flags = 0;
1315 enc->flags = 0;
1327 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd);
1334 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc)
1338 switch (enc->cmd) {
1341 enc->flags = 0;
1346 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END;
1351 enc->flags = 0;
1356 enc->flags = 0;
1359 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd);