Searched refs:SetSize (Results 1 - 25 of 75) sorted by relevance

123

/external/libvpx/libvpx/test/
H A Dframe_size_tests.cc53 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16);
64 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT);
77 video.SetSize(4096, 3072);
79 video.SetSize(4096, 4096);
90 video.SetSize(1, 1);
H A Drealtime_test.cc52 video.SetSize(kVideoSourceWidth, kVideoSourceHeight);
H A Dyuv_video_source.h35 SetSize(width, height, format);
77 virtual void SetSize(unsigned int width, unsigned int height, function in class:libvpx_test::YUVVideoSource
/external/webrtc/talk/media/base/
H A Dvideorenderer.h50 virtual bool SetSize(int width, int height, int reserved) { return true; }; function in class:cricket::VideoRenderer
H A Dcapturerenderadapter.cc119 if (iter->renderer->SetSize(static_cast<int>(frame->GetWidth()),
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dresize_bilinear_test.cc51 void SetSize(std::initializer_list<int> data) { PopulateTensor(size_, data); } function in class:tflite::__anon25950::ResizeBilinearOpModel
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/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) function in class:COffsetOutStream
38 return _stream->SetSize(_offset + newSize);
H A DOffsetStream.h23 STDMETHOD(SetSize)(UInt64 newSize);
/external/webrtc/talk/media/devices/
H A Dgdivideorenderer.h48 // SetSize is called before RenderFrame.
49 virtual bool SetSize(int width, int height, int reserved);
H A Dcarbonvideorenderer.h49 // SetSize is called before RenderFrame.
50 virtual bool SetSize(int width, int height, int reserved);
H A Dgtkvideorenderer.h49 // SetSize is called before RenderFrame.
50 virtual bool SetSize(int width, int height, int reserved);
H A Dgdivideorenderer.cc54 bool SetSize(int width, int height);
137 bool GdiVideoRenderer::VideoWindow::SetSize(int width, int height) { function in class:cricket::GdiVideoRenderer::VideoWindow
156 if (!SetSize(static_cast<int>(frame->GetWidth()),
264 bool GdiVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::GdiVideoRenderer
268 return window_->SetSize(width, height);
H A Dgtkvideorenderer.cc79 bool GtkVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::GtkVideoRenderer
108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
H A Dcarbonvideorenderer.cc112 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::CarbonVideoRenderer
131 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_frame_buffer_pool.cc31 void Vp9FrameBufferPool::Vp9FrameBuffer::SetSize(size_t size) { function in class:webrtc::Vp9FrameBufferPool::Vp9FrameBuffer
32 data_.SetSize(size);
81 available_buffer->SetSize(min_size);
H A Dvp9_frame_buffer_pool.h60 void SetSize(size_t size);
/external/libmojo/ui/gfx/geometry/
H A Dsize_f.cc16 SetSize(width() + grow_width, height() + grow_height);
H A Dsize_f.h41 void SetSize(float width, float height) { function in class:gfx::SizeF
58 SetSize(width() * x_scale, height() * y_scale);
H A Dsize.h55 void SetSize(int width, int height) {
/external/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.h31 void SetSize(const UInt64 *size) function in struct:NOverwriteDialog::CFileInfo
/external/webrtc/talk/app/webrtc/test/
H A Dfakevideotrackrenderer.h48 if (!fake_renderer_.SetSize(static_cast<int>(video_frame->GetWidth()),
/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.h38 virtual void SetSize(UInt64 size) = 0;
64 void SetSize(UInt64 size);
/external/v4l2_codec2/vda/
H A Dv4l2_device.cc298 max_resolution->SetSize(0, 0);
299 min_resolution->SetSize(0, 0);
309 max_resolution->SetSize(frame_size.discrete.width,
317 min_resolution->SetSize(frame_size.discrete.width,
322 max_resolution->SetSize(frame_size.stepwise.max_width,
324 min_resolution->SetSize(frame_size.stepwise.min_width,
330 max_resolution->SetSize(1920, 1088);
336 min_resolution->SetSize(16, 16);
H A Dsize.h30 void SetSize(int width, int height) {
/external/lzma/CPP/7zip/
H A DIStream.h90 STDMETHOD(SetSize)(UInt64 newSize) PURE;

Completed in 503 milliseconds

123