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

1 2 3 4 5 6

  /external/webrtc/talk/media/base/
videorenderer.h 50 virtual bool SetSize(int width, int height, int reserved) { return true; };
capturerenderadapter.cc 119 if (iter->renderer->SetSize(static_cast<int>(frame->GetWidth()),
  /external/libvpx/libvpx/test/
frame_size_tests.cc 53 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);
realtime_test.cc 52 video.SetSize(kVideoSourceWidth, kVideoSourceHeight);
yuv_video_source.h 35 SetSize(width, height, format);
77 virtual void SetSize(unsigned int width, unsigned int height,
  /external/webrtc/talk/media/devices/
gdivideorenderer.h 48 // SetSize is called before RenderFrame.
49 virtual bool SetSize(int width, int height, int reserved);
carbonvideorenderer.h 49 // SetSize is called before RenderFrame.
50 virtual bool SetSize(int width, int height, int reserved);
gtkvideorenderer.h 49 // SetSize is called before RenderFrame.
50 virtual bool SetSize(int width, int height, int reserved);
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);
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)) {
  /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/lzma/CPP/7zip/Common/
OffsetStream.cpp 36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize)
38 return _stream->SetSize(_offset + newSize);
OffsetStream.h 23 STDMETHOD(SetSize)(UInt64 newSize);
  /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);
vp9_frame_buffer_pool.h 60 void SetSize(size_t size);
  /external/libmojo/ui/gfx/geometry/
size_f.cc 16 SetSize(width() + grow_width, height() + grow_height);
size_f.h 41 void SetSize(float width, float height) {
58 SetSize(width() * x_scale, height() * y_scale);
size.h 55 void SetSize(int width, int height) {
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.h 31 void SetSize(const UInt64 *size)
  /external/v4l2_codec2/vda/
size.h 30 void SetSize(int width, int height) {
v4l2_device.cc 298 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);
  /external/webrtc/talk/app/webrtc/test/
fakevideotrackrenderer.h 48 if (!fake_renderer_.SetSize(static_cast<int>(video_frame->GetWidth()),
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.h 38 virtual void SetSize(UInt64 size) = 0;
64 void SetSize(UInt64 size);
  /external/lzma/CPP/7zip/
IStream.h 90 STDMETHOD(SetSize)(UInt64 newSize) PURE;

Completed in 427 milliseconds

1 2 3 4 5 6