Lines Matching refs:output

338 	 * goes into transparent mode (output =input). Normal
865 * ccdc_config_outlineoffset - Configure memory saving output line offset
870 * Configure the offsets for the line output control:
915 * ccdc_set_outaddr - Set memory address to save output image
919 * Sets the memory address where the output will be saved.
1007 /* The polarity of the vertical sync signal output by the BT.656
1190 if (ccdc->output & CCDC_OUTPUT_MEMORY)
1195 if (ccdc->output & CCDC_OUTPUT_RESIZER)
1259 * This will cause the line output control module to apply the field
1670 ccdc->output & CCDC_OUTPUT_MEMORY) {
1685 if (ccdc->output & CCDC_OUTPUT_MEMORY)
1734 if (ccdc->output & CCDC_OUTPUT_MEMORY) {
1803 if (!(ccdc->output & CCDC_OUTPUT_MEMORY))
1808 /* We now have a buffer queued on the output, restart the pipeline
1915 if (ccdc->output & CCDC_OUTPUT_MEMORY)
1918 if (ccdc->underrun || !(ccdc->output & CCDC_OUTPUT_MEMORY))
1925 if (ccdc->output & CCDC_OUTPUT_MEMORY &&
1934 if (ccdc->output & CCDC_OUTPUT_MEMORY)
2038 /* Hardcode the output size to the crop rectangle size. */
2069 * port output must be at least one line less than the number
2108 /* The data formatter truncates the number of horizontal output pixels
2110 * an output size bigger than the input size up to the nearest multiple
2174 * compatible with the video port. Enumerate a single output
2235 * The only supported rectangles are the crop rectangles on the output formatter
2279 * The only supported rectangle is the actual crop rectangle on the output
2398 * Decide whether desired output pixel code can be obtained with
2401 * @out: output pixelcode from shifter
2581 if (ccdc->output & ~CCDC_OUTPUT_PREVIEW)
2583 ccdc->output |= CCDC_OUTPUT_PREVIEW;
2585 ccdc->output &= ~CCDC_OUTPUT_PREVIEW;
2592 if (ccdc->output & ~CCDC_OUTPUT_MEMORY)
2594 ccdc->output |= CCDC_OUTPUT_MEMORY;
2596 ccdc->output &= ~CCDC_OUTPUT_MEMORY;
2603 if (ccdc->output & ~CCDC_OUTPUT_RESIZER)
2605 ccdc->output |= CCDC_OUTPUT_RESIZER;
2607 ccdc->output &= ~CCDC_OUTPUT_RESIZER;