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

1 2 3 4 5 6 7 8 9

  /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/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/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417BarcodeRow.cpp 26 m_row.SetSize(width);
48 m_output.SetSize(m_row.GetSize() * scale);
BC_PDF417BarcodeMatrix.cpp 27 m_matrix.SetSize(height + 2);
74 m_matrixOut.SetSize(xMax * yMax);
  /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/pdfium/core/fxcrt/
fx_basic_array.cpp 21 bool CFX_BasicArray::SetSize(int nNewSize) {
70 !SetSize(newSize.ValueOrDie())) {
79 if (!SetSize(src.m_nSize)) {
90 if (!SetSize(nIndex + nCount)) {
95 if (!SetSize(m_nSize + nCount)) {
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.h 31 void SetSize(const UInt64 *size)
  /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 37 virtual void SetSize(UInt64 size) = 0;
63 void SetSize(UInt64 size);
  /external/pdfium/xfa/fxbarcode/common/
BC_CommonBitArray.cpp 31 m_bits.SetSize(1);
35 m_bits.SetSize((size + 31) >> 5);
  /external/pdfium/xfa/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 58 m_coefficients.SetSize(coefficientsLength - firstNonZero);
124 sumDiff.SetSize(largerCoefficients.GetSize());
153 product.SetSize(aLength + bLength - 1);
177 product.SetSize(size);
200 product.SetSize(size + degree);
  /external/lzma/CPP/7zip/
IStream.h 90 STDMETHOD(SetSize)(UInt64 newSize) PURE;
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h 81 virtual void SetSize(int width, int height);

Completed in 863 milliseconds

1 2 3 4 5 6 7 8 9