Searched refs:GetWidth (Results 1 - 25 of 122) sorted by relevance

12345

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcapturerenderadapter.cc117 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();
H A Dvideoframe.cc58 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());
H A Dvideoadapter.cc273 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...]
H A Dfakevideorenderer.h66 frame->GetWidth() != static_cast<size_t>(width_) ||
73 << frame->GetWidth() << "x" << frame->GetHeight();
117 size_t y_width = frame->GetWidth();
H A Dyuvframegenerator.h39 int GetWidth() { return width_; } function in class:cricket::YuvFrameGenerator
H A Dvideoframe.h64 virtual size_t GetWidth() const = 0;
66 size_t GetChromaWidth() const { return (GetWidth() + 1) / 2; }
H A Dnullvideoframe.h49 virtual size_t GetWidth() const { return 0; } function in class:cricket::NullVideoFrame
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgtkvideorenderer.cc92 frame->GetWidth() * frame->GetHeight() * 4,
93 frame->GetWidth() * 4);
106 frame->GetWidth(),
110 frame->GetWidth() * 4);
H A Dcarbonvideorenderer.cc132 frame->GetWidth() * frame->GetHeight() * 4,
133 frame->GetWidth() * 4);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe_unittest.cc50 EXPECT_EQ(640u, frame.GetWidth());
65 EXPECT_EQ(frame1.GetWidth(), frame2->GetWidth());
/external/chromium_org/android_webview/native/
H A Daw_picture.h27 jint GetWidth(JNIEnv* env, jobject obj);
H A Daw_picture.cc25 jint AwPicture::GetWidth(JNIEnv* env, jobject obj) { function in class:android_webview::AwPicture
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_rep.cc28 int ImageSkiaRep::GetWidth() const { function in class:gfx::ImageSkiaRep
H A Dimage_skia_rep.h39 int GetWidth() const;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCI420Frame.mm38 return _videoFrame->GetWidth();
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar.h115 virtual int GetWidth() = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.h61 int GetWidth() const { return _width; } function in class:VideoSource
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_source.h63 uint16_t GetWidth() const { return _width; } function in class:VideoSource
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
H A Dfind_bar_bridge.h81 virtual int GetWidth() OVERRIDE;
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPIModes.h168 virtual long GetWidth (void) = 0;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dmjpeg_decoder.h92 int GetWidth();
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dmjpeg_decoder.h92 int GetWidth();
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.h68 static void GetWidth(Local<String> name,
/external/libyuv/files/include/libyuv/
H A Dmjpeg_decoder.h69 int GetWidth();
/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.h70 int GetWidth() { return m_width; }; function in class:GrFmtReader

Completed in 474 milliseconds

12345