Thank u guys, I will give it a shot later ...  thank you again
On Jul 28, 2011 11:42 AM, "Miguel Morales" <therevolti...@gmail.com> wrote:
> When writing to the sdcard directly did you wrap your file stream
> around a buffered stream with a 8k buffer?
>
>
> On Thu, Jul 28, 2011 at 11:37 AM, Kostya Vasilyev <kmans...@gmail.com>
wrote:
>> Your timings don't seem that bad - 180 ms for approximately 3 MB image
(you
>> didn't write anything about compression) is about 16 MB / sec.
>>
>> I'd recommend you run some kind of compression on the image data. It
doesn't
>> have to be anything fancy that gets you the minimum possible image size,
but
>> rather the opposite - something that can reduce the file size, while
taking
>> less time than it will save on I/O.
>>
>> -- Kostya
>>
>> 28.07.2011 22:20, Sebastian Tomaszewski пишет:
>>
>> Putting this to the top to see if someone has an answer...  thank you
>>
>> On Jul 25, 2011 11:20 AM, "Sebastian Tomaszewski" <
stomasze101...@gmail.com>
>> wrote:
>>> Do any of you guys know an answer to this.. Just wondering...
>>>
>>> On Fri, Jul 22, 2011 at 5:24 PM, Sebo <stomasze101...@gmail.com> wrote:
>>>
>>>> Hello All,
>>>>
>>>> Here is my Problem, I am trying to safe an image (1280x800) into the
>>>> memory and I am running into some timing issues.... Meaning I want to
>>>> get it done As fast as possible wihtout losing the image sizing and
>>>> crispness.... I had been trying to resolve this problem for last
>>>> couple of days and I am running always to gotchias (The final
>>>> destination of the Image I want it to be in the SDCARD)
>>>>
>>>> 1. I tried writing directly an image to the SD-CARD and it took about
>>>> about 180 msec
>>>> 2. I tried writing to internal cache memory first (160msec) and then
>>>> copying using the FileChannel the image to SDCARD (4msec)
>>>>
>>>> Does anyone know what would be even faster?
>>>> If there is no faster way to do this, that is fine, but I just want to
>>>> make sure that I visited all of the possible ways.
>>>>
>>>> Thank you all for your help ahead of time.
>>>>
>>>> Thank you and Best Regards,
>>>>
>>>>
>>>> Sebo
>>>> --- I eat droids for Breakfast....
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>> --
>> Kostya Vasilyev
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>
> --
> ~ Jeremiah:9:23-24
> Android 2D MMORPG: http://solrpg.com/,
http://www.youtube.com/user/revoltingx
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to