Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(968)

Unified Diff: native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___video_picture.html

Issue 901083002: [NaCl SDK Docs] Update Pepper docs to latest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___video_picture.html
diff --git a/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___video_picture.html b/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___video_picture.html
index 2bf52acab284e42896c8df694d6f5a69909e985f..8e19d4e394174ced0dc54367ae1e89714a23bee2 100644
--- a/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___video_picture.html
+++ b/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___video_picture.html
@@ -16,6 +16,7 @@ Data Fields</h2><table class="memberdecls">
<tr><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___video_picture.html#ae1a9b538db9e422e9f4c9126e941ea25">texture_id</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___video_picture.html#a5e2d5f24f86223ad71f2efb83116f118">texture_target</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="struct_p_p___size.html">PP_Size</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___video_picture.html#a0f3c7022b44215e06f98f771f75641cc">texture_size</a></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="struct_p_p___rect.html">PP_Rect</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___video_picture.html#a1068a6b0ec8376cadcc7b08e607085f2">visible_rect</a></td></tr>
</table>
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Struct describing a decoded video picture. </p>
@@ -77,6 +78,20 @@ Data Fields</h2><table class="memberdecls">
<p>The pixel format of the texture is GL_RGBA. </p>
</div>
</div>
+<a class="anchor" id="a1068a6b0ec8376cadcc7b08e607085f2"></a><!-- doxytag: member="PP_VideoPicture::visible_rect" ref="a1068a6b0ec8376cadcc7b08e607085f2" args="" -->
+<div class="memitem">
+<div class="memproto">
+<table class="memname">
+<tr>
+<td class="memname">struct <a class="el" href="struct_p_p___rect.html">PP_Rect</a> <a class="el" href="struct_p_p___video_picture.html#a1068a6b0ec8376cadcc7b08e607085f2">PP_VideoPicture::visible_rect</a></td>
+</tr>
+</table>
+</div>
+<div class="memdoc">
+<p>The visible subrectangle of the picture. </p>
+<p>The plugin should display only this part of the picture. </p>
+</div>
+</div>
<hr />The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="pp__codecs_8h.html">pp_codecs.h</a></li>
</ul>

Powered by Google App Engine
This is Rietveld 408576698