OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:total_frames_estimate
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
stream_encoder.h
661
* writing a frame. The \c
total_frames_estimate
argument to the
672
* \param
total_frames_estimate
The estimate of the total number of
677
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
402
unsigned
total_frames_estimate
;
member in struct:FLAC__StreamEncoderPrivate
[
all
...]
Completed in 2096 milliseconds