<?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>topic Gifs optimization using Qt on imx6ull in i.MX Graphics</title>
    <link>https://community.nxp.com/t5/i-MX-Graphics/Gifs-optimization-using-Qt-on-imx6ull/m-p/1134263#M3</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have to reproduce a Gif in loop mode but i'm facing a problem: when the Gif is up and running the cpu usage goes to 80%.&lt;/P&gt;&lt;P&gt;The follow snippet of code shows the implementation details:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;QMovie *movie = new QMovie(":path.gif"); QLabel *pLabel = new QLabel(this);
pLabel-&amp;gt;setMovie(movie);
movie-&amp;gt;start();&lt;/LI-CODE&gt;&lt;P&gt;I'm wondering if there is a problem of graphics optimization or the imx6ull (running Linux compiled with Yocto-Release sumo) is not suited for handle this works load.&lt;/P&gt;&lt;P&gt;Gif specs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Resolution: 480x800 (same as display size)&lt;/LI&gt;&lt;LI&gt;Frame Rate: 25 fps&lt;/LI&gt;&lt;LI&gt;Dimension: 300kb&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 13:06:11 GMT</pubDate>
    <dc:creator>kwroot</dc:creator>
    <dc:date>2020-09-02T13:06:11Z</dc:date>
    <item>
      <title>Gifs optimization using Qt on imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Graphics/Gifs-optimization-using-Qt-on-imx6ull/m-p/1134263#M3</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have to reproduce a Gif in loop mode but i'm facing a problem: when the Gif is up and running the cpu usage goes to 80%.&lt;/P&gt;&lt;P&gt;The follow snippet of code shows the implementation details:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;QMovie *movie = new QMovie(":path.gif"); QLabel *pLabel = new QLabel(this);
pLabel-&amp;gt;setMovie(movie);
movie-&amp;gt;start();&lt;/LI-CODE&gt;&lt;P&gt;I'm wondering if there is a problem of graphics optimization or the imx6ull (running Linux compiled with Yocto-Release sumo) is not suited for handle this works load.&lt;/P&gt;&lt;P&gt;Gif specs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Resolution: 480x800 (same as display size)&lt;/LI&gt;&lt;LI&gt;Frame Rate: 25 fps&lt;/LI&gt;&lt;LI&gt;Dimension: 300kb&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:06:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Graphics/Gifs-optimization-using-Qt-on-imx6ull/m-p/1134263#M3</guid>
      <dc:creator>kwroot</dc:creator>
      <dc:date>2020-09-02T13:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Gifs optimization using Qt on imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Graphics/Gifs-optimization-using-Qt-on-imx6ull/m-p/1134282#M4</link>
      <description>&lt;P&gt;EDIT:&lt;/P&gt;&lt;P&gt;the snippet of code is the follow:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;QMovie *movie = new QMovie(":path.gif");
movie-&amp;gt;setCacheMode(QMovie::CacheAll);

QLabel *pLabel = new QLabel(this);
pLabel-&amp;gt;setMovie(movie);

movie-&amp;gt;start();&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:27:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Graphics/Gifs-optimization-using-Qt-on-imx6ull/m-p/1134282#M4</guid>
      <dc:creator>kwroot</dc:creator>
      <dc:date>2020-09-02T13:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Gifs optimization using Qt on imx6ull</title>
      <link>https://community.nxp.com/t5/i-MX-Graphics/Gifs-optimization-using-Qt-on-imx6ull/m-p/1150391#M9</link>
      <description>&lt;P&gt;Hello kwroot,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MX6ULL do not have GPU, QT will work on a CPU and will take time processing this images.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 13:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Graphics/Gifs-optimization-using-Qt-on-imx6ull/m-p/1150391#M9</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-09-08T13:26:43Z</dc:date>
    </item>
  </channel>
</rss>

