<?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: Issues about &amp;quot;enableAutoSkip&amp;quot; function in VPU API</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415141#M62346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Guanqiong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;We believe that&amp;nbsp; enableAutoSkip and framedrop parameters do not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please give your comment about whether it is true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 01:33:59 GMT</pubDate>
    <dc:creator>Aemj</dc:creator>
    <dc:date>2016-05-23T01:33:59Z</dc:date>
    <item>
      <title>Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415132#M62337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm evaluating the various functions of VPU.&lt;BR /&gt;I'm using SABRE-SDP with Linux environment based on Poky 1.7(Yocto).&lt;/P&gt;&lt;P&gt;I'm referring to the "VPU API Linux Reference Manual" and am estimating H.264 video &lt;BR /&gt;encoding function, but I have a doubt about the function of "enableAutoSkip".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the API Reference Manual:&lt;BR /&gt;enableAutoSkip. The value 0 disables automatic skip and 1 enables automatic skip in encoder&lt;BR /&gt;operation. Automatic skip means encoder can skip frame encoding when generated Bitstream &lt;BR /&gt;so far is too big considering target bitrate. This parameter will be ignored if rate control &lt;BR /&gt;is not used (bitRate = 0). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set enableAutoSkip=1 and encoding video with low bitrate at fixed frame rate(30fps/GOP=30). &lt;BR /&gt;I've checking "skipEncoded" in "EncOutputInfo" struct during encoding,but "skipEncoded" &lt;BR /&gt;never become 1 even if I changed bitrate lower.&lt;/P&gt;&lt;P&gt;Generated bitstream was bigger than target bitrate.&lt;/P&gt;&lt;P&gt;Also check the bitstream,but skipped frame was not found.&lt;/P&gt;&lt;P&gt;(I've tested with FullHD 30fsp video Input , and set the bitrates 50kbps to 4Mbps.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone check this function work right?&amp;nbsp; or&amp;nbsp; Is my undestanding wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 10:06:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415132#M62337</guid>
      <dc:creator>masa-i</dc:creator>
      <dc:date>2015-09-28T10:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415133#M62338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Automatic frame skipping in VPU rate control is used for limiting the output amount of bitstream under the given target bit-rate. if you want to achive the requested bit rate ( low bit rate ) depend on enabling the skip frame feature, you can use this option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 08:17:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415133#M62338</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2015-10-20T08:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415134#M62339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;I understand the mechanism of rate control and frame skip.&lt;/P&gt;&lt;P&gt;But my question is the point that a frame doesn't skip&amp;nbsp; even if the enableAutoSkip is made effective.&lt;/P&gt;&lt;P&gt;Are there other any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 01:07:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415134#M62339</guid>
      <dc:creator>masa-i</dc:creator>
      <dc:date>2015-10-28T01:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415135#M62340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer who posted the original question of this thread still needs your reply.&lt;/P&gt;&lt;P&gt;Some degraded images are seen in the video which is encoded by i.MX6 VPU with H.264.&lt;/P&gt;&lt;P&gt;They are trying to improve that by tuning some parameters in VPU APIs.&lt;/P&gt;&lt;P&gt;And they think that the degraded images may be improved if they can set enableAutoSkip to 1. For now, they think the “enableAutoSkip” parameter setting does not work.&lt;/P&gt;&lt;P&gt;Is it true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 03:11:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415135#M62340</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2016-04-21T03:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415136#M62341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bad performance encoding depending differenct case, not only enableAutoSkip=1, could you tell me what frame rate and bit rate you set?? and pls give me your encoding gstreamer command to check.&lt;/P&gt;&lt;P&gt;and you can set framedrop=true to drop 2-3 frames when the performance is bad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 03:15:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415136#M62341</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2016-04-22T03:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415137#M62342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guanqiong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Soon, the customer will reply to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 05:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415137#M62342</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2016-04-22T05:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415138#M62343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guanqiong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thank you for your reply.&amp;nbsp; The frame rate is 30fps(fixed) and I've tested encoding with&amp;nbsp; lowering the bitrate gradually.&lt;/P&gt;&lt;P&gt;I don't use gstreamer.&amp;nbsp; I'm checking frame skip function using a test program to which API in VPU is called directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm referring the following reference manual.&lt;/P&gt;&lt;P&gt;[i.MX 6Dual/6Quad VPU Application Programming Interface Linux Reference Manual]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I found 2 more doubtful points in VPU API.&lt;/P&gt;&lt;P&gt;1."userQpMin" in EncOpenParam structure&lt;BR /&gt;The userQPMax could confirm that setting becomes effective from a encoded stream,&lt;BR /&gt;but userQpMin is invalid. It seems disabled in VPU driver.&lt;/P&gt;&lt;P&gt;If userQpMin can't be effectively, I'd like to know the reason.&lt;/P&gt;&lt;P&gt;2."avc_disableDeblk" in EncAvcParam structure&lt;BR /&gt;I want to use DBF in H.264 encoding. I was set related following parameters.&lt;BR /&gt;&amp;nbsp; avc_disableDeblk&lt;BR /&gt;&amp;nbsp; avc_deblkFilterOffsetAlpha&lt;BR /&gt;&amp;nbsp; avc_deblkFilterOffsetBeta&lt;BR /&gt;In the H.264 encoded stream (I analyzed the stream), deblocking filter is certain effectively.&lt;BR /&gt;But the actual effect of the filter can't be confirmed with a decoded picture.&lt;BR /&gt;(I've checked it by combination of various parameters.) &lt;/P&gt;&lt;P&gt;Is there anyone checked about this function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear team,&amp;nbsp;&amp;nbsp;&amp;nbsp; Should I post these issues by another thread?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Masahiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 08:34:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415138#M62343</guid>
      <dc:creator>masa-i</dc:creator>
      <dc:date>2016-04-25T08:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415139#M62344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Dear Guanqiong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;As for the additional two questions written in the customer's previous post, he created two other thread as below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/642440"&gt;https://community.freescale.com/message/642440&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/391633?sr=stream"&gt;https://community.freescale.com/thread/391633?sr=stream&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here, we need to your comment for the original question whether &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;enableAutoSkip=1 really work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The customer expects the quality of the images are improved even if the skips of the frames occur.&lt;/P&gt;&lt;P&gt;Could you give your comment on that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 00:49:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415139#M62344</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2016-05-10T00:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415140#M62345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Guanqiong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;We still wait for your reply for the original question from the customer on this thread.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Please let me know if you have more information on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Miyamoto&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 00:46:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415140#M62345</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2016-05-17T00:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415141#M62346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Guanqiong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;We believe that&amp;nbsp; enableAutoSkip and framedrop parameters do not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please give your comment about whether it is true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 01:33:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415141#M62346</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2016-05-23T01:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415142#M62347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;enableAutoSkip parameter does work!!&lt;/P&gt;&lt;P&gt;did you get the same streaming or&amp;nbsp; not&amp;nbsp; when you set enableAutoSkip =1 or 0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 03:41:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415142#M62347</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2016-05-25T03:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415143#M62348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;The stream is exactly the same. Does it depend on LinuxBSP version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 03:52:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415143#M62348</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2016-05-25T03:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415144#M62349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Guanqiong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thank you for reply. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I've &lt;SPAN style="color: #51626f; font-family: Arial;"&gt;checked it by the following condition.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;* Use same 1080P YUV image file as input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;* Set CBR and fixed fps(30fps), GOP=30.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;* Set enableAutoSkip =1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;* &lt;SPAN style="color: #51626f; font-family: Arial;"&gt;Encoding which bit rate is being changed gradually from 4Mbps to 500kbps&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;But encoded frame was not skipped. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;How did you check skipped frames ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Masahiro&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 06:36:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415144#M62349</guid>
      <dc:creator>masa-i</dc:creator>
      <dc:date>2016-05-25T06:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415145#M62350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Guanqiong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer is using unit_test(mxc_vpu_test) for the test.&lt;/P&gt;&lt;P&gt;They believe that frame skip will occur under the following situation.&lt;/P&gt;&lt;P&gt;When they set enableAutoSkip to enable and set frame-rate to fixed, if they reduce ‘target bitrate’ gradually then frame skip will occur at a certain point(target bitrate).&lt;/P&gt;&lt;P&gt;You can use any YUV data contents for input of mxc_vpu_test and test as above for reproducing this phenomenon.&lt;/P&gt;&lt;P&gt;If our understanding is wrong, please let me know.&lt;/P&gt;&lt;P&gt;May I ask you to reproduce this phenomenon on your side?&lt;/P&gt;&lt;P&gt;Does it make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 00:54:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415145#M62350</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2016-05-31T00:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issues about "enableAutoSkip" function in VPU API</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415146#M62351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are still waiting for your reply.&lt;/P&gt;&lt;P&gt;I wish somebody respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 09:07:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-about-quot-enableAutoSkip-quot-function-in-VPU-API/m-p/415146#M62351</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2016-06-03T09:07:21Z</dc:date>
    </item>
  </channel>
</rss>

