Lines Matching refs:cxiformat
910 u32 cxiformat, cxoformat; in cx88_set_tvnorm() local
920 cxiformat = VideoFormatNTSCJapan; in cx88_set_tvnorm()
923 cxiformat = VideoFormatNTSC443; in cx88_set_tvnorm()
926 cxiformat = VideoFormatPALM; in cx88_set_tvnorm()
929 cxiformat = VideoFormatPALN; in cx88_set_tvnorm()
932 cxiformat = VideoFormatPALNC; in cx88_set_tvnorm()
935 cxiformat = VideoFormatPAL60; in cx88_set_tvnorm()
938 cxiformat = VideoFormatNTSC; in cx88_set_tvnorm()
944 cxiformat = VideoFormatSECAM; in cx88_set_tvnorm()
947 cxiformat = VideoFormatPAL; in cx88_set_tvnorm()
957 cxiformat, cx_read(MO_INPUT_FORMAT) & 0x0f); in cx88_set_tvnorm()
961 norm & V4L2_STD_SECAM ? cxiformat : cxiformat | 0x400); in cx88_set_tvnorm()
1018 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()