/external/flac/doc/ |
D | isoflac.txt | 1 Encapsulation of FLAC in ISO Base Media File Format 10 3.3 Definition of FLAC sample 12 3.3.2 FLAC Specific Box 14 3.3.4 Duration of FLAC sample 27 FLAC coded audio bitstreams in ISO Base Media file format and its 28 derivatives. The encapsulation of FLAC coded bitstreams in 44 [3] FLAC format specification 48 Definition of the FLAC Audio Codec stream format 50 [4] FLAC-in-Ogg mapping specification 54 Ogg Encapsulation for the FLAC Audio Codec [all …]
|
D | CMakeLists.txt | 16 set(DOXYGEN_GENERATE_TAGFILE FLAC.tag) 19 doxygen_add_docs(FLAC-doxygen 21 "${PROJECT_SOURCE_DIR}/include/FLAC" 22 "${PROJECT_SOURCE_DIR}/include/FLAC++") 24 doxygen_add_docs(FLAC-doxygen 25 "${PROJECT_SOURCE_DIR}/include/FLAC" 26 "${PROJECT_SOURCE_DIR}/include/FLAC++")
|
D | Makefile.am | 23 FLAC.tag: Doxyfile 29 FLAC.tag: 35 FLAC.tag 41 rm -rf FLAC.tag html/api doxytmp
|
D | Makefile.lite | 21 FLAC.tag: Doxyfile 29 rm -rf FLAC.tag html/api doxytmp
|
/external/flac/src/libFLAC++/ |
D | CMakeLists.txt | 15 add_library(FLAC++ 19 target_compile_definitions(FLAC++ 23 …target_compile_definitions(FLAC++ PRIVATE $<$<BOOL:${BUILD_SHARED_LIBS}>:FLAC__USE_VISIBILITY_ATTR… 25 target_include_directories(FLAC++ INTERFACE 28 target_link_libraries(FLAC++ PUBLIC FLAC) 30 set_target_properties(FLAC++ PROPERTIES 34 set_target_properties(FLAC++ PROPERTIES CXX_VISIBILITY_PRESET hidden) 38 add_library(FLAC::FLAC++ ALIAS FLAC++) 40 install(TARGETS FLAC++ EXPORT targets
|
/external/flac/src/test_libFLAC++/ |
D | metadata_object.cpp | 257 FLAC::Metadata::StreamInfo block; in test_metadata_object_streaminfo() 270 FLAC::Metadata::StreamInfo blockcopy(block); in test_metadata_object_streaminfo() 284 FLAC::Metadata::StreamInfo blockcopy(streaminfo_); in test_metadata_object_streaminfo() 295 FLAC::Metadata::StreamInfo blockcopy(&streaminfo_); in test_metadata_object_streaminfo() 306 FLAC::Metadata::StreamInfo blockcopy(&streaminfo_, /*copy=*/true); in test_metadata_object_streaminfo() 318 FLAC::Metadata::StreamInfo blockcopy(copy, /*copy=*/false); in test_metadata_object_streaminfo() 329 FLAC::Metadata::StreamInfo blockcopy; in test_metadata_object_streaminfo() 342 FLAC::Metadata::StreamInfo blockcopy; in test_metadata_object_streaminfo() 354 FLAC::Metadata::StreamInfo blockcopy = block; in test_metadata_object_streaminfo() 365 FLAC::Metadata::StreamInfo blockcopy = streaminfo_; in test_metadata_object_streaminfo() [all …]
|
D | metadata_manip.cpp | 57 class OurFileDecoder: public FLAC::Decoder::File { 70 FLAC::Metadata::Prototype *blocks[64]; 91 static bool die_c_(const char *msg, FLAC::Metadata::Chain::Status status) in die_c_() 98 static bool die_ss_(const char *msg, FLAC::Metadata::SimpleIterator &iterator) in die_ss_() 100 const FLAC::Metadata::SimpleIterator::Status status = iterator.status(); in die_ss_() 128 static bool replace_in_our_metadata_(FLAC::Metadata::Prototype *block, uint32_t position, bool copy) in replace_in_our_metadata_() 131 FLAC::Metadata::Prototype *obj = block; in replace_in_our_metadata_() 134 if(0 == (obj = FLAC::Metadata::clone(block))) in replace_in_our_metadata_() 148 static bool insert_to_our_metadata_(FLAC::Metadata::Prototype *block, uint32_t position, bool copy) in insert_to_our_metadata_() 151 FLAC::Metadata::Prototype *obj = block; in insert_to_our_metadata_() [all …]
|
D | encoders.cpp | 72 static bool die_s_(const char *msg, const FLAC::Encoder::Stream *encoder) in die_s_() 74 FLAC::Encoder::Stream::State state = encoder->get_state(); in die_s_() 83 FLAC::Decoder::Stream::State dstate = encoder->get_verify_decoder_state(); in die_s_() 100 class StreamEncoder : public FLAC::Encoder::Stream { 105 StreamEncoder(Layer layer): FLAC::Encoder::Stream(), layer_(layer), file_(0) { } in StreamEncoder() 172 class FileEncoder : public FLAC::Encoder::File { 176 FileEncoder(Layer layer): FLAC::Encoder::File(), layer_(layer) { } in FileEncoder() 188 static FLAC::Encoder::Stream *new_by_layer(Layer layer) in new_by_layer() 198 FLAC::Encoder::Stream *encoder; in test_stream_encoder() 346 dynamic_cast<FLAC::Encoder::File*>(encoder)->init_ogg(file) : in test_stream_encoder() [all …]
|
D | decoders.cpp | 74 static FLAC__bool die_s_(const char *msg, const FLAC::Decoder::Stream *decoder) in die_s_() 76 FLAC::Decoder::Stream::State state = decoder->get_state(); in die_s_() 179 class StreamDecoder : public FLAC::Decoder::Stream, public DecoderCommon { 183 StreamDecoder(Layer layer): FLAC::Decoder::Stream(), DecoderCommon(layer), file_(0) { } in StreamDecoder() 345 class FileDecoder : public FLAC::Decoder::File, public DecoderCommon { 347 FileDecoder(Layer layer): FLAC::Decoder::File(), DecoderCommon(layer) { } in FileDecoder() 432 static FLAC::Decoder::Stream *new_by_layer(Layer layer) in new_by_layer() 442 FLAC::Decoder::Stream *decoder; in test_stream_decoder() 499 dynamic_cast<FLAC::Decoder::File*>(decoder)->init_ogg(stdin) : in test_stream_decoder() 500 dynamic_cast<FLAC::Decoder::File*>(decoder)->init(stdin); in test_stream_decoder() [all …]
|
/external/flac/src/libFLAC/ |
D | CMakeLists.txt | 49 add_library(FLAC target 83 if(TARGET FLAC-asm) 84 target_sources(FLAC PRIVATE $<TARGET_OBJECTS:FLAC-asm>) 87 target_compile_definitions(FLAC 91 … target_compile_definitions(FLAC PRIVATE $<$<BOOL:${BUILD_SHARED_LIBS}>:FLAC__USE_VISIBILITY_ATTR>) 93 target_include_directories(FLAC INTERFACE 96 target_link_libraries(FLAC PUBLIC $<$<BOOL:${HAVE_LROUND}>:m>) 98 target_link_libraries(FLAC PUBLIC Ogg::ogg) 101 set_target_properties(FLAC PROPERTIES 105 set_target_properties(FLAC PROPERTIES C_VISIBILITY_PRESET hidden) [all …]
|
/external/flac/src/test_libFLAC/ |
D | CMakeLists.txt | 14 "$<TARGET_PROPERTY:FLAC,SOURCE_DIR>/bitreader.c" 15 "$<TARGET_PROPERTY:FLAC,SOURCE_DIR>/bitwriter.c" 16 "$<TARGET_PROPERTY:FLAC,SOURCE_DIR>/crc.c" 17 "$<TARGET_PROPERTY:FLAC,SOURCE_DIR>/md5.c" 24 "$<TARGET_PROPERTY:FLAC,SOURCE_DIR>/include") 25 target_link_libraries(test_libFLAC FLAC grabbag test_libs_common)
|
/external/flac/ |
D | flac-config.cmake.in | 8 if(TARGET FLAC::FLAC) 11 if(TARGET FLAC::FLAC++) 15 check_required_components(FLAC)
|
D | AUTHORS | 1 /* FLAC - Free Lossless Audio Codec 5 * This file is part the FLAC project. FLAC is comprised of several 11 * FLAC distribution contains at the top the terms under which it may be 14 * Since this particular file is relevant to all components of FLAC, 20 Current FLAC maintainer: Erik de Castro Lopo <erikd@mega-nerd.com> 26 FLAC is an Open Source lossless audio codec originally developed by Josh Coalson 27 between 2001 and 2009. From 2009 to 2012 FLAC was basically unmaintained. In
|
D | README | 1 /* FLAC - Free Lossless Audio Codec 5 * This file is part the FLAC project. FLAC is comprised of several 11 * COPYING.FDL). Each file in the FLAC distribution contains at the top the 14 * Since this particular file is relevant to all components of FLAC, 21 FLAC is an Open Source lossless audio codec developed by Josh Coalson from 2001 24 From January 2012 FLAC is being maintained by Erik de Castro Lopo under the 27 FLAC is comprised of 29 decoders for native FLAC and Ogg FLAC, and a metadata interface 32 * `metaflac', a command-line program for viewing and editing FLAC 45 FLAC - 1.3.3 - Contents [all …]
|
D | CMakeLists.txt | 11 project(FLAC VERSION 1.3.3) # HOMEPAGE_URL "https://www.xiph.org/flac/") project 132 NAMESPACE FLAC::) 147 file(GLOB FLAC_HEADERS "include/FLAC/*.h") 148 file(GLOB FLAC++_HEADERS "include/FLAC++/*.h") 149 install(FILES ${FLAC_HEADERS} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/FLAC") 150 install(FILES ${FLAC++_HEADERS} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/FLAC++")
|
D | Makefile.am | 52 FLAC.sln \ 53 FLAC-vs2005.sln \
|
D | configure.ac | 1 # FLAC - Free Lossless Audio Codec 4 # This file is part the FLAC project. FLAC is comprised of several 10 # FLAC distribution contains at the top the terms under which it may be 13 # Since this particular file is relevant to all components of FLAC, 369 dnl build FLAC++ or not 589 include/FLAC/Makefile \ 590 include/FLAC++/Makefile \ 617 FLAC version : ............................ ${VERSION} 631 echo " Ogg/FLAC support : ........................ ${have_ogg}"
|
/external/flac/examples/ |
D | README | 9 c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC 10 c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC 11 cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++ 12 cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++
|
/external/flac/test/ |
D | common.sh.in | 1 # FLAC - Free Lossless Audio Codec 5 # This file is part the FLAC project. FLAC is comprised of several 11 # FLAC distribution contains at the top the terms under which it may be 14 # Since this particular file is relevant to all components of FLAC,
|
/external/flac/include/ |
D | Makefile.am | 20 CPPLIBS_DIRS = FLAC++ 23 SUBDIRS = FLAC $(CPPLIBS_DIRS) share test_libs_common subdir
|
/external/flac/microbench/ |
D | CMakeLists.txt | 14 "$<TARGET_PROPERTY:FLAC,SOURCE_DIR>/include") 16 FLAC
|
/external/flac/man/ |
D | metaflac.sgml | 57 program to list, add, remove, or edit metadata in one or more FLAC files. 74 metadata in one or more FLAC files. You may perform one major operation, 94 Prefix each output line with the FLAC file name (the default if 95 more than one FLAC file is specified). 103 Do not prefix each output line with the FLAC file name (the default 104 if only one FLAC file is specified). 278 FILE is '-' (stdin), only one FLAC file may be specified. 297 FLAC file may be specified. A seekpoint will be added for each 308 CD authoring software. Use '-' for stdout. Only one FLAC file 359 …Export PICTURE block to a file. Use '-' for stdout. Only one FLAC file may be specified on the c… [all …]
|
/external/flac/examples/cpp/encode/file/ |
D | main.cpp | 42 class OurEncoder: public FLAC::Encoder::File { 44 OurEncoder(): FLAC::Encoder::File() { } in OurEncoder()
|
D | CMakeLists.txt | 2 target_link_libraries(encode_file_cxx FLAC++)
|
/external/flac/examples/c/encode/file/ |
D | CMakeLists.txt | 2 target_link_libraries(encode_file FLAC)
|