Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
1427f6b6
Commit
1427f6b6
authored
Jan 20, 2007
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (5098): Added support for V4L2_STD_NTSC_443
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
8d87cb9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
drivers/media/video/cx88/cx88-core.c
drivers/media/video/cx88/cx88-core.c
+6
-2
No files found.
drivers/media/video/cx88/cx88-core.c
View file @
1427f6b6
...
...
@@ -899,6 +899,9 @@ int cx88_set_tvnorm(struct cx88_core *core, struct v4l2_tvnorm *norm)
if
(
norm
->
id
&
V4L2_STD_NTSC_M_JP
)
{
cxiformat
=
VideoFormatNTSCJapan
;
cxoformat
=
0x181f0008
;
}
else
if
(
norm
->
id
&
V4L2_STD_NTSC_443
)
{
cxiformat
=
VideoFormatNTSC443
;
cxoformat
=
0x181f0008
;
}
else
if
(
norm
->
id
&
V4L2_STD_PAL_M
)
{
cxiformat
=
VideoFormatPALM
;
cxoformat
=
0x1c1f0008
;
...
...
@@ -915,10 +918,11 @@ int cx88_set_tvnorm(struct cx88_core *core, struct v4l2_tvnorm *norm)
cxiformat
=
VideoFormatNTSC
;
cxoformat
=
0x181f0008
;
}
else
if
(
norm
->
id
&
V4L2_STD_SECAM
)
{
cxiformat
=
VideoFormatSECAM
;
cxoformat
=
0x181f0008
;
step_db
=
4250000
*
8
;
step_dr
=
4406250
*
8
;
cxiformat
=
VideoFormatSECAM
;
cxoformat
=
0x181f0008
;
}
else
{
/* PAL */
cxiformat
=
VideoFormatPAL
;
cxoformat
=
0x181f0008
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment