RE: Can anyone help me in changing the position of video window?

2007-02-15 Thread Akhil Kaushal Pullagura

   Hello Zheng,

  Thank you very much for helping us to scale down the video. Amol and
me are very thankful to you,
  for extending your kind help at adverse times of our project. We are
very grateful to you.

  With warm regards,
  Akhil Kaushal P
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Can anyone help me in changing the position of video window?

2007-01-23 Thread Akhil Kaushal Pullagura
  Hi all,

I've been trying to change the position of the video window. In the
document sprue37 I found
that this can be done by changing the values of xxx_XP and xxx_YP
with respect to BASEP_X
and BASEP_Y. I'm trying to find out where these parameters are given
in the code, but i'm not able
to find these things. Can someone who has done the relocating video
windows, help me out in this
regard.

I have one more issue. What should I do to obtain the PIP( picture
in picture) functionality? I'm using
the windows : OSD window 0 and video window 0. I want to open a
Video window 1 with a smaller size than the
video window 0. Has anyone acheived the picture in picture feature.
I'd be grateful for the answers to my issues.

Thanks in advance,
With best regards,
Akhil Kaushal P
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


How to decode the video files that are in CIF or QCIF format?

2007-01-23 Thread Akhil Kaushal Pullagura
 Hi there,

I've been trying to decode and display the video files that are encoded
in CIF and QCIF format.
The display which i'm using is a televison with PAL standard. I've tried
doing the same by changing the
display size macros that are defined in video.c of the decode demo. But
it is not working. Can anyone help me
in this regard...

Thanks in advance,
Best regards,
Akhil Kaushal P
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


HAS ANYONE USED USB Keyboard with DaVinci EVM???

2007-01-08 Thread Akhil Kaushal Pullagura
I'm having problems in compiling the kernel with the USb keyboard support 
options. If anyone has already used a keyboard with USB interface, kindly 
please help me out in compiling the kernel with the required support options.

Regards,
Akhil Kaushal P
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Issue regarding USB support

2007-01-08 Thread Akhil Kaushal Pullagura
Hi there,

I've been getting so many errors, while i'm trying to compile the montavista 
kernel with the USB support option. Can anyone please help me out with this. 
I'm listing the errors that i'm getting.

[EMAIL PROTECTED] ti-davinci]$ make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage
  CHK include/linux/version.h
  CC  arch/arm/kernel/asm-offsets.s
In file included from include/asm/page.h:27,
 from include/asm/cpu-single.h:33,
 from include/asm/proc-fns.h:154,
 from include/asm/system.h:95,
 from include/asm/bitops.h:22,
 from include/linux/bitops.h:77,
 from include/linux/thread_info.h:20,
 from include/linux/spinlock.h:12,
 from include/linux/capability.h:45,
 from include/linux/sched.h:7,
 from arch/arm/kernel/asm-offsets.c:13:
include/asm/glue.h:111:2: #error Unknown data abort handler type
In file included from include/asm/cpu-single.h:33,
 from include/asm/proc-fns.h:154,
 from include/asm/system.h:95,
 from include/asm/bitops.h:22,
 from include/linux/bitops.h:77,
 from include/linux/thread_info.h:20,
 from include/linux/spinlock.h:12,
 from include/linux/capability.h:45,
 from include/linux/sched.h:7,
 from arch/arm/kernel/asm-offsets.c:13:
include/asm/page.h:92:2: #error Unknown user operations model
In file included from include/asm/semaphore.h:10,
 from include/linux/sched.h:18,
 from arch/arm/kernel/asm-offsets.c:13:
include/linux/rwsem.h:38:65: asm/rwsem.h: No such file or directory
In file included from include/asm/semaphore.h:10,
 from include/linux/sched.h:18,
 from arch/arm/kernel/asm-offsets.c:13:
include/linux/rwsem.h: In function `compat_down_read':
include/linux/rwsem.h:56: warning: implicit declaration of function 
`__down_read'
include/linux/rwsem.h: In function `compat_down_read_trylock':
include/linux/rwsem.h:67: warning: implicit declaration of function 
`__down_read_trylock'
include/linux/rwsem.h: In function `compat_down_write':
include/linux/rwsem.h:79: warning: implicit declaration of function 
`__down_write'
include/linux/rwsem.h: In function `compat_down_write_trylock':
include/linux/rwsem.h:90: warning: implicit declaration of function 
`__down_write_trylock'
include/linux/rwsem.h: In function `compat_up_read':
include/linux/rwsem.h:101: warning: implicit declaration of function `__up_read'
include/linux/rwsem.h: In function `compat_up_write':
include/linux/rwsem.h:111: warning: implicit declaration of function 
`__up_write'
include/linux/rwsem.h: In function `compat_downgrade_write':
include/linux/rwsem.h:121: warning: implicit declaration of function 
`__downgrade_write'
include/linux/rwsem.h: In function `init_rwsem':
include/linux/rwsem.h:132: warning: implicit declaration of function 
`compat_init_rwsem'
In file included from arch/arm/kernel/asm-offsets.c:13:
include/linux/sched.h: At top level:
include/linux/sched.h:355: error: field `mmap_sem' has incomplete type
In file included from include/linux/fs.h:213,
 from include/linux/mm.h:15,
 from arch/arm/kernel/asm-offsets.c:14:
include/linux/kobject.h:151: error: field `rwsem' has incomplete type
In file included from include/linux/fs.h:300,
 from include/linux/mm.h:15,
 from arch/arm/kernel/asm-offsets.c:14:
include/linux/quota.h:288: error: field `dqptr_sem' has incomplete type
In file included from include/linux/mm.h:15,
 from arch/arm/kernel/asm-offsets.c:14:
include/linux/fs.h:453: error: field `i_alloc_sem' has incomplete type
In file included from include/linux/mm.h:15,
 from arch/arm/kernel/asm-offsets.c:14:
include/linux/fs.h:772: error: field `s_umount' has incomplete type
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
make: *** [arch/arm/kernel/asm-offsets.s] Error 2


I need to resolve this and i don't have much time for it. Kindly, please help 
me out with this.

Regards,
Akhil Kaushal P
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Issue regarding USB support

2007-01-07 Thread Akhil Kaushal Pullagura
Hello there,

We are using DaVinci EVM for developing a VOIP product. We are trying to use 
keypad with USB interface. In the default configuration of the kernel, the USB 
driver support is not activated. I've activated it and saved the configuration. 
When i'm trying to compile the kernel with the new configuration, it's showing 
so many errors. Please help me out. If anyone has already used any device with 
USB interface, kindly please help me out.

Regards,
Akhil Kaushal P
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source