HomeSort by relevance Sort by last modified time
    Searched defs:input_buffer_ (Results 1 - 4 of 4) sorted by null

  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 149 RingBuffer* input_buffer_; member in class:video_editing::SolaTimeScaler
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 189 void* input_buffer_; member in class:google::protobuf::io::GzipOutputStream
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 115 // input_file_ will be valid and input_buffer_ will be allocated.
120 &input_buffer_);
137 // into input_buffer_. If successful, returns true and sets *bytes_read
138 // to the number of bytes read into input_buffer_. If an error occurs,
177 // input_buffer_ will be the value specified by the --buffersize option.
181 std::vector<char> input_buffer_; member in class:open_vcdiff::VCDiffFileBasedCoder
313 *bytes_read = fread(&input_buffer_[0], 1, input_buffer_.size(), input_file_);
418 if (!encoder.EncodeChunk(&input_buffer_[0], bytes_read, &output)) {
473 if (!decoder.DecodeChunk(&input_buffer_[0], bytes_read, &output))
    [all...]
  /external/open-vcdiff/src/
vcdiff_main.cc 116 // input_file_ will be valid and input_buffer_ will be allocated.
121 &input_buffer_);
138 // into input_buffer_. If successful, returns true and sets *bytes_read
139 // to the number of bytes read into input_buffer_. If an error occurs,
178 // input_buffer_ will be the value specified by the --buffersize option.
182 std::vector<char> input_buffer_; member in class:open_vcdiff::VCDiffFileBasedCoder
314 *bytes_read = fread(&input_buffer_[0], 1, input_buffer_.size(), input_file_);
422 if (!encoder.EncodeChunk(&input_buffer_[0], bytes_read, &output)) {
477 if (!decoder.DecodeChunk(&input_buffer_[0], bytes_read, &output))
    [all...]

Completed in 214 milliseconds