Searched refs:progress_callback_ (Results 1 – 3 of 3) sorted by relevance
/external/flac/src/libFLAC++/ |
D | stream_encoder.cpp | 458 …return ::FLAC__stream_encoder_init_FILE(encoder_, file, progress_callback_, /*client_data=*/(void*… in init() 464 …return ::FLAC__stream_encoder_init_file(encoder_, filename, progress_callback_, /*client_data=*/(v… in init() 475 …return ::FLAC__stream_encoder_init_ogg_FILE(encoder_, file, progress_callback_, /*client_data=*/(v… in init_ogg() 481 …return ::FLAC__stream_encoder_init_ogg_file(encoder_, filename, progress_callback_, /*client_data=… in init_ogg() 506 …void File::progress_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FL… in progress_callback_() function in FLAC::Encoder::File
|
/external/flac/include/FLAC++/ |
D | encoder.h | 253 …static void progress_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, F…
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request_test.cc | 143 progress_callback_ = param; in curl_easy_setopt() 174 if (progress_callback_(progress_data_, 0, std::get<1>(tick), 0, 0)) { in curl_easy_perform() 257 int (*progress_callback_)(void* clientp, curl_off_t dltotal, curl_off_t dlnow, member in tensorflow::__anondfa211b70111::FakeLibCurl
|