<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: i.MX6Q Encoder slice mode</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225472#M15848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only "frame by frame" output is supported by vpu, "slice by slice" output not supported, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Slice mode means user can config vpu to encode multi-slice per frame, not means "slice by slice" output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Eagle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 06:32:26 GMT</pubDate>
    <dc:creator>eaglezhou</dc:creator>
    <dc:date>2013-08-21T06:32:26Z</dc:date>
    <item>
      <title>i.MX6Q Encoder slice mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225471#M15847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="western"&gt;Hi! &lt;/P&gt;&lt;P class="western"&gt;&lt;/P&gt;&lt;P class="western"&gt;While encoding h.264 video in slice mode, how will I now, when a single slice is ready (for example to further processing)? As I understand vpu_IsBusy() and vpu_WaitForInt() are useful only when I want to encode frame by frame (not slice by slice).&lt;/P&gt;&lt;P class="western"&gt;&lt;/P&gt;&lt;P class="western"&gt;Thanks!&lt;/P&gt;&lt;P class="western"&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 11:01:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225471#M15847</guid>
      <dc:creator>jotes</dc:creator>
      <dc:date>2013-07-26T11:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q Encoder slice mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225472#M15848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only "frame by frame" output is supported by vpu, "slice by slice" output not supported, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Slice mode means user can config vpu to encode multi-slice per frame, not means "slice by slice" output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Eagle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:32:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225472#M15848</guid>
      <dc:creator>eaglezhou</dc:creator>
      <dc:date>2013-08-21T06:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q Encoder slice mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225473#M15849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peng Zhou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another question in this topic.&lt;/P&gt;&lt;P&gt;Encoder can send the encoded bits after each slice. Can decoder start decoding after receiving one single slice? Or maybe it has to wait for whole complete frame?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 11:36:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225473#M15849</guid>
      <dc:creator>jotes</dc:creator>
      <dc:date>2013-08-23T11:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q Encoder slice mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225474#M15850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; For iMX6 vpu decoder, there are two mode, rollback mode(vpu wait the whole frame ready), and interrupt mode(not required the whole frame ready)&lt;/P&gt;&lt;P&gt;&amp;nbsp; in rollback mode, user need to feed enough data to vpu, otherwise, vpu will return and report data isn't enough&lt;/P&gt;&lt;P&gt;&amp;nbsp; while in interrupt mode, vpu won't reuturn when the data isn't enough, and will enter busy state in which it will wait the following data.&lt;/P&gt;&lt;P&gt;&amp;nbsp; but for the output, only interrupt in frame level is sendout by vpu decoder for both mode,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Eagle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 02:12:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225474#M15850</guid>
      <dc:creator>eaglezhou</dc:creator>
      <dc:date>2013-08-26T02:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q Encoder slice mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225475#M15851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="western" lang="zxx"&gt;So, to sum up:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I can encode slice by slice and send one frame in few parts to decoder.&lt;/LI&gt;&lt;LI&gt;In rollback mode I can't start decoding until I have a whole frame in decoder. When same parts of frame are missing, I can see the following warning: "vpu needs more bitstream in rollback mode".&lt;/LI&gt;&lt;LI&gt;In interrupt mode I can start decoding even if only a part of frame (few slices) is received, but the output is generated after decoding whole frame.&lt;/LI&gt;&lt;LI&gt;No matter if decoder works in interrupt mode or rollback mode, output is generated in the same time (after decoding the entire frame).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 10:38:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225475#M15851</guid>
      <dc:creator>jotes</dc:creator>
      <dc:date>2013-08-26T10:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q Encoder slice mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225476#M15852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your understanding are basically right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For 1, the output from encoder still is frame level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Eagle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 02:40:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Encoder-slice-mode/m-p/225476#M15852</guid>
      <dc:creator>eaglezhou</dc:creator>
      <dc:date>2013-08-27T02:40:19Z</dc:date>
    </item>
  </channel>
</rss>

