diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-15 13:56:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-15 13:56:01 -0300 |
commit | 136a9b83fb4cb819c2f27cbb5948d26cec0e7934 (patch) | |
tree | 397919f977ae7937aa60a5001f62f0ba3faef2db /v4l2-spec/vidioc-enum-frameintervals.sgml | |
parent | fdafaa4f7e2ea516dbd7791f362f05273aaaa6cc (diff) | |
parent | c5d1ee111d9e00f9ce75e48e5e3806fdcd681a83 (diff) | |
download | mediapointer-dvb-s2-136a9b83fb4cb819c2f27cbb5948d26cec0e7934.tar.gz mediapointer-dvb-s2-136a9b83fb4cb819c2f27cbb5948d26cec0e7934.tar.bz2 |
merge: http://kernellabs.com/hg/~mkrufky/tda18271-merge
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-spec/vidioc-enum-frameintervals.sgml')
-rw-r--r-- | v4l2-spec/vidioc-enum-frameintervals.sgml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/v4l2-spec/vidioc-enum-frameintervals.sgml b/v4l2-spec/vidioc-enum-frameintervals.sgml index fa0ac3616..3c216e113 100644 --- a/v4l2-spec/vidioc-enum-frameintervals.sgml +++ b/v4l2-spec/vidioc-enum-frameintervals.sgml @@ -62,7 +62,7 @@ type of frame intervals the device supports. Here are the semantics of the function for the different cases:</para> <itemizedlist> <listitem> - <para><emphasis Role="bold">Discrete:</emphasis> The function + <para><emphasis role="bold">Discrete:</emphasis> The function returns success if the given index value (zero-based) is valid. The application should increase the index by one for each call until <constant>EINVAL</constant> is returned. The `v4l2_frmivalenum.type` @@ -70,7 +70,7 @@ field is set to `V4L2_FRMIVAL_TYPE_DISCRETE` by the driver. Of the union only the `discrete` member is valid.</para> </listitem> <listitem> - <para><emphasis Role="bold">Step-wise:</emphasis> The function + <para><emphasis role="bold">Step-wise:</emphasis> The function returns success if the given index value is zero and <constant>EINVAL</constant> for any other index value. The <structfield>v4l2_frmivalenum.type</structfield> field is set to @@ -79,7 +79,7 @@ union only the <structfield>stepwise</structfield> member is valid.</para> </listitem> <listitem> - <para><emphasis Role="bold">Continuous:</emphasis> This is a + <para><emphasis role="bold">Continuous:</emphasis> This is a special case of the step-wise type above. The function returns success if the given index value is zero and <constant>EINVAL</constant> for any other index value. The @@ -111,7 +111,7 @@ enumeration.</para> <itemizedlist> <listitem> - <para><emphasis Role="bold">Frame intervals and frame + <para><emphasis role="bold">Frame intervals and frame rates:</emphasis> The V4L2 API uses frame intervals instead of frame rates. Given the frame interval the frame rate can be computed as follows:<screen>frame_rate = 1 / frame_interval</screen></para> @@ -156,10 +156,10 @@ application should zero out all members except for the <table pgwide="1" frame="none" id="v4l2-frmivalenum"> <title>struct <structname>v4l2_frmivalenum</structname></title> <tgroup cols="4"> - <colspec colname="c1"> - <colspec colname="c2"> - <colspec colname="c3"> - <colspec colname="c4"> + <colspec colname="c1" /> + <colspec colname="c2" /> + <colspec colname="c3" /> + <colspec colname="c4" /> <tbody valign="top"> <row> <entry>__u32</entry> |