Searched refs:ifmt (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dload_main.c27 input_fmt ifmt; local
43 ifmt = FORMAT_NL;
58 ifmt = FORMAT_EXCEL;
98 ret = input_load(ifmt, version);
H A Dload.c21 static input_fmt ifmt; /* Input format. */ variable
42 /* ifmt and version are global to this file. */
43 ifmt = ifmt_arg;
171 switch (ifmt) {
236 switch (ifmt) {
305 if (ifmt == FORMAT_EXCEL && p < endp) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddate.c47 int ifmt = -1; local
64 ifmt = 0; /* default is date */
70 for (ifmt = 0; ifmt < 4; ifmt++)
71 if (!strcmp(isofmt_arg, isoformats[ifmt]))
187 if (ENABLE_FEATURE_DATE_ISOFMT && ifmt >= 0) {
189 if (ifmt > 0) {
194 if (ifmt > 1) {
199 if (ifmt >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.c381 AVInputFormat *ifmt=NULL; local
404 while((ifmt= av_iformat_next(ifmt))) {
405 if((name == NULL || strcmp(ifmt->name, name)<0) &&
406 strcmp(ifmt->name, last_name)>0){
407 name= ifmt->name;
408 long_name= ifmt->long_name;
411 if(name && strcmp(ifmt->name, name)==0)
H A Dffserver.c206 AVInputFormat *ifmt; /* if non NULL, force input format */ member in struct:FFStream
1980 if ((ret = av_open_input_file(&s, input_filename, c->stream->ifmt,
3384 stream->ifmt, 0, stream->ap_in)) < 0) {
4026 stream->ifmt = av_find_input_format(arg);
4027 if (!stream->ifmt) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daudioconvert.c196 #define CONV(ofmt, otype, ifmt, expr)\
197 if(ctx->fmt_pair == ofmt + SAMPLE_FMT_NB*ifmt){\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_tty.c166 int ifmt; local
176 ifmt = 1;
179 isdn_audio_calc_dtmf(info, skb->data, skb->len, ifmt);
181 isdn_audio_calc_silence(info, skb->data, skb->len, ifmt);
219 ifmt,
226 if (!ifmt)
231 if (ifmt)
473 /* For now, ifmt is fixed to 1 (alaw), since this
479 int ifmt = 1; local
490 ifmt,
[all...]

Completed in 92 milliseconds