Searched refs:mfi (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dfilescanner.h15 scan_metadata_ffmpeg(char *file, struct media_file_info *mfi);
18 scan_url_file(char *file, struct media_file_info *mfi);
H A Dfilescanner_urlfile.c39 scan_url_file(char *file, struct media_file_info *mfi) argument
101 mfi->title = strdup(head);
102 mfi->url = strdup(tail + 1);
104 ret = safe_atou32(buf, &mfi->bitrate);
112 DPRINTF(E_DBG, L_SCAN," Title: %s\n", mfi->title);
113 DPRINTF(E_DBG, L_SCAN," Bitrate: %d\n", mfi->bitrate);
114 DPRINTF(E_DBG, L_SCAN," URL: %s\n", mfi->url);
116 mfi->type = strdup("pls");
118 mfi->description = strdup("Playlist URL");
H A Dfilescanner_ffmpeg.c81 parse_track(struct media_file_info *mfi, char *track_string) argument
83 uint32_t *track = (uint32_t *) ((char *) mfi + mfi_offsetof(track));
84 uint32_t *total_tracks = (uint32_t *) ((char *) mfi + mfi_offsetof(total_tracks));
90 parse_disc(struct media_file_info *mfi, char *disc_string) argument
92 uint32_t *disc = (uint32_t *) ((char *) mfi + mfi_offsetof(disc));
93 uint32_t *total_discs = (uint32_t *) ((char *) mfi + mfi_offsetof(total_discs));
207 extract_metadata_core(struct media_file_info *mfi, AVDictionary *md, const struct metadata_map *md_map) argument
209 extract_metadata_core(struct media_file_info *mfi, AVMetadata *md, const struct metadata_map *md_map)
252 mdcount += md_map[i].handler_function(mfi, mdt->value);
260 strval = (char **) ((char *) mfi
282 extract_metadata(struct media_file_info *mfi, AVFormatContext *ctx, AVStream *audio_stream, AVStream *video_stream, const struct metadata_map *md_map) argument
317 scan_metadata_ffmpeg(char *file, struct media_file_info *mfi) argument
[all...]
H A Dfilescanner.c161 fixup_tags(struct media_file_info *mfi) argument
167 if (mfi->genre && (strlen(mfi->genre) == 0))
169 free(mfi->genre);
170 mfi->genre = NULL;
173 if (mfi->artist && (strlen(mfi->artist) == 0))
175 free(mfi->artist);
176 mfi->artist = NULL;
179 if (mfi
309 struct media_file_info mfi; local
[all...]
H A Dtranscode.h16 transcode_setup(struct media_file_info *mfi, off_t *est_size, int wavhdr);
H A Dhttpd_dacp.c76 typedef void (*dacp_propget)(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
88 dacp_propget_volume(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
90 dacp_propget_volumecontrollable(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
92 dacp_propget_playerstate(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
94 dacp_propget_shufflestate(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
96 dacp_propget_availableshufflestates(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
98 dacp_propget_repeatstate(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
100 dacp_propget_availablerepeatstates(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
102 dacp_propget_nowplaying(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
104 dacp_propget_playingtime(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi);
153 dacp_propget_fullscreenenabled(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
159 dacp_propget_fullscreen(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
165 dacp_propget_visualizerenabled(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
171 dacp_propget_visualizer(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
177 dacp_propget_itms_songid(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
183 dacp_propget_haschapterdata(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
191 dacp_nowplaying(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
229 dacp_playingtime(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
244 struct media_file_info *mfi; local
431 dacp_propget_volume(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
437 dacp_propget_volumecontrollable(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
443 dacp_propget_playerstate(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
449 dacp_propget_shufflestate(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
455 dacp_propget_availableshufflestates(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
461 dacp_propget_repeatstate(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
467 dacp_propget_availablerepeatstates(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
473 dacp_propget_nowplaying(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
479 dacp_propget_playingtime(struct evbuffer *evbuf, struct player_status *status, struct media_file_info *mfi) argument
615 struct media_file_info *mfi; local
1264 struct media_file_info *mfi; local
[all...]
H A Ddb.c338 free_mfi(struct media_file_info *mfi, int content_only) argument
340 if (mfi->path)
341 free(mfi->path);
343 if (mfi->fname)
344 free(mfi->fname);
346 if (mfi->title)
347 free(mfi->title);
349 if (mfi->artist)
350 free(mfi->artist);
352 if (mfi
416 unicode_fixup_mfi(struct media_file_info *mfi) argument
2225 struct media_file_info *mfi; local
2342 struct media_file_info *mfi; local
2363 db_file_add(struct media_file_info *mfi) argument
2444 db_file_update(struct media_file_info *mfi) argument
[all...]
H A Dfilescanner_itunes.c338 struct media_file_info *mfi; local
373 mfi = db_file_fetch_byid(mfi_id);
374 if (!mfi)
390 intval = (uint32_t *) ((char *) mfi + md_map[i].offset);
400 strval = (char **) ((char *) mfi + md_map[i].offset);
413 chrval = (char *) mfi + md_map[i].offset;
419 intval = (uint32_t *) ((char *) mfi + md_map[i].offset);
433 if (strcmp(mfi->album_artist, "Unknown artist") == 0)
435 free(mfi->album_artist);
436 mfi
[all...]
H A Dhttpd.c312 struct media_file_info *mfi; local
362 mfi = db_file_fetch_byid(id);
363 if (!mfi)
371 if (mfi->data_kind != 0)
390 transcode = transcode_needed(req->input_headers, mfi->codectype);
394 DPRINTF(E_INFO, L_HTTPD, "Preparing to transcode %s\n", mfi->path);
398 st->xcode = transcode_setup(mfi, &st->size, 1);
414 DPRINTF(E_INFO, L_HTTPD, "Preparing to stream %s\n", mfi->path);
428 st->fd = open(mfi->path, O_RDONLY);
431 DPRINTF(E_LOG, L_HTTPD, "Could not open %s: %s\n", mfi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dia64cpuid.S62 { .mfi; st8 [r9]=r0,-8
70 { .mfi; mov r11=r0
73 { .mfi; mov r15=r0
76 { .mfi; mov r17=r0
79 { .mfi; mov r19=r0
82 { .mfi; mov r21=r0
85 { .mfi; mov r23=r0
88 { .mfi; mov r25=r0
91 { .mfi; mov r27=r0
94 { .mfi; mo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dia64cpuid.S69 { .mfi; st8 [r9]=r0,-8
77 { .mfi; mov r11=r0
80 { .mfi; mov r15=r0
83 { .mfi; mov r17=r0
86 { .mfi; mov r19=r0
89 { .mfi; mov r21=r0
92 { .mfi; mov r23=r0
95 { .mfi; mov r25=r0
98 { .mfi; mov r27=r0
101 { .mfi; mo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dia64cpuid.S69 { .mfi; st8 [r9]=r0,-8
77 { .mfi; mov r11=r0
80 { .mfi; mov r15=r0
83 { .mfi; mov r17=r0
86 { .mfi; mov r19=r0
89 { .mfi; mov r21=r0
92 { .mfi; mov r23=r0
95 { .mfi; mov r25=r0
98 { .mfi; mov r27=r0
101 { .mfi; mo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfilter-136 tmpfiles="$tmpfiles mfi-test1.po"
37 cat <<\EOF > mfi-test1.po
87 tmpfiles="$tmpfiles mfi-test1.out mfi-test1.err"
90 ${MSGFILTER} -i mfi-test1.po -o mfi-test1.out fold -b -s -w 20 >mfi-test1.err 2>&1
92 cat mfi-test1.err | grep -v 'warning: Locale charset' | grep -v '^ '
95 tmpfiles="$tmpfiles mfi-test1.ok"
96 cat <<\EOF > mfi
[all...]
H A Dmsgfilter-237 tmpfiles="$tmpfiles mfi-test2.po"
38 cat <<\EOF > mfi-test2.po
88 tmpfiles="$tmpfiles mfi-test2.out mfi-test2.err"
97 ${MSGFILTER} -i mfi-test2.po -o mfi-test2.out sed -e "$sedexpr1" -e "$sedexpr2" >mfi-test2.err 2>&1
99 cat mfi-test2.err | grep -v 'warning: Locale charset' | grep -v '^ '
102 tmpfiles="$tmpfiles mfi-test2.ok"
103 cat <<\EOF > mfi
[all...]
H A Dmsgfilter-437 tmpfiles="$tmpfiles mfi-test4.po"
38 cat <<\EOF > mfi-test4.po
83 tmpfiles="$tmpfiles mfi-test4.out mfi-test4.err"
92 ${MSGFILTER} -i mfi-test4.po -o mfi-test4.out sed -e "$sedexpr1" -e "$sedexpr2" >mfi-test4.err 2>&1
94 cat mfi-test4.err | grep -v 'warning: Locale charset' | grep -v '^ '
97 tmpfiles="$tmpfiles mfi-test4.ok"
98 cat <<\EOF > mfi
[all...]
H A Dmsgfilter-sr-latin-19 tmpfiles="$tmpfiles mfi-srl-1.po"
10 cat <<\EOF > mfi-srl-1.po
311 tmpfiles="$tmpfiles mfi-srl-1.tmp mfi-srl-1.out"
313 ${MSGFILTER} -i mfi-srl-1.po -o mfi-srl-1.tmp recode-sr-latin
315 tr -d '\r' < mfi-srl-1.tmp > mfi-srl-1.out
318 tmpfiles="$tmpfiles mfi-srl-1.ok"
319 cat <<\EOF > mfi
[all...]
H A Dmsgfilter-336 tmpfiles="$tmpfiles mfi-test3.properties"
37 cat <<\EOF > mfi-test3.properties
63 tmpfiles="$tmpfiles mfi-test3.out"
66 ${MSGFILTER} --properties-input --properties-output -i mfi-test3.properties -o mfi-test3.out fold -b -s -w 20
70 tmpfiles="$tmpfiles mfi-test3.ok"
71 cat <<\EOF > mfi-test3.ok
98 ${DIFF} mfi-test3.ok mfi-test3.out
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dmpc8xx.c27 int mfi, mfn, mfd, pdf, div; local
38 mfi = (plprcr >> 16) & 15;
39 if (mfi < 5) {
41 mfi);
42 mfi = 5;
50 ret = crystal * mfi;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dia64.S289 { .mfi; alloc r2=ar.pfs,4,0,0,0 };;
291 { .mfi; alloc r2=ar.pfs,4,12,0,16 };;
329 { .mfi; (p25) getf.sig r36=f52 // low
332 { .mfi; (p16) ldf8 f32=[r15],8
370 { .mfi; (p16) ldf8 f32=[r33],8
435 { .mfi; (p23) getf.sig r36=f45 // low
438 { .mfi; (p16) ldf8 f32=[r15],8 // *(ap++)
501 { .mfi; (p16) ldf8 f32=[r33],8
507 { .mfi; (p0) nop.m 0x0
656 { .mfi; ldf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dia64.S288 { .mfi; alloc r2=ar.pfs,4,0,0,0 };;
290 { .mfi; alloc r2=ar.pfs,4,12,0,16 };;
329 { .mfi; (p25) getf.sig r36=f52 // low
332 { .mfi; (p16) ldf8 f32=[r15],8
370 { .mfi; (p16) ldf8 f32=[r33],8
434 { .mfi; (p23) getf.sig r36=f45 // low
437 { .mfi; (p16) ldf8 f32=[r15],8 // *(ap++)
500 { .mfi; (p16) ldf8 f32=[r33],8
506 { .mfi; (p0) nop.m 0x0
653 { .mfi; ldf
[all...]
H A Dia64-mont.pl148 { .mfi; nop.m 0
151 { .mfi; nop.m 0
157 { .mfi; nop.m 0
160 { .mfi; nop.m 0
167 { .mfi; (p16) ldf8 alo[0]=[aptr],8 // *(aptr++)
170 { .mfi; (p18) ldf8 nlo[0]=[nptr],8 // *(nptr++)(p16)
173 { .mfi; (p21) getf.sig a[0]=alo[5]
176 { .mfi; (p23) st8 [tp_1]=n[2],8
218 { .mfi; ldf8 nlo[2]=[nptr],16 // np[0]
221 { .mfi; ldf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dia64.S288 { .mfi; alloc r2=ar.pfs,4,0,0,0 };;
290 { .mfi; alloc r2=ar.pfs,4,12,0,16 };;
329 { .mfi; (p25) getf.sig r36=f52 // low
332 { .mfi; (p16) ldf8 f32=[r15],8
370 { .mfi; (p16) ldf8 f32=[r33],8
434 { .mfi; (p23) getf.sig r36=f45 // low
437 { .mfi; (p16) ldf8 f32=[r15],8 // *(ap++)
500 { .mfi; (p16) ldf8 f32=[r33],8
506 { .mfi; (p0) nop.m 0x0
653 { .mfi; ldf
[all...]
H A Dia64-mont.pl148 { .mfi; nop.m 0
151 { .mfi; nop.m 0
157 { .mfi; nop.m 0
160 { .mfi; nop.m 0
167 { .mfi; (p16) ldf8 alo[0]=[aptr],8 // *(aptr++)
170 { .mfi; (p18) ldf8 nlo[0]=[nptr],8 // *(nptr++)(p16)
173 { .mfi; (p21) getf.sig a[0]=alo[5]
176 { .mfi; (p23) st8 [tp_1]=n[2],8
218 { .mfi; ldf8 nlo[2]=[nptr],16 // np[0]
221 { .mfi; ldf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dmtdchar.c54 struct mtd_file_info *mfi = file->private_data; local
55 struct mtd_info *mtd = mfi->mtd;
84 struct mtd_file_info *mfi; local
129 mfi = kzalloc(sizeof(*mfi), GFP_KERNEL);
130 if (!mfi) {
136 mfi->ino = mtd_ino;
137 mfi->mtd = mtd;
138 file->private_data = mfi;
149 struct mtd_file_info *mfi local
171 struct mtd_file_info *mfi = file->private_data; local
262 struct mtd_file_info *mfi = file->private_data; local
357 otp_select_filemode(struct mtd_file_info *mfi, int mode) argument
477 struct mtd_file_info *mfi = file->private_data; local
876 struct mtd_file_info *mfi = file->private_data; local
935 struct mtd_file_info *mfi = file->private_data; local
965 struct mtd_file_info *mfi = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/
H A Dclock.c208 * mfi + mfn / (mfd + 1)
216 unsigned int mfi, mfn, mfd, pd; local
218 mfi = (reg_val >> 10) & 0xf;
223 mfi = mfi <= 5 ? 5 : mfi;
243 ll = (freq * mfi) + ll;

Completed in 298 milliseconds

12