Searched refs:raw1394 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Diec61883.c27 #include <libraw1394/raw1394.h>
60 raw1394handle_t raw1394; ///< handle for libraw1394 member in struct:iec61883_data
168 raw1394_loop_iterate(dv->raw1394);
250 dv->raw1394 = raw1394_new_handle();
252 if (!dv->raw1394) {
257 if ((nb_ports = raw1394_get_port_info(dv->raw1394, pinf, 16)) < 0) {
282 raw1394_destroy_handle(dv->raw1394);
284 if (!(dv->raw1394 = raw1394_new_handle_on_port(j))) {
289 for (i=0; i<raw1394_get_nodecount(dv->raw1394); ++i) {
294 if (guid == rom1394_get_guid(dv->raw1394,
[all...]
H A Dlibdc1394.c35 #include <libraw1394/raw1394.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A DMakefile13 obj-$(CONFIG_IEEE1394_RAWIO) += raw1394.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/contrib/examples/
H A Dcam_features.c17 #include <libraw1394/raw1394.h>
52 " - if the kernel modules `ieee1394',`raw1394' and `ohci1394' are loaded \n"
53 " - if you have read/write access to /dev/raw1394\n\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dlibdc1394.c35 #include <libraw1394/raw1394.h>

Completed in 132 milliseconds