Searched refs:_isNTSC (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/cx25821/
H A Dcx25821-video-upstream.c123 || (line < (NTSC_FIELD_HEIGHT - 1)) || !(dev->_isNTSC)) {
158 || (line < (NTSC_FIELD_HEIGHT - 1)) || !(dev->_isNTSC))
194 if (dev->_isNTSC) {
321 if (dev->_isNTSC)
581 if (dev->_isNTSC) {
679 value |= dev->_isNTSC ? 0 : 0x10;
689 if (dev->_isNTSC)
787 dev->_lines_count = dev->_isNTSC ? 480 : 576;
791 data_frame_size = dev->_isNTSC ? NTSC_DATA_BUF_SZ : PAL_DATA_BUF_SZ;
792 risc_buffer_size = dev->_isNTSC
[all...]
H A Dcx25821.h395 int _isNTSC; member in struct:cx25821_dev
H A Dcx25821-core.c1023 dev->_isNTSC = !strcmp(dev->vid_stdname, "NTSC") ? 1 : 0;
1025 dev->tvnorm = !dev->_isNTSC ? V4L2_STD_PAL_BG : V4L2_STD_NTSC_M;

Completed in 62 milliseconds