HomeSort by relevance Sort by last modified time
    Searched defs:buffer_ (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /external/webrtc/talk/app/webrtc/
androidvideocapturer.cc 63 buffer_ = buffer;
71 buffer_ = nullptr;
87 RTC_CHECK(buffer_->native_handle() == nullptr);
90 ShallowCenterCrop(buffer_, dst_width, dst_height),
104 if (buffer_->native_handle() != nullptr) {
106 RTC_CHECK_EQ(cropped_input_width, buffer_->width());
107 RTC_CHECK_EQ(cropped_input_height, buffer_->height());
109 static_cast<webrtc_jni::AndroidTextureBuffer*>(buffer_.get())
125 rtc::scoped_refptr<webrtc::VideoFrameBuffer> buffer_; member in class:webrtc::AndroidVideoCapturer::FrameFactory
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 138 uint8_t BufferLookahead(int i) { return buffer_[cursor_ + i]; }
180 std::vector<uint8_t> buffer_; member in class:BitcodeWrapperer
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
filereadstream.h 37 FileReadStream(std::FILE* fp, char* buffer, size_t bufferSize) : fp_(fp), buffer_(buffer), bufferSize_(bufferSize), bufferLast_(0), current_(buffer_), readCount_(0), count_(0), eof_(false) {
45 size_t Tell() const { return count_ + static_cast<size_t>(current_ - buffer_); }
64 readCount_ = fread(buffer_, 1, bufferSize_, fp_);
65 bufferLast_ = buffer_ + readCount_ - 1;
66 current_ = buffer_;
69 buffer_[readCount_] = '\0';
77 Ch *buffer_; member in class:FileReadStream
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 216 // Insures that buffer_ is not NULL.
234 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
305 // Insures that buffer_ is not NULL.
323 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 216 // Insures that buffer_ is not NULL.
234 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
305 // Insures that buffer_ is not NULL.
323 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 216 // Insures that buffer_ is not NULL.
234 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
305 // Insures that buffer_ is not NULL.
323 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 296 char* buffer_; member in class:google::protobuf::io::Printer
zero_copy_stream_impl_lite.h 249 // Insures that buffer_ is not NULL.
267 google::protobuf::scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
338 // Insures that buffer_ is not NULL.
356 google::protobuf::scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 216 // Insures that buffer_ is not NULL.
234 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
305 // Insures that buffer_ is not NULL.
323 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /system/core/include/ziparchive/
zip_writer.h 163 std::vector<uint8_t> buffer_; member in class:ZipWriter
  /system/keymaster/include/keymaster/
serializable.h 203 Buffer() : buffer_(NULL), buffer_size_(0), read_position_(0), write_position_(0) {}
204 Buffer(size_t size) : buffer_(NULL) { Reinitialize(size); }
205 Buffer(const void* buf, size_t size) : buffer_(NULL) { Reinitialize(buf, size); }
229 const uint8_t* peek_read() const { return buffer_.get() + read_position_; }
237 uint8_t* peek_write() { return buffer_.get() + write_position_; }
255 UniquePtr<uint8_t[]> buffer_; member in class:keymaster::Buffer
  /external/google-breakpad/src/common/
byte_cursor.h 86 : buffer_(buffer), here_(buffer->start),
97 assert(buffer_->start <= here && here <= buffer_->end);
103 size_t Available() const { return size_t(buffer_->end - here_); }
177 here_ = buffer_->end;
243 here_ = buffer_->end;
250 const ByteBuffer *buffer_; member in namespace:google_breakpad
252 // The next byte within buffer_ that we'll read.
  /external/libchrome/base/strings/
safe_sprintf.cc 113 : buffer_(buffer),
145 // Returns the number of bytes that would have been emitted to |buffer_|
154 // Emits one |ch| character into the |buffer_| and updates the |count_| of
159 // have been allocated for the |buffer_|.
162 buffer_[count_] = ch;
172 // Inserts |padding|-|len| bytes worth of padding into the |buffer_|.
176 // Returns "false", iff the the |buffer_| filled up (i.e. |count_|
221 // Returns "false", if the |buffer_| overflowed at any time.
251 // at |buffer_| + |count_|, but could be before that if truncation
253 // successfully placed into the |buffer_|
263 char* buffer_; member in class:base::strings::__anon14351::Buffer
    [all...]
  /external/v8/src/parsing/
scanner-character-streams.h 40 uc16 buffer_[kBufferSize]; member in class:v8::internal::BufferedUtf16CharacterStream
  /system/update_engine/payload_consumer/
delta_performer.h 203 // Appends up to |*count_p| bytes from |*bytes_p| to |buffer_|, but only to
204 // the extent that the size of |buffer_| does not exceed |max|. Advances
269 // Extracts the payload signature message from the current |buffer_| if the
274 // Updates the payload hash calculator with the bytes in |buffer_|, also
276 // bytes in |buffer_|. Then discard the content, ensuring that memory is being
359 brillo::Blob buffer_; member in class:chromeos_update_engine::DeltaPerformer
360 // Offset of buffer_ in the binary blobs section of the update.
  /art/runtime/base/
logging.cc 167 return buffer_;
171 return buffer_.str();
175 std::ostringstream buffer_; member in class:art::LogMessageData
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 322 stack->info.module, stack->info.module_offset, buffer_, kBufferSize);
323 if (result) ParseSymbolizePCOutput(buffer_, stack);
329 buffer_, kBufferSize);
331 ParseSymbolizeDataOutput(buffer_, info);
365 char buffer_[kBufferSize]; member in class:__sanitizer::InternalSymbolizer
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 139 Scratch() : buffer_(), size_(0) {}
145 buffer_.reset(new std::uint8_t[required_size]);
150 buffer_.reset(nullptr);
154 std::uint8_t* buffer() { return buffer_.get(); }
157 std::unique_ptr<std::uint8_t[]> buffer_; member in class:gemmlowp::eight_bit_int_gemm::__anon11281::Scratch
  /external/google-breakpad/src/common/mac/
macho_reader.h 145 ByteBuffer buffer_; member in class:google_breakpad::mach_o::FatReader
431 ByteBuffer buffer_; member in class:google_breakpad::mach_o::Reader
446 // The region of buffer_ occupied by load commands.
  /external/icu/icu4c/source/i18n/
collationkeys.h 33 : buffer_(dest), capacity_(destCapacity),
45 buffer_[appended_] = (char)b;
67 UBool IsOk() const { return buffer_ != NULL; }
74 buffer_ = NULL;
78 char *buffer_; member in class:SortKeyByteSink
  /external/libchrome/base/
values.h 193 char* GetBuffer() { return buffer_.get(); }
194 const char* GetBuffer() const { return buffer_.get(); }
202 scoped_ptr<char[]> buffer_; member in class:base::BinaryValue
  /external/libvpx/libvpx/test/
encode_test_driver.h 69 buffer_.append(reinterpret_cast<char *>(pkt.data.twopass_stats.buf),
74 const vpx_fixed_buf_t buf = { &buffer_[0], buffer_.size() };
79 buffer_.clear();
83 std::string buffer_; member in class:libvpx_test::TwopassStatsStore
  /external/libweave/src/privet/
auth_manager.cc 52 : buffer_(uw_macaroon_caveat_creation_get_buffsize_(type, str_len)) {
53 CHECK(!buffer_.empty());
59 std::vector<uint8_t> buffer_; member in class:weave::privet::__anon16750::Caveat
68 CHECK(uw_macaroon_caveat_create_scope_(scope, buffer_.data(),
69 buffer_.size(), &caveat_));
80 ToJ2000Time(timestamp), buffer_.data(), buffer_.size(), &caveat_));
91 ToJ2000Time(timestamp), buffer_.data(), buffer_.size(), &caveat_));
102 id.data(), id.size(), buffer_.data(), buffer_.size(), &caveat_))
    [all...]
  /external/libweave/third_party/chromium/base/
values.h 187 char* GetBuffer() { return buffer_.get(); }
188 const char* GetBuffer() const { return buffer_.get(); }
196 scoped_ptr<char[]> buffer_; member in class:base::BinaryValue
  /external/opencv3/modules/core/src/
opengl.cpp 153 GLuint buffer_; member in class:__anon20827::CudaResource
158 CudaResource::CudaResource() : resource_(0), buffer_(0)
171 if (buffer_ == buffer)
180 buffer_ = buffer;
189 buffer_ = 0;
    [all...]

Completed in 1495 milliseconds

1 23 4 5 6