Re: Regarding Resize operation

2010-01-07 Thread Sameer Naik
to:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of > Sameer Naik > Sent: Thursday, January 07, 2010 2:36 PM > To: davinci-linux-open-source@linux.davincidsp.com; Discussion of the > development of GStreamer > Subject: Regarding Resize operation > > Hell

RE: Regarding Resize operation

2010-01-07 Thread Jadav, Brijesh R
: Thursday, January 07, 2010 2:36 PM To: davinci-linux-open-source@linux.davincidsp.com; Discussion of the development of GStreamer Subject: Regarding Resize operation Hello, I have been facing a few issues using the resizer (davinci_resizer). I have a video that is decoded using the XDM VIDDEC 0.9 API

Re: Regarding Resize operation

2010-01-07 Thread Vladimir Pantelic
Sameer Naik wrote: Thanks for the reply. That is exactly what i was thinking. I would expect the decoder to adjust the width and height of the video such that it is a multiple of 32. However this does not seem to be the case. I am using the "h264dec" provided with TI's DVSDK. Is is possible to in

Re: Regarding Resize operation

2010-01-07 Thread Sameer Naik
actually multiple of 16 not 32. Is it possible with the XDM API calls? On Thu, Jan 7, 2010 at 3:36 PM, Sameer Naik wrote: > Thanks for the reply. > That is exactly what i was thinking. I would expect the decoder to > adjust the width and height of the video such that it is a multiple of > 32. How

Re: Regarding Resize operation

2010-01-07 Thread Sameer Naik
Thanks for the reply. That is exactly what i was thinking. I would expect the decoder to adjust the width and height of the video such that it is a multiple of 32. However this does not seem to be the case. I am using the "h264dec" provided with TI's DVSDK. Is is possible to instruct the decoder to

Re: Regarding Resize operation

2010-01-07 Thread Vladimir Pantelic
Sameer Naik wrote: srcImage.x = 0; srcImage.y = 0; srcImage.width = 294; srcImage.height = 240; srcImage.lineLength = 294* 2; dstImage.x = 0; dstImage.y = 0; dstImage.width = 1024; dstImage.height = 768; dstImage.lineLength = 1024 * 2; When the resize operation is configured using Resize_confi

Regarding Resize operation

2010-01-07 Thread Sameer Naik
Hello, I have been facing a few issues using the resizer (davinci_resizer). I have a video that is decoded using the XDM VIDDEC 0.9 API calls and reports a resolution of 294x240 through the VIDDEC_Status output structure. I am using the dmai api to perform the resize operation. That is to say that