Searched refs:ID3v2EMFunc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2.c384 typedef struct ID3v2EMFunc { struct
389 } ID3v2EMFunc; typedef in typeref:struct:ID3v2EMFunc
391 static const ID3v2EMFunc id3v2_extra_meta_funcs[] = {
397 * Get the corresponding ID3v2EMFunc struct for a tag.
399 * @return A pointer to the ID3v2EMFunc struct if found, NULL otherwise.
401 static const ID3v2EMFunc *get_extra_meta_func(const char *tag, int isv34)
426 const ID3v2EMFunc *extra_func;
595 const ID3v2EMFunc *extra_func;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c628 typedef struct ID3v2EMFunc { struct
634 } ID3v2EMFunc; typedef in typeref:struct:ID3v2EMFunc
636 static const ID3v2EMFunc id3v2_extra_meta_funcs[] = {
645 * Get the corresponding ID3v2EMFunc struct for a tag.
647 * @return A pointer to the ID3v2EMFunc struct if found, NULL otherwise.
649 static const ID3v2EMFunc *get_extra_meta_func(const char *tag, int isv34)
677 const ID3v2EMFunc *extra_func = NULL;
940 const ID3v2EMFunc *extra_func;

Completed in 59 milliseconds