Searched defs:vf (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dvorbisfile_example.c36 OggVorbis_File vf; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibdirac_libschro.c56 const FfmpegDiracSchroVideoFormatInfo *vf = local
H A Dvorbis_dec.c786 vorbis_floor0 * vf; local
1035 vorbis_floor0 * vf=&vfu->t0; local
1147 vorbis_floor1 * vf=&vfu->t1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-driver.c945 struct v4l2_frequency vf; local
H A Divtv-ioctl.c940 struct v4l2_frequency *vf = arg; local
949 struct v4l2_frequency vf = *(struct v4l2_frequency *)arg; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c377 const struct v4l2_frequency *vf = (struct v4l2_frequency *)arg; local
411 struct v4l2_frequency *vf = (struct v4l2_frequency *)arg; local
453 struct v4l2_format *vf = (struct v4l2_format *)arg; local
485 struct v4l2_format *vf = (struct v4l2_format *)arg; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_altivec_template.c60 vector unsigned char vf = vec_packsu(vs1, vs2); local
77 vector unsigned char vf = vec_packsu(vs1, vs2); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dacornfb.h91 u_int vf; member in struct:modey_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dchsc.c348 u8 vf; /* validity flags */ member in struct:chsc_sei_area
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-video.c965 struct v4l2_format *vf = arg; local
990 struct v4l2_format *vf = arg; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c66 static long _get_data(OggVorbis_File *vf){ argument
80 static int _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ argument
107 _get_next_page(OggVorbis_File *vf,ogg_page *og, ogg_int64_t boundary) argument
145 _get_prev_page(OggVorbis_File *vf,ogg_page *og) argument
222 _get_prev_page_serial(OggVorbis_File *vf, long *serial_list, int serial_n, int *serialno, ogg_int64_t *granpos) argument
280 _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comment *vc, long **serialno_list, int *serialno_n, ogg_page *og_ptr) argument
420 _initial_pcmoffset(OggVorbis_File *vf, vorbis_info *vi) argument
464 _bisect_forward_serialno(OggVorbis_File *vf, ogg_int64_t begin, ogg_int64_t searched, ogg_int64_t end, ogg_int64_t endgran, int endserial, long *currentno_list, int currentnos, long m) argument
595 _make_decode_ready(OggVorbis_File *vf) argument
612 _open_seekable2(OggVorbis_File *vf) argument
654 _decode_clear(OggVorbis_File *vf) argument
671 _fetch_and_process_packet(OggVorbis_File *vf, ogg_packet *op_in, int readp, int spanp) argument
871 _ov_open1(void *f,OggVorbis_File *vf,char *initial, long ibytes, ov_callbacks callbacks) argument
931 _ov_open2(OggVorbis_File *vf) argument
949 ov_clear(OggVorbis_File *vf) argument
987 ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
994 ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes) argument
1005 ov_fopen(char *path,OggVorbis_File *vf) argument
1019 ov_halfrate(OggVorbis_File *vf,int flag) argument
1039 ov_halfrate_p(OggVorbis_File *vf) argument
1049 ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
1055 ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes) argument
1066 ov_test_open(OggVorbis_File *vf) argument
1072 ov_streams(OggVorbis_File *vf) argument
1077 ov_seekable(OggVorbis_File *vf) argument
1090 ov_bitrate(OggVorbis_File *vf,int i) argument
1132 ov_bitrate_instant(OggVorbis_File *vf) argument
1144 ov_serialnumber(OggVorbis_File *vf,int i) argument
1159 ov_raw_total(OggVorbis_File *vf,int i) argument
1178 ov_pcm_total(OggVorbis_File *vf,int i) argument
1197 ov_time_total(OggVorbis_File *vf,int i) argument
1218 ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos) argument
1387 ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos) argument
1571 ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos) argument
1666 ov_time_seek(OggVorbis_File *vf,double seconds) argument
1696 ov_time_seek_page(OggVorbis_File *vf,double seconds) argument
1726 ov_raw_tell(OggVorbis_File *vf) argument
1732 ov_pcm_tell(OggVorbis_File *vf) argument
1738 ov_time_tell(OggVorbis_File *vf) argument
1767 ov_info(OggVorbis_File *vf,int link) argument
1785 ov_comment(OggVorbis_File *vf,int link) argument
1845 ov_read_filter(OggVorbis_File *vf,char *buffer,int length, int bigendianp,int word,int sgned,int *bitstream, void (*filter)(float **pcm,long channels,long samples,void *filter_param),void *filter_param) argument
1981 ov_read(OggVorbis_File *vf,char *buffer,int length, int bigendianp,int word,int sgned,int *bitstream) argument
2000 ov_read_float(OggVorbis_File *vf,float ***pcm_channels,int length, int *bitstream) argument
2068 _ov_initset(OggVorbis_File *vf) argument
2083 _ov_initprime(OggVorbis_File *vf) argument
2101 _ov_getlap(OggVorbis_File *vf,vorbis_info *vi,vorbis_dsp_state *vd, float **lappcm,int lapsize) argument
2194 _ov_64_seek_lap(OggVorbis_File *vf,ogg_int64_t pos, int (*localseek)(OggVorbis_File *,ogg_int64_t)) argument
2243 ov_raw_seek_lap(OggVorbis_File *vf,ogg_int64_t pos) argument
2247 ov_pcm_seek_lap(OggVorbis_File *vf,ogg_int64_t pos) argument
2251 ov_pcm_seek_page_lap(OggVorbis_File *vf,ogg_int64_t pos) argument
2255 _ov_d_seek_lap(OggVorbis_File *vf,double pos, int (*localseek)(OggVorbis_File *,double)) argument
2304 ov_time_seek_lap(OggVorbis_File *vf,double pos) argument
2308 ov_time_seek_page_lap(OggVorbis_File *vf,double pos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c4032 int *vf = arg; local

Completed in 228 milliseconds