Home
last modified time | relevance | path

Searched refs:oFmtDef (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_video.c416 NC_VIVO_CH_FORMATDEF oFmtDef; in nvp6158_video_fmt_det() local
432 oFmtDef = NVP6158_NC_VD_AUTO_VFCtoFMTDEF( ch, ps_nvp6158_vfmts->vfc[ch] ); in nvp6158_video_fmt_det()
435 sDevChInfo.fmt_def = oFmtDef; in nvp6158_video_fmt_det()
436 if(oFmtDef == AHD30_5M_20P ) { in nvp6158_video_fmt_det()
437 printk("[CH:%d] >> finding format: %x....\n", ch, oFmtDef); in nvp6158_video_fmt_det()
440 oFmtDef = sDevChInfo.fmt_def; in nvp6158_video_fmt_det()
442 ps_nvp6158_vfmts->curvideofmt[ch] = oFmtDef; in nvp6158_video_fmt_det()
443 } else if( oFmtDef == CVI_8M_15P || oFmtDef == CVI_8M_12_5P ) { in nvp6158_video_fmt_det()
444 if( oFmtDef == CVI_8M_15P ) in nvp6158_video_fmt_det()
453 oFmtDef = sDevChInfo.fmt_def; in nvp6158_video_fmt_det()
[all …]