Hello,
can you please point me to the document that reports the dm365 secondary resizer limits of 640x480 pixels?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
can you please point me to the document that reports the dm365 secondary resizer limits of 640x480 pixels?
Thanks!
Hi Marco,
The maximum limit for second resizer output is 1088 pixels per line. This is mentioned int he Programmers Guide for VPFE on DM365.
Regards,
Anshuman
PS: Please mark this post as verified if you think it answers your question.
Dear Anshuman,
then the current limit of 640x480 is just a linux driver issue? Can it be avoided by allocating a bigger buffer in the driver or is it strictly enforced elsewhere?
Thanks!
Marco,
Yes, the driver is limiting the size of the buffer. The value of 640x480 is not used anywhere else but in buffer allocation. There is no check for max width for resizer B for 640 pixels.
So if you just change your davnci-vpfe.c file in the kernel for allocating bigger buffer to meet your requirement, it should be good enough.
Let me know if it helps.
Regards,
Anshuman