Searched refs:dv (Results 1 - 25 of 66) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Ddv1394.c37 #include "libavformat/dv.h"
59 static int dv1394_reset(struct dv1394_data *dv) argument
63 init.channel = dv->channel;
68 if (ioctl(dv->fd, DV1394_INIT, &init) < 0)
71 dv->avail = dv->done = 0;
75 static int dv1394_start(struct dv1394_data *dv) argument
78 if (ioctl(dv->fd, DV1394_START_RECEIVE, 0) < 0) {
87 struct dv1394_data *dv = context->priv_data; local
89 dv
134 struct dv1394_data *dv = context->priv_data; local
214 struct dv1394_data *dv = context->priv_data; local
[all...]
H A Ddv1394.d7 libavformat/dv.h libavformat/avformat.h libavdevice/dv1394.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Ddv.d1 libavformat/dv.o: libavformat/dv.c libavformat/avformat.h libavcodec/avcodec.h \
8 libavformat/dv.h
H A Davidec.d8 libavformat/avi.h libavformat/dv.h libavformat/riff.h
H A Ddvenc.d7 libavcodec/avcodec.h libavformat/dv.h libavutil/fifo.h
H A Dmov.d8 libavformat/riff.h libavformat/isom.h libavformat/dv.h \
H A Dallformats.c75 REGISTER_MUXDEMUX (DV, dv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_div.c67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
86 if (dv != NULL) BN_zero(dv);
92 if (dv == NULL) dv = BN_CTX_get(ctx);
94 if (D == NULL || dv == NULL || rem == NULL)
102 /* The next 2 are needed so we can do a dv->d[0]|=1 later
104 BN_zero(dv);
105 bn_wexpand(dv,1);
106 dv
179 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) argument
[all...]
H A Dbn_recp.c130 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, argument
139 if (dv != NULL)
140 d=dv;
207 bn_check_top(dv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_div.c67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
86 if (dv != NULL) BN_zero(dv);
92 if (dv == NULL) dv = BN_CTX_get(ctx);
94 if (D == NULL || dv == NULL || rem == NULL)
102 /* The next 2 are needed so we can do a dv->d[0]|=1 later
104 BN_zero(dv);
105 bn_wexpand(dv,1);
106 dv
179 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) argument
[all...]
H A Dbn_recp.c129 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, argument
138 if (dv != NULL)
139 d=dv;
H A Dbn.h346 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
455 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddv.d1 libavcodec/dv.o: libavcodec/dv.c libavcodec/avcodec.h libavutil/avutil.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/divert/
H A Disdn_divert.c391 struct deflect_struc *dv; local
396 for (dv = table_head; dv ; dv = dv->next )
398 if (((dv->rule.callopt == 1) && (ic->command == ISDN_STAT_ICALLW)) ||
399 ((dv->rule.callopt == 2) && (ic->command == ISDN_STAT_ICALL)))
401 if (!(dv->rule.drvid & (1L << ic->driver)))
403 if ((dv->rule.si1) && (dv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/iop/
H A Diop_dmc_out_defs.h135 unsigned int dv : 1; member in struct:__anon8271
222 unsigned int dv : 1; member in struct:__anon8278
238 unsigned int dv : 1; member in struct:__anon8279
254 unsigned int dv : 1; member in struct:__anon8280
269 unsigned int dv : 1; member in struct:__anon8281
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Djsflash.c86 struct jsfd_part dv[JSF_NPART]; member in struct:jsflash
443 jsf->dv[0].dbase = jsf->base;
444 jsf->dv[0].dsize = jsf->size;
445 jsf->dv[1].dbase = jsf->base + 1024;
446 jsf->dv[1].dsize = jsf->size - 1024;
447 jsf->dv[2].dbase = JSF_BASE_ALL;
448 jsf->dv[2].dsize = 0x01000000;
501 jdp = &jsf->dv[i&JSF_PART_MASK];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.c2414 struct dv1394_init dv; local
2424 dv.api_version = dv32.api_version;
2425 dv.channel = dv32.channel;
2426 dv.n_frames = dv32.n_frames;
2427 dv.format = dv32.format;
2428 dv.cip_n = (unsigned long)dv32.cip_n;
2429 dv.cip_d = (unsigned long)dv32.cip_d;
2430 dv.syt_offset = dv32.syt_offset;
2434 ret = dv1394_ioctl(file, DV1394_IOC_INIT, (unsigned long)&dv);
2443 struct dv1394_status dv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Deth_media.c188 void *dv)
190 struct net_device *dev = (struct net_device *)dv;
187 recv_notification(struct notifier_block *nb, unsigned long evt, void *dv) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dregression.sh363 do_video_encoding dv.dv "-dct int" "-s pal -an"
366 do_video_encoding dv411.dv "-dct int" "-s pal -an -pix_fmt yuv411p -sws_flags area+accurate_rnd+bitexact"
371 do_video_encoding dv50.dv "-dct int" "-s pal -pix_fmt yuv422p -an -sws_flags neighbor+bitexact"
523 do_libav dv "-ar 48000 -r 25 -s pal -ac 2"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Daiptek.c404 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; local
493 dv = (data[5] & 0x02) != 0 ? 1 : 0;
503 /* dv indicates 'data valid' (e.g., the tablet is in sync
507 if (dv != 0) {
572 dv = (data[5] & 0x02) != 0 ? 1 : 0;
577 if (dv != 0) {
619 dv = (data[1] & 0x02) != 0 ? 1 : 0;
627 if (dv != 0) {
669 dv = (data[1] & 0x02) != 0 ? 1 : 0;
675 if (dv !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassReader.java706 AnnotationVisitor dv = mv.visitAnnotationDefault();
707 readAnnotationValue(dann, c, null, dv);
708 dv.visitEnd();
1345 double[] dv = new double[size];
1347 dv[i] = Double.longBitsToDouble(readLong(items[readUnsignedShort(v)]));
1350 av.visit(name, dv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioctrl.c1364 dev_t dv; local
1368 dv = (dev_t) (arg);
1369 mino = RIO_UNMODEM(dv);
1371 if (RIO_ISMODEM(dv)) {
1372 rio_dprintk(RIO_DEBUG_CTRL, "Minor for device 0x%x: modem %d\n", dv, mino);
1375 rio_dprintk(RIO_DEBUG_CTRL, "Minor for device 0x%x: direct %d\n", dv, mino);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dbn.h346 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
455 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/bcmcrypto/
H A Dbn.h378 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
479 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A DMakefile222 dv \

Completed in 412 milliseconds

123