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

1 2 3 4 5

  /external/webrtc/talk/media/base/
capturerenderadapter.cc 116 const bool new_resolution = iter->render_width != frame->GetWidth() ||
119 if (iter->renderer->SetSize(static_cast<int>(frame->GetWidth()),
121 iter->render_width = frame->GetWidth();
125 frame->GetWidth() << " x " << frame->GetHeight();
videoframefactory.cc 62 output_frame_->GetWidth() != static_cast<size_t>(output_width) ||
videoframe.cc 57 const size_t width = GetWidth();
107 int32_t src_width = static_cast<int>(GetWidth());
140 stride_rgb, static_cast<int>(GetWidth()),
164 size_t src_width = GetWidth();
179 int32_t iwidth_offset = ROUNDTO2((GetWidth() - src_width) / 2);
212 dst->GetWidth(), dst->GetHeight(),
236 static_cast<int>(GetWidth()),
fakevideorenderer.h 66 frame->GetWidth() != static_cast<size_t>(width_) ||
73 << frame->GetWidth() << "x" << frame->GetHeight();
120 size_t y_width = frame->GetWidth();
videoframe.h 67 virtual size_t GetWidth() const = 0;
70 size_t GetChromaWidth() const { return (GetWidth() + 1) / 2; }
yuvframegenerator.h 67 int GetWidth() { return width_; }
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 20 int GetWidth() const;
  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
115 frame->GetWidth() * frame->GetHeight() * 4,
116 frame->GetWidth() * 4);
129 frame->GetWidth(),
133 frame->GetWidth() * 4);
carbonvideorenderer.cc 131 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
139 frame->GetWidth() * frame->GetHeight() * 4,
140 frame->GetWidth() * 4);
  /external/pdfium/core/fxcodec/codec/
ccodec_scanlinedecoder.h 29 int GetWidth() { return m_OutputWidth; }
  /external/pdfium/xfa/fxbarcode/common/
BC_CommonByteMatrix.h 20 int32_t GetWidth();
BC_CommonBitMatrix.h 35 int32_t GetWidth();
BC_CommonByteMatrix.cpp 41 int32_t CBC_CommonByteMatrix::GetWidth() {
  /external/pdfium/xfa/fxbarcode/
BC_TwoDimWriter.cpp 32 leftPos = (m_Width - m_output->GetWidth()) / 2;
36 if (m_Width < m_output->GetWidth() && m_Height < m_output->GetHeight()) {
38 (FX_FLOAT)m_Width / (FX_FLOAT)m_output->GetWidth(), 0.0, 0.0,
43 for (int32_t x = 0; x < m_output->GetWidth(); x++) {
65 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight());
75 leftPos = (m_Width - m_output->GetWidth()) / 2;
78 for (int32_t x = 0; x < m_output->GetWidth(); x++) {
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 67 EXPECT_EQ(dest_frame->GetWidth(), src_width);
73 EXPECT_EQ(dest_frame->GetWidth(), src_height);
76 EXPECT_EQ(dest_frame->GetWidth(), src_width);
  /external/webrtc/talk/app/webrtc/test/
fakevideotrackrenderer.h 48 if (!fake_renderer_.SetSize(static_cast<int>(video_frame->GetWidth()),
  /external/pdfium/testing/libfuzzer/
xfa_codec_fuzzer.h 36 bitmap->Create(decoder->GetWidth(), decoder->GetHeight(), FXDIB_Argb);
43 status = decoder->StartDecode(bitmap.get(), 0, 0, bitmap->GetWidth(),
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm 22 return _videoFrame->GetWidth();
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMaskUtil.cpp 41 int32_t width = matrix->GetWidth();
60 int32_t width = matrix->GetWidth();
112 int32_t width = matrix->GetWidth();
121 int32_t numTotalCells = matrix->GetHeight() * matrix->GetWidth();
175 int32_t width = matrix->GetWidth();
BC_QRCoder.cpp 99 m_matrixWidth == m_matrix->GetWidth() &&
100 m_matrix->GetWidth() == m_matrix->GetHeight();
  /external/pdfium/core/fpdfapi/render/
cpdf_devicebuffer.cpp 69 m_pDevice->CreateCompatibleBitmap(&buffer, m_pBitmap->GetWidth(),
72 buffer.CompositeBitmap(0, 0, buffer.GetWidth(), buffer.GetHeight(),
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 38 return _videoFrame->GetWidth();
RTCVideoRendererAdapter.mm 46 CGSize currentSize = CGSizeMake(frame->GetWidth(), frame->GetHeight());
  /external/opencv/otherlibs/highgui/
grfmt_base.h 70 int GetWidth() { return m_width; };
  /external/skia/experimental/SkV8Example/
DrawingMethods.h 42 static void GetWidth(v8::Local<v8::String> name,

Completed in 427 milliseconds

1 2 3 4 5