Lines Matching refs:enc
1292 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_encoder_cmd() argument
1298 switch (enc->cmd) { in ivtv_encoder_cmd()
1301 enc->flags = 0; in ivtv_encoder_cmd()
1306 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_encoder_cmd()
1307 ivtv_stop_capture(id, enc->flags & V4L2_ENC_CMD_STOP_AT_GOP_END); in ivtv_encoder_cmd()
1312 enc->flags = 0; in ivtv_encoder_cmd()
1325 enc->flags = 0; in ivtv_encoder_cmd()
1337 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd); in ivtv_encoder_cmd()
1344 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_try_encoder_cmd() argument
1348 switch (enc->cmd) { in ivtv_try_encoder_cmd()
1351 enc->flags = 0; in ivtv_try_encoder_cmd()
1356 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_try_encoder_cmd()
1361 enc->flags = 0; in ivtv_try_encoder_cmd()
1366 enc->flags = 0; in ivtv_try_encoder_cmd()
1369 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd); in ivtv_try_encoder_cmd()