Searched refs:vq (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A DMakefile.am36 $(MAKE) vq CFLAGS="@DEBUG@"
39 $(MAKE) vq CFLAGS="@PROFILE@"
41 vq:
H A DMakefile.in38 subdir = vq
279 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign vq/Makefile'; \
281 $(AUTOMAKE) --foreign vq/Makefile
538 $(MAKE) vq CFLAGS="@DEBUG@"
541 $(MAKE) vq CFLAGS="@PROFILE@"
543 vq:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A DMakefile.am5 SUBDIRS = m4 include vq lib examples test doc
H A DMakefile.in231 SUBDIRS = m4 include vq lib examples test doc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlcldec.c174 unsigned char yq, y1q, uq, vq; local
338 yq = uq = vq =0;
346 encoded[pixel_ptr+6] = vq -= encoded[pixel_ptr+6];
347 encoded[pixel_ptr+7] = vq -= encoded[pixel_ptr+7];
355 yq = uq = vq =0;
362 encoded[pixel_ptr+5] = vq -= encoded[pixel_ptr+5];
370 yq = uq = vq =0;
375 encoded[pixel_ptr+3] = vq -= encoded[pixel_ptr+3];
383 yq = y1q = uq = vq =0;
390 encoded[pixel_ptr+5] = vq
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvivi.c699 buffer_setup(struct videobuf_queue *vq, unsigned int *count, unsigned int *size) argument
701 struct vivi_fh *fh = vq->priv_data;
712 static void free_buffer(struct videobuf_queue *vq, struct vivi_buffer *buf) argument
725 videobuf_dma_unmap(vq, &buf->vb.dma);
733 buffer_prepare(struct videobuf_queue *vq, struct videobuf_buffer *vb, argument
736 struct vivi_fh *fh = vq->priv_data;
762 if (0 != (rc = videobuf_iolock(vq,&buf->vb,NULL)))
777 free_buffer(vq,buf);
782 buffer_queue(struct videobuf_queue *vq, struct videobuf_buffer *vb) argument
785 struct vivi_fh *fh = vq
824 buffer_release(struct videobuf_queue *vq, struct videobuf_buffer *vb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-vbi.c198 vbi_queue(struct videobuf_queue *vq, struct videobuf_buffer *vb) argument
202 struct cx8800_fh *fh = vq->priv_data;
H A Dcx88-video.c617 buffer_queue(struct videobuf_queue *vq, struct videobuf_buffer *vb) argument
621 struct cx8800_fh *fh = vq->priv_data;

Completed in 61 milliseconds