Hi,
ext gary liquid wrote:
have you considered caching the downloaded file to disk and reading from
there using the standard function?
This would give you the obvious benefit of allowing offline usage and faster
requerying.
There isn't an infinite amount of memory available and having to downlo
Hi,
ext Bin Chen wrote:
>> ext Bin Chen wrote:
>>> I am not doing very detailed profiling against this, but by comparing
>>> the frame rate in my player against using pure framebuffer
>>> implementation. The performance difference is large. If not using
>>> shared memory to transfer the decoded im
Hi,
ext Bin Chen wrote:
> I am not doing very detailed profiling against this, but by comparing
> the frame rate in my player against using pure framebuffer
> implementation. The performance difference is large. If not using
> shared memory to transfer the decoded image data, obviously the
> perfo