Searched refs:atom_length (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-aac.h25 static off_t _aac_lookforatom(FILE *aac_fp, char *atom_path, unsigned int *atom_length);
H A Dtagutils-aac.c68 unsigned int atom_length; local
85 atom_offset = _aac_lookforatom(fin, "moov:udta:meta:ilst", &atom_length);
88 while(current_offset < atom_length)
181 _aac_lookforatom(FILE *aac_fp, char *atom_path, unsigned int *atom_length) argument
207 atom_offset = _aac_findatom(aac_fp, file_size, atom_name, (int*)atom_length);
264 int atom_length; local
288 atom_offset = _aac_lookforatom(infile, "moov:mvhd", (unsigned int*)&atom_length);
317 atom_offset = _aac_lookforatom(infile, "moov:trak:mdia:minf:stbl:stsd:alac", (unsigned int*)&atom_length);
326 atom_offset = _aac_lookforatom(infile, "moov:trak:mdia:minf:stbl:stsd:mp4a", (unsigned int*)&atom_length);
336 atom_offset = _aac_findatom(infile, atom_length
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-aac.h26 static off_t _aac_lookforatom(FILE *aac_fp, char *atom_path, unsigned int *atom_length);
H A Dtagutils-aac.c83 unsigned int atom_length; local
100 atom_offset = _aac_lookforatom(fin, "moov:udta:meta:ilst", &atom_length);
103 while(current_offset < atom_length)
192 _aac_lookforatom(FILE *aac_fp, char *atom_path, unsigned int *atom_length) argument
218 atom_offset = _aac_findatom(aac_fp, file_size, atom_name, (int*)atom_length);
275 int atom_length; local
299 atom_offset = _aac_lookforatom(infile, "moov:mvhd", (unsigned int*)&atom_length);
328 atom_offset = _aac_lookforatom(infile, "moov:trak:mdia:minf:stbl:stsd:alac", (unsigned int*)&atom_length);
338 atom_offset = _aac_lookforatom(infile, "moov:trak:mdia:minf:stbl:stsd:mp4a", (unsigned int*)&atom_length);
349 atom_offset = _aac_findatom(infile, atom_length
[all...]

Completed in 155 milliseconds