Home
last modified time | relevance | path

Searched refs:SetSize (Results 1 – 25 of 80) sorted by relevance

1234

/external/libvpx/libvpx/test/
Dframe_size_tests.cc53 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F()
64 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F()
77 video.SetSize(4096, 3072); in TEST_F()
79 video.SetSize(4096, 4096); in TEST_F()
90 video.SetSize(1, 1); in TEST_F()
Dyuv_video_source.h35 SetSize(width, height, format); in YUVVideoSource()
77 virtual void SetSize(unsigned int width, unsigned int height, in SetSize() function
Drealtime_test.cc52 video.SetSize(kVideoSourceWidth, kVideoSourceHeight); in TEST_P()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dresize_bilinear_test.cc51 void SetSize(std::initializer_list<int> data) { PopulateTensor(size_, data); } in SetSize() function in tflite::__anon96d23e3c0111::ResizeBilinearOpModel
64 m.SetSize({1, 3}); in TEST()
77 m.SetSize({3, 1}); in TEST()
93 m.SetSize({3, 3}); in TEST()
122 m.SetSize({3, 3}); in TEST()
157 m.SetSize({3, 3}); in TEST()
/external/v4l2_codec2/vda/
Dv4l2_device.cc298 max_resolution->SetSize(0, 0); in GetSupportedResolution()
299 min_resolution->SetSize(0, 0); in GetSupportedResolution()
309 max_resolution->SetSize(frame_size.discrete.width, in GetSupportedResolution()
317 min_resolution->SetSize(frame_size.discrete.width, in GetSupportedResolution()
322 max_resolution->SetSize(frame_size.stepwise.max_width, in GetSupportedResolution()
324 min_resolution->SetSize(frame_size.stepwise.min_width, in GetSupportedResolution()
330 max_resolution->SetSize(1920, 1088); in GetSupportedResolution()
336 min_resolution->SetSize(16, 16); in GetSupportedResolution()
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc54 bool SetSize(int width, int height);
137 bool GdiVideoRenderer::VideoWindow::SetSize(int width, int height) { in SetSize() function in cricket::GdiVideoRenderer::VideoWindow
156 if (!SetSize(static_cast<int>(frame->GetWidth()), in RenderFrame()
264 bool GdiVideoRenderer::SetSize(int width, int height, int reserved) { in SetSize() function in cricket::GdiVideoRenderer
268 return window_->SetSize(width, height); in SetSize()
Dgtkvideorenderer.cc79 bool GtkVideoRenderer::SetSize(int width, int height, int reserved) { in SetSize() function in cricket::GtkVideoRenderer
108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) { in RenderFrame()
Dcarbonvideorenderer.cc112 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) { in SetSize() function in cricket::CarbonVideoRenderer
131 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) { in RenderFrame()
Dgdivideorenderer.h49 virtual bool SetSize(int width, int height, int reserved);
Dgtkvideorenderer.h50 virtual bool SetSize(int width, int height, int reserved);
Dcarbonvideorenderer.h50 virtual bool SetSize(int width, int height, int reserved);
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_frame_buffer_pool.cc31 void Vp9FrameBufferPool::Vp9FrameBuffer::SetSize(size_t size) { in SetSize() function in webrtc::Vp9FrameBufferPool::Vp9FrameBuffer
32 data_.SetSize(size); in SetSize()
81 available_buffer->SetSize(min_size); in GetFrameBuffer()
Dvp9_frame_buffer_pool.h60 void SetSize(size_t size);
/external/lzma/CPP/7zip/Common/
DOffsetStream.cpp36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) in SetSize() function in COffsetOutStream
38 return _stream->SetSize(_offset + newSize); in SetSize()
DOffsetStream.h23 STDMETHOD(SetSize)(UInt64 newSize);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs143 SetSize(newSize); in GrowToInclude()
152 SetSize(a._bits.Length); in OrInPlace()
163 private void SetSize(int nwords) { in SetSize() method in Antlr.Runtime.BitSet
/external/libmojo/ui/gfx/geometry/
Dsize_f.h41 void SetSize(float width, float height) { in SetSize() function
58 SetSize(width() * x_scale, height() * y_scale); in Scale()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs159 SetSize(newSize); in GrowToInclude()
171 SetSize( a._bits.Length ); in OrInPlace()
183 private void SetSize( int nwords ) in SetSize() method in Antlr.Runtime.BitSet
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h38 virtual void SetSize(UInt64 size) = 0;
64 void SetSize(UInt64 size);
/external/webrtc/talk/media/base/
Dvideorenderer.h50 virtual bool SetSize(int width, int height, int reserved) { return true; }; in SetSize() function
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTBoneBatch.cpp70 SetSize(src.m_nCapacity); in CBatch()
101 void SetSize(const int nSize) in SetSize() function in CBatch
469 batch.SetSize(nBatchBoneMax); in Create()
/external/webrtc/webrtc/base/
Dbuffer_unittest.cc102 buf.SetSize(10); in TEST()
113 buf.SetSize(20); in TEST()
/external/libmojo/ui/gfx/geometry/mojo/
Dgeometry_struct_traits.h104 out->SetSize(data.width(), data.height());
117 out->SetSize(data.width(), data.height());
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.h31 void SetSize(const UInt64 *size) in SetSize() function
/external/webrtc/talk/app/webrtc/test/
Dfakevideotrackrenderer.h48 if (!fake_renderer_.SetSize(static_cast<int>(video_frame->GetWidth()), in RenderFrame()

1234