/external/libvpx/libvpx/test/ |
D | frame_size_tests.cc | 54 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F() 65 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F() 78 video.SetSize(4096, 3072); in TEST_F() 80 video.SetSize(4096, 4096); in TEST_F() 91 video.SetSize(1, 1); in TEST_F()
|
D | yuv_video_source.h | 43 SetSize(width, height, format); in YUVVideoSource() 86 virtual void SetSize(unsigned int width, unsigned int height, in SetSize() function
|
/external/pdfium/xfa/src/fxbarcode/ |
D | BC_BufferedImageLuminanceSource.cpp | 105 m_rgbData.SetSize(m_height * m_width); in Init() 117 m_rgbData.SetSize(m_height * m_width); in CBC_BufferedImageLuminanceSource() 135 row.SetSize(width); in GetRow() 138 m_rgbData.SetSize(width); in GetRow() 153 matirx->SetSize(m_bytesPerLine * m_height); in GetMatrix()
|
/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()
|
/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/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DataMatrixDataBlock.cpp | 44 result->SetSize(totalBlocks); in GetDataBlocks() 52 codewords.SetSize(numBlockCodewords); in GetDataBlocks() 55 codewords.SetSize(0); in GetDataBlocks()
|
D | BC_ErrorCorrection.cpp | 101 dataSizes.SetSize(blockCount); in encodeECC200() 103 errorSizes.SetSize(blockCount); in encodeECC200() 105 startPos.SetSize(blockCount); in encodeECC200()
|
D | BC_DataMatrixDecoder.cpp | 66 resultBytes.SetSize(totalBytes); in Decode() 101 codewordsInts.SetSize(numCodewords); in CorrectErrors()
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417ECModulusGF.cpp | 39 m_expTable.SetSize(modulus); in CBC_PDF417ECModulusGF() 40 m_logTable.SetSize(modulus); in CBC_PDF417ECModulusGF() 82 coefficients.SetSize(degree + 1); in buildMonomial()
|
D | BC_PDF417DecodedBitStreamParser.cpp | 135 segmentIndexArray.SetSize(NUMBER_OF_SEQUENCE_CODEWORDS); in decodeMacroBlock() 149 additionalOptionCodeWords.SetSize(codewords[0] - codeIndex); in decodeMacroBlock() 170 array.SetSize(additionalOptionCodeWordsIndex); in decodeMacroBlock() 183 textCompactionData.SetSize((codewords[0] - codeIndex) << 1); in textCompaction() 185 byteCompactionData.SetSize((codewords[0] - codeIndex) << 1); in textCompaction() 365 byteCompactedCodewords.SetSize(6); in byteCompaction() 447 numericCodewords.SetSize(MAX_NUMERIC_CODEWORDS); in numericCompaction()
|
D | BC_PDF417ECModulusPoly.cpp | 44 m_coefficients.SetSize(coefficientsLength - firstNonZero); in CBC_PDF417ECModulusPoly() 117 sumDiff.SetSize(largerCoefficients.GetSize()); in add() 165 product.SetSize(aLength + bLength - 1); in multiply() 180 negativeCoefficients.SetSize(size); in negative() 206 product.SetSize(size); in multiply() 231 product.SetSize(size + degree); in multiplyByMonomial()
|
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() 75 m_matrixOut.SetSize(xMax * yMax); in getScaledMatrix()
|
D | BC_PDF417CodewordDecoder.cpp | 63 bitCount->SetSize(CBC_PDF417Common::BARS_IN_MODULE); in sampleBitCounts() 96 bitCountRatios.SetSize(CBC_PDF417Common::BARS_IN_MODULE); in getClosestDecodedValue()
|
/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()
|
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/ |
D | BC_ReedSolomonGF256Poly.cpp | 55 m_coefficients.SetSize(coefficientsLength - firstNonZero); in Init() 123 sumDiff.SetSize(largerCoefficients.GetSize()); in AddOrSubtract() 153 product.SetSize(aLength + bLength - 1); in Multiply() 180 product.SetSize(size); in Multiply() 204 product.SetSize(size + degree); in MultiplyByMonomial()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_array.cpp | 21 FX_BOOL CFX_BasicArray::SetSize(int nNewSize) { in SetSize() function in CFX_BasicArray 68 !SetSize(newSize.ValueOrDie())) { in Append() 77 if (!SetSize(src.m_nSize)) { in Copy() 88 if (!SetSize(nIndex + nCount)) { in InsertSpaceAt() 93 if (!SetSize(m_nSize + nCount)) { in InsertSpaceAt()
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OnedCodaBarReader.cpp | 57 counters.SetSize(7); in DecodeRow() 133 counters.SetSize(7); in FindAsteriskPattern() 150 result->SetSize(2); in FindAsteriskPattern()
|
D | BC_OneDimReader.cpp | 47 startEndPattern.SetSize(3); in FindStartGuardPattern() 150 counters.SetSize(patternLength); in FindGuardPattern() 171 result->SetSize(2); in FindGuardPattern()
|
/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/src/fxbarcode/common/ |
D | BC_CommonBitArray.cpp | 30 m_bits.SetSize(1); in CBC_CommonBitArray() 34 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/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRDataBlock.cpp | 60 datablock->SetSize(totalBlocks); in GetDataBlocks() 70 bytearray->SetSize(numBlockCodewords); in GetDataBlocks()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | HashCalc.h | 37 virtual void SetSize(UInt64 size) = 0; 63 void SetSize(UInt64 size);
|