/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();
|
fakevideorenderer.h | 64 frame->GetWidth() != static_cast<size_t>(width_) || 71 << frame->GetWidth() << "x" << frame->GetHeight(); 100 size_t y_width = frame->GetWidth();
|
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 | 251 VideoFormat format(static_cast<int>(in_frame->GetWidth()), 283 static_cast<int>(in_frame->GetWidth()), 286 output_format_.width = static_cast<int>(in_frame->GetWidth() * scale + .5f); 301 if (in_frame->GetWidth() != (*out_frame)->GetWidth() || 309 if (previous_width_ && (previous_width_ != (*out_frame)->GetWidth() || 321 << " Input: " << in_frame->GetWidth() 324 << " Output: " << (*out_frame)->GetWidth() 328 previous_width_ = (*out_frame)->GetWidth(); 343 output_frame_->GetWidth() != static_cast<size_t>(output_width) | [all...] |
videoframe.h | 64 virtual size_t GetWidth() const = 0; 66 size_t GetChromaWidth() const { return (GetWidth() + 1) / 2; }
|
/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);
|
carbonvideorenderer.cc | 132 frame->GetWidth() * frame->GetHeight() * 4, 133 frame->GetWidth() * 4);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.h | 20 int GetWidth() const;
|
FrameBuffer.cpp | 90 int FrameBuffer::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());
|
/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.cc | 27 int ImageSkiaRep::GetWidth() const {
|
image_skia_rep.h | 33 int GetWidth() const;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.h | 23 int GetWidth() const;
|
FrameBuffer.cpp | 92 int FrameBuffer::GetWidth() const {
|
/packages/apps/Camera2/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/content/renderer/media/ |
video_source_handler_unittest.cc | 77 EXPECT_EQ(test_frame.GetWidth(), frame->GetWidth());
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge.h | 81 virtual int GetWidth() OVERRIDE;
|
/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; }
|
/packages/apps/Camera2/jni/feature_stab/src/dbregtest/ |
PgmImage.h | 56 int GetWidth() const { return m_w; }
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
PgmImage.h | 56 int GetWidth() const { return m_w; }
|