Home
last modified time | relevance | path

Searched defs:is_ogg (Results 1 – 15 of 15) sorted by relevance

/external/flac/src/test_libFLAC++/
Ddecoders.cpp63 static const char *flacfilename(bool is_ogg) in flacfilename()
98 static bool generate_file_(FLAC__bool is_ogg) in generate_file_()
304 bool StreamDecoder::test_respond(bool is_ogg) in test_respond()
374 bool FileDecoder::test_respond(bool is_ogg) in test_respond()
440 static bool test_stream_decoder(Layer layer, bool is_ogg) in test_stream_decoder()
1153 FLAC__bool is_ogg = false; in test_decoders() local
Dencoders.cpp61 static const char *flacfilename(bool is_ogg) in flacfilename()
196 static bool test_stream_encoder(Layer layer, bool is_ogg) in test_stream_encoder()
537 FLAC__bool is_ogg = false; in test_encoders() local
Dmetadata_manip.cpp80 static const char *flacfilename(bool is_ogg) in flacfilename()
380 …l read_chain_(FLAC::Metadata::Chain &chain, const char *filename, bool filename_based, bool is_ogg) in read_chain_()
503 static bool generate_file_(bool include_extras, bool is_ogg) in generate_file_()
618 static bool test_file_(bool is_ogg, bool ignore_metadata) in test_file_()
1491 static bool test_level_2_(bool filename_based, bool is_ogg) in test_level_2_()
2047 static bool test_level_2_misc_(bool is_ogg) in test_level_2_misc_()
/external/flac/src/test_libFLAC/
Ddecoders.c65 static const char *flacfilename(FLAC__bool is_ogg) in flacfilename()
90 static void open_test_file(StreamDecoderClientData * pdcd, int is_ogg, const char * mode) in open_test_file()
106 static FLAC__bool generate_file_(FLAC__bool is_ogg) in generate_file_()
323 …ecoder_test_respond_(FLAC__StreamDecoder *decoder, StreamDecoderClientData *dcd, FLAC__bool is_ogg) in stream_decoder_test_respond_()
395 static FLAC__bool test_stream_decoder(Layer layer, FLAC__bool is_ogg) in test_stream_decoder()
1028 FLAC__bool is_ogg = false; in test_decoders() local
Dmetadata_manip.c73 static const char *flacfilename(FLAC__bool is_ogg) in flacfilename()
364 …n_(FLAC__Metadata_Chain *chain, const char *filename, FLAC__bool filename_based, FLAC__bool is_ogg) in read_chain_()
517 static FLAC__bool generate_file_(FLAC__bool include_extras, FLAC__bool is_ogg) in generate_file_()
629 static FLAC__bool test_file_(FLAC__bool is_ogg, FLAC__StreamDecoderMetadataCallback metadata_callba… in test_file_()
1435 static FLAC__bool test_level_2_(FLAC__bool filename_based, FLAC__bool is_ogg) in test_level_2_()
1946 static FLAC__bool test_level_2_misc_(FLAC__bool is_ogg) in test_level_2_misc_()
Dencoders.c54 static const char *flacfilename(FLAC__bool is_ogg) in flacfilename()
153 static FLAC__bool test_stream_encoder(Layer layer, FLAC__bool is_ogg) in test_stream_encoder()
492 FLAC__bool is_ogg = false; in test_encoders() local
/external/flac/src/test_libs_common/
Dfile_utils_flac.c72 FLAC__bool file_utils__generate_flacfile(FLAC__bool is_ogg, const char *output_filename, FLAC__off_… in file_utils__generate_flacfile()
/external/flac/src/flac/
Ddecode.h46 FLAC__bool is_ogg; member
Ddecode.c36 FLAC__bool is_ogg; member
186 FLAC__bool DecoderSession_construct(DecoderSession *d, FLAC__bool is_ogg, FLAC__bool use_first_seri… in DecoderSession_construct()
/external/flac/src/test_seeking/
Dmain.c269 static FLAC__bool seek_barrage(FLAC__bool is_ogg, const char *filename, FLAC__off_t filesize, uint3… in seek_barrage()
/external/flac/src/metaflac/
Doperations.c116 FLAC__bool ok = true, needs_write = false, is_ogg = false; in do_major_operation_on_file() local
/external/flac/src/libFLAC/
Dstream_decoder.c122 FLAC__bool is_ogg; member
347 FLAC__bool is_ogg in init_stream_internal_()
510 FLAC__bool is_ogg in init_FILE_internal_()
578 FLAC__bool is_ogg in init_file_internal_()
Dstream_encoder.c371 FLAC__bool is_ogg; member
625 FLAC__bool is_ogg in init_stream_internal_()
1333 FLAC__bool is_ogg in init_FILE_internal_()
1423 FLAC__bool is_ogg in init_file_internal_()
Dmetadata_iterators.c892 FLAC__bool is_ogg; member
1536 static FLAC__bool chain_read_(FLAC__Metadata_Chain *chain, const char *filename, FLAC__bool is_ogg) in chain_read_()
1580 …FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__bool is_ogg) in chain_read_with_callbacks_()
/external/flac/src/libFLAC++/
Dmetadata.cpp1591 bool Chain::read(const char *filename, bool is_ogg) in read()
1601 bool Chain::read(FLAC__IOHandle handle, ::FLAC__IOCallbacks callbacks, bool is_ogg) in read()