Lines Matching defs:enc
1276 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc)
1282 switch (enc->cmd) {
1285 enc->flags = 0;
1290 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END;
1291 ivtv_stop_capture(id, enc->flags & V4L2_ENC_CMD_STOP_AT_GOP_END);
1296 enc->flags = 0;
1309 enc->flags = 0;
1321 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd);
1328 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc)
1332 switch (enc->cmd) {
1335 enc->flags = 0;
1340 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END;
1345 enc->flags = 0;
1350 enc->flags = 0;
1353 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd);