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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/cx25821/
H A Dcx25821-video-upstream.c121 || (line < (NTSC_FIELD_HEIGHT - 1)) || !(dev->_isNTSC)) {
156 || (line < (NTSC_FIELD_HEIGHT - 1)) || !(dev->_isNTSC))
192 if (dev->_isNTSC) {
331 if (dev->_isNTSC) {
618 if (dev->_isNTSC) {
723 value |= dev->_isNTSC ? 0 : 0x10;
733 if (dev->_isNTSC)
834 dev->_lines_count = dev->_isNTSC ? 480 : 576;
839 data_frame_size = dev->_isNTSC ? NTSC_DATA_BUF_SZ : PAL_DATA_BUF_SZ;
841 dev->_isNTSC
[all...]
H A Dcx25821.h394 int _isNTSC; member in struct:cx25821_dev
H A Dcx25821-core.c1034 dev->_isNTSC = !strcmp(dev->vid_stdname, "NTSC") ? 1 : 0;
1036 dev->tvnorm = !dev->_isNTSC ? V4L2_STD_PAL_BG : V4L2_STD_NTSC_M;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-video-upstream.c121 || (line < (NTSC_FIELD_HEIGHT - 1)) || !(dev->_isNTSC)) {
156 || (line < (NTSC_FIELD_HEIGHT - 1)) || !(dev->_isNTSC))
192 if (dev->_isNTSC) {
331 if (dev->_isNTSC) {
618 if (dev->_isNTSC) {
723 value |= dev->_isNTSC ? 0 : 0x10;
733 if (dev->_isNTSC)
834 dev->_lines_count = dev->_isNTSC ? 480 : 576;
839 data_frame_size = dev->_isNTSC ? NTSC_DATA_BUF_SZ : PAL_DATA_BUF_SZ;
841 dev->_isNTSC
[all...]
H A Dcx25821.h394 int _isNTSC; member in struct:cx25821_dev
H A Dcx25821-core.c1034 dev->_isNTSC = !strcmp(dev->vid_stdname, "NTSC") ? 1 : 0;
1036 dev->tvnorm = !dev->_isNTSC ? V4L2_STD_PAL_BG : V4L2_STD_NTSC_M;

Completed in 78 milliseconds