Lines Matching defs:mode
90 /* Macros for stepping along the raw lines for super-resolution mode
293 /* Shut off viewfinder mode */
464 c->opt[OPT_IMAGE_MODE].desc = "Selects image mode: 800x600 full frame, 270x201 viewfinder mode, 1599x600 \"raw\" image, 80x60 thumbnail image or 1599x1200 \"super-resolution\" image";
501 // mode -- Imaging mode
506 // Sets the camera's imaging mode.
509 DMCSetMode(DMC_Camera *c, int mode)
511 switch (mode)
571 c->imageMode = mode;
638 // mode -- white balance mode
645 DMCSetWhiteBalance(int fd, int mode)
651 DBG(3, "DMCSetWhiteBalance: %d\n", mode);
657 userInterfaceSettings[5] = (uint8_t) mode;
1233 /* Set white balance mode if needed */
1247 /* Flip into viewfinder mode if needed */
1258 /* Flip out of viewfinder mode if needed */