Home
last modified time | relevance | path

Searched refs:FLACPP_API (Results 1 – 6 of 6) sorted by relevance

/external/flac/include/FLAC++/
Dexport.h77 #define FLACPP_API macro
80 #define FLACPP_API __declspec(dllexport) macro
82 #define FLACPP_API __declspec(dllimport) macro
86 #define FLACPP_API __attribute__ ((visibility ("default"))) macro
88 #define FLACPP_API macro
Dmetadata.h109 class FLACPP_API Prototype {
272 FLACPP_API Prototype *clone(const Prototype *);
279 class FLACPP_API StreamInfo : public Prototype {
353 class FLACPP_API Padding : public Prototype {
412 class FLACPP_API Application : public Prototype {
471 class FLACPP_API SeekTable : public Prototype {
558 class FLACPP_API VorbisComment : public Prototype {
589 class FLACPP_API Entry {
725 class FLACPP_API CueSheet : public Prototype {
733 class FLACPP_API Track {
[all …]
Ddecoder.h100 class FLACPP_API Stream {
104 class FLACPP_API State {
223 class FLACPP_API File: public Stream {
Dencoder.h102 class FLACPP_API Stream {
106 class FLACPP_API State {
235 class FLACPP_API File: public Stream {
/external/flac/src/libFLAC++/
Dmetadata.cpp93 FLACPP_API Prototype *clone(const Prototype *object) in clone()
1334 FLACPP_API bool get_streaminfo(const char *filename, StreamInfo &streaminfo) in get_streaminfo()
1348 FLACPP_API bool get_tags(const char *filename, VorbisComment *&tags) in get_tags()
1364 FLACPP_API bool get_tags(const char *filename, VorbisComment &tags) in get_tags()
1378 FLACPP_API bool get_cuesheet(const char *filename, CueSheet *&cuesheet) in get_cuesheet()
1394 FLACPP_API bool get_cuesheet(const char *filename, CueSheet &cuesheet) in get_cuesheet()
1408FLACPP_API bool get_picture(const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Pictur… in get_picture()
1424FLACPP_API bool get_picture(const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture… in get_picture()
/external/flac/doc/
DDoxyfile.in1517 FLACPP_API