Lines Matching refs:enc
1258 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_encoder_cmd() argument
1264 switch (enc->cmd) { in ivtv_encoder_cmd()
1267 enc->flags = 0; in ivtv_encoder_cmd()
1272 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_encoder_cmd()
1273 ivtv_stop_capture(id, enc->flags & V4L2_ENC_CMD_STOP_AT_GOP_END); in ivtv_encoder_cmd()
1278 enc->flags = 0; in ivtv_encoder_cmd()
1291 enc->flags = 0; in ivtv_encoder_cmd()
1303 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd); in ivtv_encoder_cmd()
1310 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_try_encoder_cmd() argument
1314 switch (enc->cmd) { in ivtv_try_encoder_cmd()
1317 enc->flags = 0; in ivtv_try_encoder_cmd()
1322 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_try_encoder_cmd()
1327 enc->flags = 0; in ivtv_try_encoder_cmd()
1332 enc->flags = 0; in ivtv_try_encoder_cmd()
1335 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd); in ivtv_try_encoder_cmd()