Home
last modified time | relevance | path

Searched refs:GetWidth (Results 1 – 25 of 65) sorted by relevance

123

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dgtkvideorenderer.cc92 frame->GetWidth() * frame->GetHeight() * 4, in RenderFrame()
93 frame->GetWidth() * 4); in RenderFrame()
106 frame->GetWidth(), in RenderFrame()
110 frame->GetWidth() * 4); in RenderFrame()
Dcarbonvideorenderer.cc132 frame->GetWidth() * frame->GetHeight() * 4, in RenderFrame()
133 frame->GetWidth() * 4); in RenderFrame()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dcapturerenderadapter.cc117 const bool new_resolution = iter->render_width != frame->GetWidth() || in MaybeSetRenderingSize()
120 if (iter->renderer->SetSize(static_cast<int>(frame->GetWidth()), in MaybeSetRenderingSize()
122 iter->render_width = frame->GetWidth(); in MaybeSetRenderingSize()
126 frame->GetWidth() << " x " << frame->GetHeight(); in MaybeSetRenderingSize()
Dvideoadapter.cc251 VideoFormat format(static_cast<int>(in_frame->GetWidth()), in AdaptFrame()
283 static_cast<int>(in_frame->GetWidth()), in AdaptFrame()
286 output_format_.width = static_cast<int>(in_frame->GetWidth() * scale + .5f); in AdaptFrame()
301 if (in_frame->GetWidth() != (*out_frame)->GetWidth() || in AdaptFrame()
309 if (previous_width_ && (previous_width_ != (*out_frame)->GetWidth() || in AdaptFrame()
321 << " Input: " << in_frame->GetWidth() in AdaptFrame()
324 << " Output: " << (*out_frame)->GetWidth() in AdaptFrame()
328 previous_width_ = (*out_frame)->GetWidth(); in AdaptFrame()
343 output_frame_->GetWidth() != static_cast<size_t>(output_width) || in StretchToOutputFrame()
Dvideoframe.cc58 const size_t width = GetWidth(); in Write()
90 int32 src_width = static_cast<int>(GetWidth()); in CopyToPlanes()
101 memcpy(dst_y, GetYPlane(), GetWidth() * GetHeight()); in CopyToPlanes()
128 size_t src_width = GetWidth(); in StretchToPlanes()
143 int32 iwidth_offset = ROUNDTO2((GetWidth() - src_width) / 2); in StretchToPlanes()
201 dst->GetWidth(), dst->GetHeight(), in StretchToFrame()
225 static_cast<int>(GetWidth()), in SetToBlack()
230 memset(GetYPlane(), 16, GetWidth() * GetHeight()); in SetToBlack()
Dfakevideorenderer.h64 frame->GetWidth() != static_cast<size_t>(width_) || in RenderFrame()
71 << frame->GetWidth() << "x" << frame->GetHeight(); in RenderFrame()
100 size_t y_width = frame->GetWidth(); in CheckFrameColorYuv()
Dvideoframe.h64 virtual size_t GetWidth() const = 0;
66 size_t GetChromaWidth() const { return (GetWidth() + 1) / 2; } in GetChromaWidth()
Dnullvideoframe.h49 virtual size_t GetWidth() const { return 0; } in GetWidth() function
Dmutedvideocapturer_unittest.cc45 received_width_ = muted_frame->GetWidth(); in OnVideoFrame()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe_unittest.cc50 EXPECT_EQ(640u, frame.GetWidth()); in TEST()
65 EXPECT_EQ(frame1.GetWidth(), frame2->GetWidth()); in TEST()
/external/chromium_org/content/renderer/media/
Dvideo_source_handler_unittest.cc77 EXPECT_EQ(test_frame.GetWidth(), frame->GetWidth()); in TEST_F()
/external/chromium_org/ui/gfx/image/
Dimage_skia_unittest.cc122 EXPECT_EQ(100, result_100p.GetWidth()); in TEST()
129 EXPECT_EQ(100, result_200p.GetWidth()); in TEST()
147 EXPECT_EQ(100, result_100p.GetWidth()); in TEST()
154 EXPECT_EQ(100, result_200p.GetWidth()); in TEST()
Dimage_skia_rep.cc27 int ImageSkiaRep::GetWidth() const { in GetWidth() function in gfx::ImageSkiaRep
Dimage_skia_rep.h33 int GetWidth() const;
Dimage_skia.cc72 size_.SetSize(it->GetWidth(), it->GetHeight()); in ImageSkiaStorage()
389 NULL, gfx::Size(image_rep.GetWidth(), image_rep.GetHeight())); in Init()
/external/libyuv/files/source/
Dmjpeg_decoder.cc178 int MJpegDecoder::GetWidth() { in GetWidth() function in libyuv::MJpegDecoder
228 return DivideAndRoundUp(GetWidth(), hs); in GetComponentWidth()
269 if (dst_width != GetWidth() || in DecodeToBuffers()
358 if (dst_width != GetWidth() || in DecodeToCallback()
/external/chromium_org/android_webview/native/
Daw_picture.h27 jint GetWidth(JNIEnv* env, jobject obj);
Daw_picture.cc25 jint AwPicture::GetWidth(JNIEnv* env, jobject obj) { in GetWidth() function in android_webview::AwPicture
/external/chromium_org/chrome/browser/ui/find_bar/
Dfind_bar.h115 virtual int GetWidth() = 0;
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_bridge.h81 virtual int GetWidth() OVERRIDE;
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h69 int GetWidth();
/external/opencv/otherlibs/highgui/
Dgrfmt_base.h70 int GetWidth() { return m_width; }; in GetWidth() function
/external/chromium_org/chrome/renderer/
Dmock_printer.h97 int GetWidth(unsigned int page) const;
/external/chromium_org/chrome/browser/ui/views/
Dfind_bar_host.h82 virtual int GetWidth() OVERRIDE;
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h255 virtual size_t GetWidth() const = 0;
345 virtual size_t GetWidth() const { return 0; } in GetWidth() function

123