Hi,
using the pspdrivers_1_10_00 for an dm648 target
there is a library file: vport_edc_bios_drv.lib
but there is no source code of the FVID_ routines
were can i get the source code ???
Theo,
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.
Hi,
using the pspdrivers_1_10_00 for an dm648 target
there is a library file: vport_edc_bios_drv.lib
but there is no source code of the FVID_ routines
were can i get the source code ???
Theo,
Theo,
I might have a different version of the DM648 drivers that I am referring to but you should find fvid.h in ...\pspdrivers\system\dm648\bios\evmDM648\video folder. Essentially the FVID_xxx API's map to GIO_xxx in the header file. Let me know if this helps.
Regards,
Anant
Theo,
The FVID/GIO mapped calls are implemented in the vport driver that you can in the folder ...\pspdrivers\drivers\vport\src\vportdis.c (display) and vportcap.c (capture). Look for these funtions: mdControlChan, mdCreateChan, mdDeleteChan, mdSubmitChan that implement the FVID functionality.
Regards,
Anant