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

1 2 3 4 5 6 7 8

  /external/webrtc/talk/media/base/
videorenderer.h 50 virtual bool SetSize(int width, int height, int reserved) { return true; };
  /external/libvpx/libvpx/test/
frame_size_tests.cc 54 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16);
65 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT);
78 video.SetSize(4096, 3072);
80 video.SetSize(4096, 4096);
91 video.SetSize(1, 1);
yuv_video_source.h 43 SetSize(width, height, format);
86 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)) {
  /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/src/fxbarcode/pdf417/
BC_PDF417BarcodeRow.cpp 26 m_row.SetSize(width);
48 m_output.SetSize(m_row.GetSize() * scale);
BC_PDF417ECModulusGF.cpp 39 m_expTable.SetSize(modulus);
40 m_logTable.SetSize(modulus);
82 coefficients.SetSize(degree + 1);
BC_PDF417BarcodeMatrix.cpp 27 m_matrix.SetSize(height + 2);
75 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/xfa/src/fxbarcode/
BC_BufferedImageLuminanceSource.cpp 105 m_rgbData.SetSize(m_height * m_width);
117 m_rgbData.SetSize(m_height * m_width);
135 row.SetSize(width);
138 m_rgbData.SetSize(width);
153 matirx->SetSize(m_bytesPerLine * m_height);
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDataBlock.cpp 44 result->SetSize(totalBlocks);
52 codewords.SetSize(numBlockCodewords);
55 codewords.SetSize(0);
BC_ErrorCorrection.cpp 101 dataSizes.SetSize(blockCount);
103 errorSizes.SetSize(blockCount);
105 startPos.SetSize(blockCount);
BC_DataMatrixDecoder.cpp 66 resultBytes.SetSize(totalBytes);
101 codewordsInts.SetSize(numCodewords);
  /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()),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 39 SetSize(width, height);
83 void SetSize(unsigned int width, unsigned int height) {
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.h 37 virtual void SetSize(UInt64 size) = 0;
63 void SetSize(UInt64 size);
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonBitArray.cpp 30 m_bits.SetSize(1);
34 m_bits.SetSize((size + 31) >> 5);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDataBlock.cpp 60 datablock->SetSize(totalBlocks);
70 bytearray->SetSize(numBlockCodewords);

Completed in 2085 milliseconds

1 2 3 4 5 6 7 8