Searched refs:vpitch (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpif_capture.c477 unsigned int hpitch, vpitch, sizeimage; local
499 vpitch = sizeimage / (hpitch * 2);
597 u32 sizeimage, hpitch, vpitch; local
653 vpitch = sizeimage / (hpitch * 2);
655 /* validate the vpitch */
656 if (vpitch < vpif_params->std_info.height) {
658 vpif_dbg(2, debug, "Invalid vpitch\n");
661 vpitch = vpif_params->std_info.height;
676 pixfmt->sizeimage = hpitch * vpitch * 2;
H A Dvpif_display.c423 unsigned int hpitch, vpitch, sizeimage; local
440 vpitch = sizeimage / (hpitch * 2);
503 u32 sizeimage, hpitch, vpitch; local
525 vpitch = sizeimage / (hpitch * 2);
529 (vpitch < ch->vpifparams.std_info.height))

Completed in 78 milliseconds