Home
last modified time | relevance | path

Searched defs:total_frames_estimate (Results 1 – 7 of 7) sorted by relevance

/external/flac/examples/cpp/encode/file/
Dmain.cpp173 …tes_written, FLAC__uint64 samples_written, uint32_t frames_written, uint32_t total_frames_estimate) in progress_callback()
/external/flac/examples/c/encode/file/
Dmain.c166 …tten, FLAC__uint64 samples_written, unsigned frames_written, unsigned total_frames_estimate, void … in progress_callback()
/external/flac/src/libFLAC++/
Dstream_encoder.cpp501 …tes_written, FLAC__uint64 samples_written, uint32_t frames_written, uint32_t total_frames_estimate) in progress_callback()
506 …tten, FLAC__uint64 samples_written, uint32_t frames_written, uint32_t total_frames_estimate, void … in progress_callback_()
/external/flac/src/test_libFLAC++/
Dencoders.cpp183 …tes_written, FLAC__uint64 samples_written, uint32_t frames_written, uint32_t total_frames_estimate) in progress_callback()
/external/flac/src/test_libFLAC/
Dencoders.c148 …tten, FLAC__uint64 samples_written, uint32_t frames_written, uint32_t total_frames_estimate, void … in stream_encoder_progress_callback_()
/external/flac/src/flac/
Dencode.c2460 …tten, FLAC__uint64 samples_written, uint32_t frames_written, uint32_t total_frames_estimate, void … in encoder_progress_callback()
/external/flac/src/libFLAC/
Dstream_encoder.c384 uint32_t total_frames_estimate; member