/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
D | gtkvideorenderer.cc | 92 frame->GetWidth() * frame->GetHeight() * 4, in RenderFrame() 93 frame->GetWidth() * 4); in RenderFrame() 106 frame->GetWidth(), in RenderFrame() 110 frame->GetWidth() * 4); in RenderFrame()
|
D | carbonvideorenderer.cc | 132 frame->GetWidth() * frame->GetHeight() * 4, in RenderFrame() 133 frame->GetWidth() * 4); in RenderFrame()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | capturerenderadapter.cc | 117 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()
|
D | videoadapter.cc | 251 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()
|
D | videoframe.cc | 58 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()
|
D | fakevideorenderer.h | 64 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()
|
D | videoframe.h | 64 virtual size_t GetWidth() const = 0; 66 size_t GetChromaWidth() const { return (GetWidth() + 1) / 2; } in GetChromaWidth()
|
D | nullvideoframe.h | 49 virtual size_t GetWidth() const { return 0; } in GetWidth() function
|
D | mutedvideocapturer_unittest.cc | 45 received_width_ = muted_frame->GetWidth(); in OnVideoFrame()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtctexturevideoframe_unittest.cc | 50 EXPECT_EQ(640u, frame.GetWidth()); in TEST() 65 EXPECT_EQ(frame1.GetWidth(), frame2->GetWidth()); in TEST()
|
/external/chromium_org/content/renderer/media/ |
D | video_source_handler_unittest.cc | 77 EXPECT_EQ(test_frame.GetWidth(), frame->GetWidth()); in TEST_F()
|
/external/chromium_org/ui/gfx/image/ |
D | image_skia_unittest.cc | 122 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()
|
D | image_skia_rep.cc | 27 int ImageSkiaRep::GetWidth() const { in GetWidth() function in gfx::ImageSkiaRep
|
D | image_skia_rep.h | 33 int GetWidth() const;
|
D | image_skia.cc | 72 size_.SetSize(it->GetWidth(), it->GetHeight()); in ImageSkiaStorage() 389 NULL, gfx::Size(image_rep.GetWidth(), image_rep.GetHeight())); in Init()
|
/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 178 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/ |
D | aw_picture.h | 27 jint GetWidth(JNIEnv* env, jobject obj);
|
D | aw_picture.cc | 25 jint AwPicture::GetWidth(JNIEnv* env, jobject obj) { in GetWidth() function in android_webview::AwPicture
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
D | find_bar.h | 115 virtual int GetWidth() = 0;
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_bridge.h | 81 virtual int GetWidth() OVERRIDE;
|
/external/libyuv/files/include/libyuv/ |
D | mjpeg_decoder.h | 69 int GetWidth();
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_base.h | 70 int GetWidth() { return m_width; }; in GetWidth() function
|
/external/chromium_org/chrome/renderer/ |
D | mock_printer.h | 97 int GetWidth(unsigned int page) const;
|
/external/chromium_org/chrome/browser/ui/views/ |
D | find_bar_host.h | 82 virtual int GetWidth() OVERRIDE;
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediachannel.h | 255 virtual size_t GetWidth() const = 0; 345 virtual size_t GetWidth() const { return 0; } in GetWidth() function
|