Searched refs:id3_length_t (Results 1 - 25 of 50) 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,
31 id3_length_t *);
32 id3_byte_t *id3_util_decompress(id3_byte_t const *, id3_length_t,
33 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_paddedstrin
[all...]
H A Dcrc.h27 unsigned long id3_crc_calculate(id3_byte_t const *, id3_length_t);
H A Dutf8.h27 id3_length_t id3_utf8_length(id3_utf8_t const *);
28 id3_length_t id3_utf8_size(id3_utf8_t const *);
30 id3_length_t id3_utf8_decodechar(id3_utf8_t const *, id3_ucs4_t *);
31 id3_length_t id3_utf8_encodechar(id3_utf8_t *, id3_ucs4_t);
36 id3_length_t id3_utf8_put(id3_byte_t **, id3_utf8_t);
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 Ducs4.h31 id3_length_t id3_ucs4_length(id3_ucs4_t const *);
32 id3_length_t id3_ucs4_size(id3_ucs4_t const *);
34 id3_length_t id3_ucs4_latin1size(id3_ucs4_t const *);
35 id3_length_t id3_ucs4_utf16size(id3_ucs4_t const *);
36 id3_length_t id3_ucs4_utf8size(id3_ucs4_t const *);
H A Dlatin1.h27 id3_length_t id3_latin1_length(id3_latin1_t const *);
28 id3_length_t id3_latin1_size(id3_latin1_t const *);
33 id3_length_t id3_latin1_decodechar(id3_latin1_t const *, id3_ucs4_t *);
34 id3_length_t id3_latin1_encodechar(id3_latin1_t *, id3_ucs4_t);
39 id3_length_t id3_latin1_put(id3_byte_t **, id3_latin1_t);
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.h33 id3_length_t id3_utf16_length(id3_utf16_t const *);
34 id3_length_t id3_utf16_size(id3_utf16_t const *);
36 id3_length_t id3_utf16_decodechar(id3_utf16_t const *, id3_ucs4_t *);
37 id3_length_t id3_utf16_encodechar(id3_utf16_t *, id3_ucs4_t);
42 id3_length_t id3_utf16_put(id3_byte_t **, id3_utf16_t,
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 Dfield.h31 id3_length_t, enum id3_field_textencoding *);
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 Dparse.h29 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 Dutil.c38 id3_length_t id3_util_unsynchronise(id3_byte_t *data, id3_length_t length)
40 id3_length_t bytes = 0, count;
73 id3_length_t id3_util_deunsynchronise(id3_byte_t *data, id3_length_t length)
96 id3_byte_t *id3_util_compress(id3_byte_t const *data, id3_length_t length,
97 id3_length_t *newlength)
128 id3_byte_t *id3_util_decompress(id3_byte_t const *data, id3_length_t length,
129 id3_length_t newlength)
135 id3_length_t siz
[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,
116 id3_length_t size;
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,
159 id3_length_t lengt
[all...]
H A Dcompat.h28 id3_byte_t const *, id3_length_t);
/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,
31 id3_length_t *);
32 id3_byte_t *id3_util_decompress(id3_byte_t const *, id3_length_t,
33 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_paddedstrin
[all...]
H A Dcrc.h27 unsigned long id3_crc_calculate(id3_byte_t const *, id3_length_t);
H A Dutf8.h27 id3_length_t id3_utf8_length(id3_utf8_t const *);
28 id3_length_t id3_utf8_size(id3_utf8_t const *);
30 id3_length_t id3_utf8_decodechar(id3_utf8_t const *, id3_ucs4_t *);
31 id3_length_t id3_utf8_encodechar(id3_utf8_t *, id3_ucs4_t);
36 id3_length_t id3_utf8_put(id3_byte_t **, id3_utf8_t);
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 Ducs4.h31 id3_length_t id3_ucs4_length(id3_ucs4_t const *);
32 id3_length_t id3_ucs4_size(id3_ucs4_t const *);
34 id3_length_t id3_ucs4_latin1size(id3_ucs4_t const *);
35 id3_length_t id3_ucs4_utf16size(id3_ucs4_t const *);
36 id3_length_t id3_ucs4_utf8size(id3_ucs4_t const *);
H A Dlatin1.h27 id3_length_t id3_latin1_length(id3_latin1_t const *);
28 id3_length_t id3_latin1_size(id3_latin1_t const *);
33 id3_length_t id3_latin1_decodechar(id3_latin1_t const *, id3_ucs4_t *);
34 id3_length_t id3_latin1_encodechar(id3_latin1_t *, id3_ucs4_t);
39 id3_length_t id3_latin1_put(id3_byte_t **, id3_latin1_t);
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.h33 id3_length_t id3_utf16_length(id3_utf16_t const *);
34 id3_length_t id3_utf16_size(id3_utf16_t const *);
36 id3_length_t id3_utf16_decodechar(id3_utf16_t const *, id3_ucs4_t *);
37 id3_length_t id3_utf16_encodechar(id3_utf16_t *, id3_ucs4_t);
42 id3_length_t id3_utf16_put(id3_byte_t **, id3_utf16_t,
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 Dfield.h31 id3_length_t, enum id3_field_textencoding *);
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 Dparse.h29 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 Dutil.c38 id3_length_t id3_util_unsynchronise(id3_byte_t *data, id3_length_t length)
40 id3_length_t bytes = 0, count;
73 id3_length_t id3_util_deunsynchronise(id3_byte_t *data, id3_length_t length)
96 id3_byte_t *id3_util_compress(id3_byte_t const *data, id3_length_t length,
97 id3_length_t *newlength)
128 id3_byte_t *id3_util_decompress(id3_byte_t const *data, id3_length_t length,
129 id3_length_t newlength)
135 id3_length_t siz
[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,
116 id3_length_t size;
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,
159 id3_length_t lengt
[all...]

Completed in 312 milliseconds

12