Searched refs:Prototype (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h108 class FLACPP_API Prototype { class in namespace:FLAC::Metadata
114 Prototype(const Prototype &);
115 Prototype(const ::FLAC__StreamMetadata &);
116 Prototype(const ::FLAC__StreamMetadata *);
121 * FLAC::Metadata::Prototype::Prototype(const ::FLAC__StreamMetadata *object).
129 Prototype(::FLAC__StreamMetadata *object, bool copy);
133 Prototype &operator=(const Prototype
[all...]
H A Dencoder.h148 virtual bool set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks); ///< See FLAC__stream_encoder_set_metadata()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp51 Prototype *construct_block(::FLAC__StreamMetadata *object)
53 Prototype *ret = 0;
85 FLACPP_API Prototype *clone(const Prototype *object)
121 // Prototype
124 Prototype::Prototype(const Prototype &object): function in class:FLAC::Metadata::Prototype
131 Prototype::Prototype(cons function in class:FLAC::Metadata::Prototype
137 Prototype::Prototype(const ::FLAC__StreamMetadata *object): function in class:FLAC::Metadata::Prototype
144 Prototype::Prototype(::FLAC__StreamMetadata *object, bool copy): function in class:FLAC::Metadata::Prototype
[all...]
H A Dstream_encoder.cpp193 bool Stream::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dflate.s11 ; 68000 assembly language version of inflate_codes(), for Amiga. Prototype:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp71 FLAC::Metadata::Prototype *blocks[64];
129 static bool replace_in_our_metadata_(FLAC::Metadata::Prototype *block, unsigned position, bool copy)
132 FLAC::Metadata::Prototype *obj = block;
149 static bool insert_to_our_metadata_(FLAC::Metadata::Prototype *block, unsigned position, bool copy)
152 FLAC::Metadata::Prototype *obj = block;
398 static bool compare_chain_(FLAC::Metadata::Chain &chain, unsigned current_position, FLAC::Metadata::Prototype *current_block)
414 FLAC::Metadata::Prototype *block;
801 FLAC::Metadata::Prototype *block;
1468 FLAC::Metadata::Prototype *block;
H A Dmetadata_object.cpp459 printf("testing FLAC::Metadata::clone(const FLAC::Metadata::Prototype *)... ");
460 FLAC::Metadata::Prototype *clone_ = FLAC::Metadata::clone(&block);
615 printf("testing Prototype::get_length()... ");
620 printf("testing FLAC::Metadata::clone(const FLAC::Metadata::Prototype *)... ");
621 FLAC::Metadata::Prototype *clone_ = FLAC::Metadata::clone(&block);
790 printf("testing FLAC::Metadata::clone(const FLAC::Metadata::Prototype *)... ");
791 FLAC::Metadata::Prototype *clone_ = FLAC::Metadata::clone(&block);
989 printf("testing FLAC::Metadata::clone(const FLAC::Metadata::Prototype *)... ");
990 FLAC::Metadata::Prototype *clone_ = FLAC::Metadata::clone(&block);
1405 printf("testing FLAC::Metadata::clone(const FLAC::Metadata::Prototype *)
[all...]

Completed in 86 milliseconds