/external/libvpx/libvpx/test/ |
D | frame_size_tests.cc | 53 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()
|
D | yuv_video_source.h | 35 SetSize(width, height, format); in YUVVideoSource() 77 virtual void SetSize(unsigned int width, unsigned int height, in SetSize() function
|
D | realtime_test.cc | 52 video.SetSize(kVideoSourceWidth, kVideoSourceHeight); in TEST_P()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_array.cpp | 21 bool CFX_BasicArray::SetSize(int nNewSize) { in SetSize() function in CFX_BasicArray 70 !SetSize(newSize.ValueOrDie())) { in Append() 79 if (!SetSize(src.m_nSize)) { in Copy() 90 if (!SetSize(nIndex + nCount)) { in InsertSpaceAt() 95 if (!SetSize(m_nSize + nCount)) { in InsertSpaceAt()
|
D | fx_basic.h | 185 bool SetSize(int nNewSize); 209 bool SetSize(int nNewSize) { return CFX_BasicArray::SetSize(nNewSize); } in SetSize() function 211 void RemoveAll() { SetSize(0); } in RemoveAll() 243 if (nIndex >= m_nSize && !SetSize(nIndex + 1)) in SetAtGrow() 253 } else if (!SetSize(m_nSize + 1)) { in Add()
|
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 290 max_resolution->SetSize(0, 0); in GetSupportedResolution() 291 min_resolution->SetSize(0, 0); in GetSupportedResolution() 301 max_resolution->SetSize(frame_size.discrete.width, in GetSupportedResolution() 309 min_resolution->SetSize(frame_size.discrete.width, in GetSupportedResolution() 314 max_resolution->SetSize(frame_size.stepwise.max_width, in GetSupportedResolution() 316 min_resolution->SetSize(frame_size.stepwise.min_width, in GetSupportedResolution() 322 max_resolution->SetSize(1920, 1088); in GetSupportedResolution() 328 min_resolution->SetSize(16, 16); in GetSupportedResolution()
|
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 54 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()
|
D | gtkvideorenderer.cc | 79 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()
|
D | carbonvideorenderer.cc | 112 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()
|
D | gdivideorenderer.h | 49 virtual bool SetSize(int width, int height, int reserved);
|
D | gtkvideorenderer.h | 50 virtual bool SetSize(int width, int height, int reserved);
|
D | carbonvideorenderer.h | 50 virtual bool SetSize(int width, int height, int reserved);
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_frame_buffer_pool.cc | 31 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()
|
/external/lzma/CPP/7zip/Common/ |
D | OffsetStream.cpp | 36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) in SetSize() function in COffsetOutStream 38 return _stream->SetSize(_offset + newSize); in SetSize()
|
D | OffsetStream.h | 23 STDMETHOD(SetSize)(UInt64 newSize);
|
/external/pdfium/xfa/fxbarcode/common/reedsolomon/ |
D | BC_ReedSolomonGF256Poly.cpp | 58 m_coefficients.SetSize(coefficientsLength - firstNonZero); in Init() 124 sumDiff.SetSize(largerCoefficients.GetSize()); in AddOrSubtract() 153 product.SetSize(aLength + bLength - 1); in Multiply() 177 product.SetSize(size); in Multiply() 200 product.SetSize(size + degree); in MultiplyByMonomial()
|
/external/pdfium/xfa/fxbarcode/pdf417/ |
D | BC_PDF417BarcodeRow.cpp | 26 m_row.SetSize(width); in CBC_BarcodeRow() 48 m_output.SetSize(m_row.GetSize() * scale); in getScaledRow()
|
D | BC_PDF417BarcodeMatrix.cpp | 27 m_matrix.SetSize(height + 2); in CBC_BarcodeMatrix() 74 m_matrixOut.SetSize(xMax * yMax); in getScaledMatrix()
|
/external/pdfium/xfa/fxbarcode/datamatrix/ |
D | BC_ErrorCorrection.cpp | 137 dataSizes.SetSize(blockCount); in encodeECC200() 139 errorSizes.SetSize(blockCount); in encodeECC200() 141 startPos.SetSize(blockCount); in encodeECC200()
|
D | BC_HighLevelEncoder.cpp | 165 mins.SetSize(6); in lookAheadTest() 167 intCharCounts.SetSize(6); in lookAheadTest() 235 intCharCounts.SetSize(6); in lookAheadTest() 237 mins.SetSize(6); in lookAheadTest()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BitSet.cs | 143 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/pdfium/xfa/fxbarcode/common/ |
D | BC_CommonBitArray.cpp | 31 m_bits.SetSize(1); in CBC_CommonBitArray() 35 m_bits.SetSize((size + 31) >> 5); in CBC_CommonBitArray()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BitSet.cs | 159 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/ |
D | HashCalc.h | 38 virtual void SetSize(UInt64 size) = 0; 64 void SetSize(UInt64 size);
|
/external/webrtc/talk/media/base/ |
D | videorenderer.h | 50 virtual bool SetSize(int width, int height, int reserved) { return true; }; in SetSize() function
|