Searched refs:id3_byte_t (Results 1 - 25 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dutil.h27 id3_length_t id3_util_unsynchronise(id3_byte_t *, id3_length_t);
28 id3_length_t id3_util_deunsynchronise(id3_byte_t *, id3_length_t);
30 id3_byte_t *id3_util_compress(id3_byte_t const *, id3_length_t,
32 id3_byte_t *id3_util_decompress(id3_byte_t const *, id3_length_t,
H A Dparse.h25 signed long id3_parse_int(id3_byte_t const **, unsigned int);
26 unsigned long id3_parse_uint(id3_byte_t const **, unsigned int);
27 unsigned long id3_parse_syncsafe(id3_byte_t const **, unsigned int);
28 void id3_parse_immediate(id3_byte_t const **, unsigned int, char *);
29 id3_latin1_t *id3_parse_latin1(id3_byte_t const **, id3_length_t, int);
30 id3_ucs4_t *id3_parse_string(id3_byte_t const **, id3_length_t,
32 id3_byte_t *id3_parse_binary(id3_byte_t const **, id3_length_t);
H A Drender.h27 id3_length_t id3_render_immediate(id3_byte_t **, char const *, unsigned int);
28 id3_length_t id3_render_syncsafe(id3_byte_t **, unsigned long, unsigned int);
29 id3_length_t id3_render_int(id3_byte_t **, signed long, unsigned int);
30 id3_length_t id3_render_binary(id3_byte_t **,
31 id3_byte_t const *, id3_length_t);
32 id3_length_t id3_render_latin1(id3_byte_t **, id3_latin1_t const *, int);
33 id3_length_t id3_render_string(id3_byte_t **, id3_ucs4_t const *,
35 id3_length_t id3_render_padding(id3_byte_t **, id3_byte_t, id3_length_t);
37 id3_length_t id3_render_paddedstring(id3_byte_t **, id3_ucs4_
[all...]
H A Dcrc.h27 unsigned long id3_crc_calculate(id3_byte_t const *, id3_length_t);
H A Dfield.h30 int id3_field_parse(union id3_field *, id3_byte_t const **,
33 id3_length_t id3_field_render(union id3_field const *, id3_byte_t **,
H A Dframe.h32 struct id3_frame *id3_frame_parse(id3_byte_t const **, id3_length_t,
34 id3_length_t id3_frame_render(struct id3_frame const *, id3_byte_t **, int);
H A Dutf8.h36 id3_length_t id3_utf8_put(id3_byte_t **, id3_utf8_t);
37 id3_utf8_t id3_utf8_get(id3_byte_t const **);
39 id3_length_t id3_utf8_serialize(id3_byte_t **, id3_ucs4_t const *, int);
40 id3_ucs4_t *id3_utf8_deserialize(id3_byte_t const **, id3_length_t);
H A Dutil.c38 id3_length_t id3_util_unsynchronise(id3_byte_t *data, id3_length_t length)
41 id3_byte_t *end = data + length;
42 id3_byte_t const *ptr;
73 id3_length_t id3_util_deunsynchronise(id3_byte_t *data, id3_length_t length)
75 id3_byte_t const *old, *end = data + length;
76 id3_byte_t *new;
96 id3_byte_t *id3_util_compress(id3_byte_t const *data, id3_length_t length,
99 id3_byte_t *compressed;
113 id3_byte_t *resize
[all...]
H A Dlatin1.h39 id3_length_t id3_latin1_put(id3_byte_t **, id3_latin1_t);
40 id3_latin1_t id3_latin1_get(id3_byte_t const **);
42 id3_length_t id3_latin1_serialize(id3_byte_t **, id3_ucs4_t const *, int);
43 id3_ucs4_t *id3_latin1_deserialize(id3_byte_t const **, id3_length_t);
H A Dutf16.h42 id3_length_t id3_utf16_put(id3_byte_t **, id3_utf16_t,
44 id3_utf16_t id3_utf16_get(id3_byte_t const **, enum id3_utf16_byteorder);
46 id3_length_t id3_utf16_serialize(id3_byte_t **, id3_ucs4_t const *,
48 id3_ucs4_t *id3_utf16_deserialize(id3_byte_t const **, id3_length_t,
H A Dcompat.h28 id3_byte_t const *, id3_length_t);
H A Dparse.c41 signed long id3_parse_int(id3_byte_t const **ptr, unsigned int bytes)
60 unsigned long id3_parse_uint(id3_byte_t const **ptr, unsigned int bytes)
76 unsigned long id3_parse_syncsafe(id3_byte_t const **ptr, unsigned int bytes)
93 void id3_parse_immediate(id3_byte_t const **ptr, unsigned int bytes,
113 id3_latin1_t *id3_parse_latin1(id3_byte_t const **ptr, id3_length_t length,
116 id3_byte_t const *end;
148 id3_ucs4_t *id3_parse_string(id3_byte_t const **ptr, id3_length_t length,
182 id3_byte_t *id3_parse_binary(id3_byte_t const **ptr, id3_length_t length)
184 id3_byte_t *dat
[all...]
H A Drender.c42 id3_length_t id3_render_immediate(id3_byte_t **ptr,
64 id3_length_t id3_render_syncsafe(id3_byte_t **ptr,
82 id3_length_t id3_render_int(id3_byte_t **ptr,
99 id3_length_t id3_render_binary(id3_byte_t **ptr,
100 id3_byte_t const *data, id3_length_t length)
113 id3_length_t id3_render_latin1(id3_byte_t **ptr,
133 id3_length_t id3_render_string(id3_byte_t **ptr, id3_ucs4_t const *ucs4,
158 id3_length_t id3_render_padding(id3_byte_t **ptr, id3_byte_t value,
173 id3_length_t id3_render_paddedstring(id3_byte_t **pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutil.h27 id3_length_t id3_util_unsynchronise(id3_byte_t *, id3_length_t);
28 id3_length_t id3_util_deunsynchronise(id3_byte_t *, id3_length_t);
30 id3_byte_t *id3_util_compress(id3_byte_t const *, id3_length_t,
32 id3_byte_t *id3_util_decompress(id3_byte_t const *, id3_length_t,
H A Dparse.h25 signed long id3_parse_int(id3_byte_t const **, unsigned int);
26 unsigned long id3_parse_uint(id3_byte_t const **, unsigned int);
27 unsigned long id3_parse_syncsafe(id3_byte_t const **, unsigned int);
28 void id3_parse_immediate(id3_byte_t const **, unsigned int, char *);
29 id3_latin1_t *id3_parse_latin1(id3_byte_t const **, id3_length_t, int);
30 id3_ucs4_t *id3_parse_string(id3_byte_t const **, id3_length_t,
32 id3_byte_t *id3_parse_binary(id3_byte_t const **, id3_length_t);
H A Drender.h27 id3_length_t id3_render_immediate(id3_byte_t **, char const *, unsigned int);
28 id3_length_t id3_render_syncsafe(id3_byte_t **, unsigned long, unsigned int);
29 id3_length_t id3_render_int(id3_byte_t **, signed long, unsigned int);
30 id3_length_t id3_render_binary(id3_byte_t **,
31 id3_byte_t const *, id3_length_t);
32 id3_length_t id3_render_latin1(id3_byte_t **, id3_latin1_t const *, int);
33 id3_length_t id3_render_string(id3_byte_t **, id3_ucs4_t const *,
35 id3_length_t id3_render_padding(id3_byte_t **, id3_byte_t, id3_length_t);
37 id3_length_t id3_render_paddedstring(id3_byte_t **, id3_ucs4_
[all...]
H A Dcrc.h27 unsigned long id3_crc_calculate(id3_byte_t const *, id3_length_t);
H A Dfield.h30 int id3_field_parse(union id3_field *, id3_byte_t const **,
33 id3_length_t id3_field_render(union id3_field const *, id3_byte_t **,
H A Dframe.h32 struct id3_frame *id3_frame_parse(id3_byte_t const **, id3_length_t,
34 id3_length_t id3_frame_render(struct id3_frame const *, id3_byte_t **, int);
H A Dutf8.h36 id3_length_t id3_utf8_put(id3_byte_t **, id3_utf8_t);
37 id3_utf8_t id3_utf8_get(id3_byte_t const **);
39 id3_length_t id3_utf8_serialize(id3_byte_t **, id3_ucs4_t const *, int);
40 id3_ucs4_t *id3_utf8_deserialize(id3_byte_t const **, id3_length_t);
H A Dutil.c38 id3_length_t id3_util_unsynchronise(id3_byte_t *data, id3_length_t length)
41 id3_byte_t *end = data + length;
42 id3_byte_t const *ptr;
73 id3_length_t id3_util_deunsynchronise(id3_byte_t *data, id3_length_t length)
75 id3_byte_t const *old, *end = data + length;
76 id3_byte_t *new;
96 id3_byte_t *id3_util_compress(id3_byte_t const *data, id3_length_t length,
99 id3_byte_t *compressed;
113 id3_byte_t *resize
[all...]
H A Dlatin1.h39 id3_length_t id3_latin1_put(id3_byte_t **, id3_latin1_t);
40 id3_latin1_t id3_latin1_get(id3_byte_t const **);
42 id3_length_t id3_latin1_serialize(id3_byte_t **, id3_ucs4_t const *, int);
43 id3_ucs4_t *id3_latin1_deserialize(id3_byte_t const **, id3_length_t);
H A Dutf16.h42 id3_length_t id3_utf16_put(id3_byte_t **, id3_utf16_t,
44 id3_utf16_t id3_utf16_get(id3_byte_t const **, enum id3_utf16_byteorder);
46 id3_length_t id3_utf16_serialize(id3_byte_t **, id3_ucs4_t const *,
48 id3_ucs4_t *id3_utf16_deserialize(id3_byte_t const **, id3_length_t,
H A Dcompat.h28 id3_byte_t const *, id3_length_t);
H A Dparse.c41 signed long id3_parse_int(id3_byte_t const **ptr, unsigned int bytes)
60 unsigned long id3_parse_uint(id3_byte_t const **ptr, unsigned int bytes)
76 unsigned long id3_parse_syncsafe(id3_byte_t const **ptr, unsigned int bytes)
93 void id3_parse_immediate(id3_byte_t const **ptr, unsigned int bytes,
113 id3_latin1_t *id3_parse_latin1(id3_byte_t const **ptr, id3_length_t length,
116 id3_byte_t const *end;
148 id3_ucs4_t *id3_parse_string(id3_byte_t const **ptr, id3_length_t length,
182 id3_byte_t *id3_parse_binary(id3_byte_t const **ptr, id3_length_t length)
184 id3_byte_t *dat
[all...]

Completed in 46 milliseconds

12