HomeSort by relevance Sort by last modified time
    Searched defs:SetSize (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/lzma/CPP/7zip/Common/
OffsetStream.cpp 36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize)
38 return _stream->SetSize(_offset + newSize);
LimitedStreams.cpp 363 STDMETHODIMP CTailOutStream::SetSize(UInt64 newSize)
366 return Stream->SetSize(Offset + newSize);
FileStreams.cpp 392 STDMETHODIMP COutFileStream::SetSize(UInt64 newSize)
  /external/webrtc/talk/media/base/
videorenderer.h 50 virtual bool SetSize(int width, int height, int reserved) { return true; };
fakevideorenderer.h 50 virtual bool SetSize(int width, int height, int reserved) {
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.h 31 void SetSize(const UInt64 *size)
  /external/tensorflow/tensorflow/contrib/lite/kernels/
resize_bilinear_test.cc 51 void SetSize(std::initializer_list<int> data) { PopulateTensor(size_, data); }
64 m.SetSize({1, 3});
77 m.SetSize({3, 1});
93 m.SetSize({3, 3});
122 m.SetSize({3, 3});
157 m.SetSize({3, 3});
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_frame_buffer_pool.cc 31 void Vp9FrameBufferPool::Vp9FrameBuffer::SetSize(size_t size) {
32 data_.SetSize(size);
81 available_buffer->SetSize(min_size);
  /art/libartbase/base/
length_prefixed_array.h 84 void SetSize(size_t length) {
  /external/libmojo/ui/gfx/geometry/
size_f.h 41 void SetSize(float width, float height) {
58 SetSize(width() * x_scale, height() * y_scale);
  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 79 bool GtkVideoRenderer::SetSize(int width, int height, int reserved) {
108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
carbonvideorenderer.cc 112 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) {
131 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
gdivideorenderer.cc 54 bool SetSize(int width, int height);
137 bool GdiVideoRenderer::VideoWindow::SetSize(int width, int height) {
156 if (!SetSize(static_cast<int>(frame->GetWidth()),
264 bool GdiVideoRenderer::SetSize(int width, int height, int reserved) {
268 return window_->SetSize(width, height);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 143 SetSize(newSize);
152 SetSize(a._bits.Length);
163 private void SetSize(int nwords) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 159 SetSize(newSize);
171 SetSize( a._bits.Length );
183 private void SetSize( int nwords )
  /external/libvpx/libvpx/test/
yuv_video_source.h 35 SetSize(width, height, format);
77 virtual void SetSize(unsigned int width, unsigned int height,
video_source.h 171 void SetSize(unsigned int width, unsigned int height) {
  /external/webrtc/webrtc/base/
buffer.h 155 void SetSize(size_t size) {
  /external/lzma/CPP/Common/
MyBuffer.h 212 // SetSize doesn't keep old items. It allocates new array if size is not equal
213 void SetSize(unsigned size)
  /external/skia/src/utils/win/
SkIStream.cpp 63 HRESULT STDMETHODCALLTYPE SkBaseIStream::SetSize(ULARGE_INTEGER)
  /external/skqp/src/utils/win/
SkIStream.cpp 63 HRESULT STDMETHODCALLTYPE SkBaseIStream::SetSize(ULARGE_INTEGER)
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.cpp 129 void CHashBundle::SetSize(UInt64 size)
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTBoneBatch.cpp 70 SetSize(src.m_nCapacity);
96 @Function SetSize
101 void SetSize(const int nSize)
469 batch.SetSize(nBatchBoneMax);
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc 470 void GtkMainWnd::VideoRenderer::SetSize(int width, int height) {
489 SetSize(static_cast<int>(frame->GetWidth()),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasSetTracker.h 165 unsigned SetSize;
206 unsigned size() { return SetSize; }
249 Volatile(false), SetSize(0) {}

Completed in 787 milliseconds

1 2 3