OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_frames_estimate
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
stream_encoder.h
662
* writing a frame. The \c
total_frames_estimate
argument to the
673
* \param
total_frames_estimate
The estimate of the total number of
678
typedef void (*FLAC__StreamEncoderProgressCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 samples_written, unsigned frames_written, unsigned
total_frames_estimate
, void *client_data);
[
all
...]
/external/flac/libFLAC/
stream_encoder.c
385
unsigned
total_frames_estimate
;
member in struct:FLAC__StreamEncoderPrivate
[
all
...]
Completed in 45 milliseconds