mfc example tiny210

Vanya
Hi,

where I can find an example "decoding / encoding" for the MFC 5.0 driver?

I found the only version of MFC 5.1:

http://git.infradead.org/users/kmpark/public-apps/commit/9c057b001e88738...

"Tiny210-S5PV210", "Linux-2.6.35.7".

Thanks a lot.

Florian
Hello,
I am also looking for an example. Did you find one?
I understand MFC 5.0 driver is implemented as a MEM to MEM driver but this
is not enough to make it run.
MFC 5.1 is a V4L2 compatible driver. Linux kernel 3.1 or higher is
required.
Did you try to upgrade the kernel like :
http://armdevs.com/forum/topic.php?id=9

Thanks for answers

Florian
Hello again,
I found an example with Android API for the s3c-mfc driver.
Once you untar the Android archive, the path is:
Android-2.3.1/device/samsung/sec_mm/sec_omx/sec_codexs/video/mfc_c110

Upper level application example is in
Android-2.3.1/device/samsung/sec_mm/sec_omx/sec_omx_component/video

the sec_omx directory is software for OpenMAX implementation.

I suppose C110 and V210 have the same hardware codec.

Any more information is welcome.