OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_buffer_
(Results
1 - 3
of
3
) 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
...]
Completed in 118 milliseconds