Searched refs:current_atom (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/tagutils/
H A Dtagutils-aac.c72 char current_atom[4]; local
98 if(fread(current_atom, 1, 4, fin) != 4)
111 if(!memcmp(current_atom, "\xA9" "nam", 4))
113 else if(!memcmp(current_atom, "\xA9" "ART", 4) ||
114 !memcmp(current_atom, "\xA9" "art", 4))
116 else if(!memcmp(current_atom, "\xA9" "alb", 4))
118 else if(!memcmp(current_atom, "\xA9" "cmt", 4))
120 else if(!memcmp(current_atom, "aART", 4) ||
121 !memcmp(current_atom, "aart", 4))
123 else if(!memcmp(current_atom, "\xA
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/tagutils/
H A Dtagutils-aac.c72 char current_atom[4]; local
98 if(fread(current_atom, 1, 4, fin) != 4)
111 if(!memcmp(current_atom, "\xA9" "nam", 4))
113 else if(!memcmp(current_atom, "\xA9" "ART", 4) ||
114 !memcmp(current_atom, "\xA9" "art", 4))
116 else if(!memcmp(current_atom, "\xA9" "alb", 4))
118 else if(!memcmp(current_atom, "\xA9" "cmt", 4))
120 else if(!memcmp(current_atom, "aART", 4) ||
121 !memcmp(current_atom, "aart", 4))
123 else if(!memcmp(current_atom, "\xA
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/tagutils/
H A Dtagutils-aac.c72 char current_atom[4]; local
98 if(fread(current_atom, 1, 4, fin) != 4)
111 if(!memcmp(current_atom, "\xA9" "nam", 4))
113 else if(!memcmp(current_atom, "\xA9" "ART", 4) ||
114 !memcmp(current_atom, "\xA9" "art", 4))
116 else if(!memcmp(current_atom, "\xA9" "alb", 4))
118 else if(!memcmp(current_atom, "\xA9" "cmt", 4))
120 else if(!memcmp(current_atom, "aART", 4) ||
121 !memcmp(current_atom, "aart", 4))
123 else if(!memcmp(current_atom, "\xA
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dmp3-scanner.c651 char current_atom[4]; local
677 if(fread(current_atom,1,4,fin) != 4)
690 if(!memcmp(current_atom,"\xA9" "nam",4)) { /* Song name */
692 } else if(!memcmp(current_atom,"\xA9" "ART",4)) {
694 } else if(!memcmp(current_atom,"\xA9" "alb",4)) {
696 } else if(!memcmp(current_atom,"\xA9" "cmt",4)) {
698 } else if(!memcmp(current_atom,"\xA9" "wrt",4)) {
700 } else if(!memcmp(current_atom,"\xA9" "grp",4)) {
702 } else if(!memcmp(current_atom,"\xA9" "gen",4)) {
705 } else if(!memcmp(current_atom,"tmp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dmp3-scanner.c651 char current_atom[4]; local
677 if(fread(current_atom,1,4,fin) != 4)
690 if(!memcmp(current_atom,"\xA9" "nam",4)) { /* Song name */
692 } else if(!memcmp(current_atom,"\xA9" "ART",4)) {
694 } else if(!memcmp(current_atom,"\xA9" "alb",4)) {
696 } else if(!memcmp(current_atom,"\xA9" "cmt",4)) {
698 } else if(!memcmp(current_atom,"\xA9" "wrt",4)) {
700 } else if(!memcmp(current_atom,"\xA9" "grp",4)) {
702 } else if(!memcmp(current_atom,"\xA9" "gen",4)) {
705 } else if(!memcmp(current_atom,"tmp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dmp3-scanner.c651 char current_atom[4]; local
677 if(fread(current_atom,1,4,fin) != 4)
690 if(!memcmp(current_atom,"\xA9" "nam",4)) { /* Song name */
692 } else if(!memcmp(current_atom,"\xA9" "ART",4)) {
694 } else if(!memcmp(current_atom,"\xA9" "alb",4)) {
696 } else if(!memcmp(current_atom,"\xA9" "cmt",4)) {
698 } else if(!memcmp(current_atom,"\xA9" "wrt",4)) {
700 } else if(!memcmp(current_atom,"\xA9" "grp",4)) {
702 } else if(!memcmp(current_atom,"\xA9" "gen",4)) {
705 } else if(!memcmp(current_atom,"tmp
[all...]

Completed in 121 milliseconds