From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C2E31E0098F for ; Thu, 20 Mar 2014 07:29:59 -0700 (PDT) Received: by mail-pb0-f51.google.com with SMTP id uo5so1016400pbc.24 for ; Thu, 20 Mar 2014 07:29:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=H7MC1aYqhVQxEIXVdy2rMY/D2xPdwO2NcS3UJ4+i7rw=; b=MoXw+UJnodVoX6LvlONXpRipgTuuQIpVX/FauukhMjTteJx3miAVKGSxyWEMzFQRmV FUyp86nnEbYA4/H2dqN4GyX8o34etBlrx3CcTDUIcs0xJ8PLyl4qIq3XkylgQzWRtz6Q 6P6I/3hW8B79deEykDW3q4+jkMPzvwxOzoFtnTrUHaz6XOD1Nf4EEQ5QZK2xye4HQHJs 9Iiilb4iFQ4Ty9BkXHGHFBQkhgNPtHjaXqeqXgFcUZxzvdWmbvQX63eIR8SZTZyBxRt0 zK25jC6t6kReWSkW5vfaFnohSJmxkcRAPFm+YMHzHnokF7RbGpg9ckRO1MpwJm+V9WhL iHsQ== X-Gm-Message-State: ALoCoQlrT0d4O4+0eTXGuuPup5VMryJpBP70IqJs+SkcjhIzHGyln3BMSEVn74HcXV9dUVkXn8O/ X-Received: by 10.68.96.99 with SMTP id dr3mr47552439pbb.40.1395325798949; Thu, 20 Mar 2014 07:29:58 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id fk4sm10959575pab.23.2014.03.20.07.29.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Mar 2014 07:29:57 -0700 (PDT) Message-ID: <532AFB62.7030601@boundarydevices.com> Date: Thu, 20 Mar 2014 07:29:54 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Otavio Salvador , Carlos Rafael Giani References: <532A02E5.7060607@boundarydevices.com> <532A057E.2010805@pseudoterminal.org> <532A1CC6.1020609@boundarydevices.com> <532A5782.4050809@boundarydevices.com> <532AA723.1010901@pseudoterminal.org> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: Chromium acceleration X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 14:29:59 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Otavio, On 03/20/2014 05:22 AM, Otavio Salvador wrote: > On Thu, Mar 20, 2014 at 5:30 AM, Carlos Rafael Giani > wrote: >> Hi Eric and Christian, >> >> >> >> As for the decoder itself: I implemented it in the Chromium media framework, >> in media/ . I simply took the vpx decoder code, copied it, and modified it >> to use the VPU. I had VP8, MPEG2, MPEG4, and h264 decoding working. It wasnt >> much code, but unfortunately, the interfaces tend to change between >> versions, so the code would have to be updated for the newest Chromium >> version. It is not much code, I will try to clean it up a bit and post it. >> In addition, I will ask the colleagues for the other patches for >> accelerating the 2D and WebGL rendering. > > \m/ bear on mind I pushed Chromium 35 in meta-browser ;-) > I sent an RFC patch yesterday regarding inclusion of meta-qt5 into fsl-community-bsp-platform. Is there any interest or conflict in the same for meta-browser? A simplistic test shows that it's really straightforward to add both Chromium and Firefox into fsl-image-gui by pulling in meta-browser. Regards, Eric