Searched defs:current_frame (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp381 unsigned current_frame) {
382 UNUSED_UNLESS_VERBOSE(current_frame);
384 bytes, samples, current_frame);
483 unsigned current_frame,
486 buffer, bytes, samples, current_frame);
378 onEncodedFlacAvailable( const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame) argument
478 flacEncoderWriteCallback( const FLAC__StreamEncoder * , const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data) argument

Completed in 179 milliseconds