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

1 2 3 4 5 6

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturerenderadapter.cc 117 const bool new_resolution = iter->render_width != frame->GetWidth() ||
120 if (iter->renderer->SetSize(static_cast<int>(frame->GetWidth()),
122 iter->render_width = frame->GetWidth();
126 frame->GetWidth() << " x " << frame->GetHeight();
videoframe.cc 58 const size_t width = GetWidth();
90 int32 src_width = static_cast<int>(GetWidth());
101 memcpy(dst_y, GetYPlane(), GetWidth() * GetHeight());
128 size_t src_width = GetWidth();
143 int32 iwidth_offset = ROUNDTO2((GetWidth() - src_width) / 2);
201 dst->GetWidth(), dst->GetHeight(),
225 static_cast<int>(GetWidth()),
230 memset(GetYPlane(), 16, GetWidth() * GetHeight());
videoadapter.cc 273 VideoFormat format(static_cast<int>(in_frame->GetWidth()),
306 << " Input: " << in_frame->GetWidth()
318 static_cast<int>(in_frame->GetWidth()),
321 output_format_.width = static_cast<int>(in_frame->GetWidth() * scale + .5f);
325 output_format_.width = static_cast<int>(in_frame->GetWidth());
330 in_frame->GetWidth() == static_cast<size_t>(output_format_.width) &&
344 if (in_frame->GetWidth() != (*out_frame)->GetWidth() ||
357 if (previous_width_ && (previous_width_ != (*out_frame)->GetWidth() ||
370 << " Input: " << in_frame->GetWidth()
    [all...]
fakevideorenderer.h 66 frame->GetWidth() != static_cast<size_t>(width_) ||
73 << frame->GetWidth() << "x" << frame->GetHeight();
117 size_t y_width = frame->GetWidth();
videoframe.h 64 virtual size_t GetWidth() const = 0;
66 size_t GetChromaWidth() const { return (GetWidth() + 1) / 2; }
yuvframegenerator.h 39 int GetWidth() { return width_; }
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gtkvideorenderer.cc 92 frame->GetWidth() * frame->GetHeight() * 4,
93 frame->GetWidth() * 4);
106 frame->GetWidth(),
110 frame->GetWidth() * 4);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 20 int GetWidth() const;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe_unittest.cc 50 EXPECT_EQ(640u, frame.GetWidth());
65 EXPECT_EQ(frame1.GetWidth(), frame2->GetWidth());
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.h 23 int GetWidth() const;
FrameBuffer.cpp 92 int FrameBuffer::GetWidth() const {
  /external/chromium_org/android_webview/native/
aw_picture.h 27 jint GetWidth(JNIEnv* env, jobject obj);
aw_picture.cc 25 jint AwPicture::GetWidth(JNIEnv* env, jobject obj) {
  /external/chromium_org/ui/gfx/image/
image_skia_rep.h 39 int GetWidth() const;
image_skia_rep.cc 30 int ImageSkiaRep::GetWidth() const {
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 23 int GetWidth() const;
FrameBuffer.cpp 92 int FrameBuffer::GetWidth() const {
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar.h 115 virtual int GetWidth() = 0;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame.mm 38 return _videoFrame->GetWidth();
  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.h 56 int GetWidth() const { return m_w; }
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 81 virtual int GetWidth() OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.h 61 int GetWidth() const { return _width; }
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
video_source.h 63 uint16_t GetWidth() const { return _width; }
  /external/opencv/otherlibs/highgui/
grfmt_base.h 70 int GetWidth() { return m_width; };
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 56 int GetWidth() const { return m_w; }

Completed in 829 milliseconds

1 2 3 4 5 6