DM365 GStreamer Resizer memory allocation woes

2011-06-10 Thread Paul Stuart
Hi, Enabling dual resizer in my gstreamer pipeline to encode and display at two different resolutions simultaneously. I've enabled the second resizer in v4l2_dm365_ipipe.c, but now there is the problem of allocating space for the Resizer B's output that directly follows Resizer A's. As far as

IPIPE memory allocation failure.

2010-02-18 Thread Krunal Patil
module and successfully able to resize JPEG image without any corruption. The problem is when I run the system for *a long time and hard/soft reboot* it the next time IPIPE memory allocation (IPIPE_REQBUF ioctl) of size (1344 * ((1080 * 2 + 31) (~31))) = 2924544 fails. System has 128MB of DDR

RE: IPIPE memory allocation failure.

2010-02-18 Thread Karicheri, Muralidharan
: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Krunal Patil Sent: Thursday, February 18, 2010 7:17 AM To: davinci-linux-open-source Subject: IPIPE memory allocation failure. Hi, I am working on a DM355 based

Re: Regarding dynamic memory allocation on DSP side of DM6446.

2009-08-27 Thread Yedire, Sandeep
-open-source-bounces%2Bcring =ti@linux.davincidsp.com] *On Behalf Of *Sandeep YEDIRE *Sent:* Wednesday, August 26, 2009 6:08 AM *To:* davinci-linux-open-source@linux.davincidsp.com *Cc:* Sandeep Yedire *Subject:* Regarding dynamic memory allocation on DSP side of DM6446. Hello, Can we

Regarding dynamic memory allocation on DSP side of DM6446.

2009-08-26 Thread Sandeep YEDIRE
Hello, Can we allocate Dynamic memory on DSP side of DM6446? Many Thanks, Sandeep.Yedire See the Web#39;s breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo..com/___ Davinci-linux-open-source mailing

RE: Regarding dynamic memory allocation on DSP side of DM6446.

2009-08-26 Thread Ring, Chris
Subject: Regarding dynamic memory allocation on DSP side of DM6446. Hello, Can we allocate Dynamic memory on DSP side of DM6446? Many Thanks, Sandeep.Yedire Looking for 24 hour chemists in your area? Try Yahoo! India Localhttp

Re: Memory allocation

2009-08-06 Thread Gopal Sukumar
I thought this is a basic question, which the experts out here will be able to answer readily. Thanks, Gopal Sukumar. Gopal Sukumar wrote: Hello all, I am writing a generalized buffer sequencing module for the encoding and multiplexing pipeline. 1. Does Codec Engine OSAL Memory interface

Memory allocation

2009-08-04 Thread Gopal Sukumar
Hello all, I am writing a generalized buffer sequencing module for the encoding and multiplexing pipeline. 1. Does Codec Engine OSAL Memory interface (Ref. Memory.h) in the osal directory of the Codec Engine use CMEM? 2. If not, What is the difference between CMEM APIs and the APIs in Memory.h?

DM6446 Dynamic memory allocation

2009-01-29 Thread jerome PANTALONI
Hello all, Here are the versions of our environment: DVSDK : DVEVM 1.10 dsplink_1_30_08_02 bios_5_30 codec_engine_1_02 cg6x_6_1_7 codec_servers_1_00 xdctools_1_21 xdais_5_00 framework_components_1_00_03 We still have one problem regarding the XDAIS and the C++ especially the dynamical memory

The linux kernel memory allocation issues in DM355

2008-09-07 Thread pavelhan
Hi,Now I need to use a 3MP image sensor to do jpegenc process.But my program hang at the memory allocation in linux kernel: 1.I find the linux kernel will allocate and reserved VPFE_DEFNUM_FBUFS x PFE_MT9T001_MAX_FBUF_SIZE DMA memory in the VPFE initialization code.In ther driver