Lines Matching refs:enc
1294 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_encoder_cmd() argument
1300 switch (enc->cmd) { in ivtv_encoder_cmd()
1303 enc->flags = 0; in ivtv_encoder_cmd()
1308 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_encoder_cmd()
1309 ivtv_stop_capture(id, enc->flags & V4L2_ENC_CMD_STOP_AT_GOP_END); in ivtv_encoder_cmd()
1314 enc->flags = 0; in ivtv_encoder_cmd()
1327 enc->flags = 0; in ivtv_encoder_cmd()
1339 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd); in ivtv_encoder_cmd()
1346 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_try_encoder_cmd() argument
1350 switch (enc->cmd) { in ivtv_try_encoder_cmd()
1353 enc->flags = 0; in ivtv_try_encoder_cmd()
1358 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_try_encoder_cmd()
1363 enc->flags = 0; in ivtv_try_encoder_cmd()
1368 enc->flags = 0; in ivtv_try_encoder_cmd()
1371 IVTV_DEBUG_IOCTL("Unknown cmd %d\n", enc->cmd); in ivtv_try_encoder_cmd()