Searched refs:read_tag (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | tagstruct.c | 347 static int read_tag(pa_tagstruct *t, uint8_t type) { in read_tag() function 376 if (read_tag(t, PA_TAG_STRING) < 0) in pa_tagstruct_gets() 402 if (read_tag(t, PA_TAG_U32) < 0) in pa_tagstruct_getu32() 412 if (read_tag(t, PA_TAG_U8) < 0) in pa_tagstruct_getu8() 424 if (read_tag(t, PA_TAG_SAMPLE_SPEC) < 0) in pa_tagstruct_get_sample_spec() 444 if (read_tag(t, PA_TAG_ARBITRARY) < 0) in pa_tagstruct_get_arbitrary() 502 if (read_tag(t, PA_TAG_TIMEVAL) < 0) in pa_tagstruct_get_timeval() 522 if (read_tag(t, PA_TAG_USEC) < 0) in pa_tagstruct_get_usec() 532 if (read_tag(t, PA_TAG_U64) < 0) in pa_tagstruct_getu64() 542 if (read_tag( in pa_tagstruct_gets64() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | ffmetadec.c | 145 static int read_tag(const uint8_t *line, AVDictionary **m) in read_tag() function 202 read_tag(bp.str, m); in read_header()
|
Completed in 3 milliseconds