Home
last modified time | relevance | path

Searched refs:frame_width (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocommon.cc102 void ComputeScaleMaxPixels(int frame_width, int frame_height, int max_pixels, in ComputeScaleMaxPixels() argument
112 int new_frame_width = frame_width; in ComputeScaleMaxPixels()
134 float scale = FindLowerScale(frame_width, frame_height, in ComputeScaleMaxPixels()
136 *scaled_width = static_cast<int>(frame_width * scale + .5f); in ComputeScaleMaxPixels()
142 void ComputeScale(int frame_width, int frame_height, int fps, in ComputeScale() argument
151 frame_width, frame_height, max_pixels, scaled_width, scaled_height); in ComputeScale()
157 int frame_width, int frame_height, in ComputeCrop() argument
167 ASSERT(frame_width > 0); in ComputeCrop()
184 float frame_aspect = static_cast<float>(frame_width * pixel_width) / in ComputeCrop()
199 frame_width = static_cast<int>((crop_aspect * frame_height * in ComputeCrop()
[all …]
Dvideocommon.h151 void ComputeScaleMaxPixels(int frame_width, int frame_height, int max_pixels,
159 void ComputeScale(int frame_width, int frame_height, int fps,
165 int frame_width, int frame_height,
Dmediachannel.h768 frame_width(0), in VideoSenderInfo()
785 int frame_width; member
803 frame_width(0), in VideoReceiverInfo()
823 int frame_width; member
Dtestutils.h136 int frame_width() const { return frame_width_; } in frame_width() function
Dvideoengine_unittest.h793 EXPECT_EQ(DefaultCodec().width, info.senders[0].frame_width); in GetStats()
809 EXPECT_EQ(DefaultCodec().width, info.receivers[0].frame_width); in GetStats()
851 EXPECT_EQ(DefaultCodec().width, info.senders[0].frame_width); in GetStatsMultipleRecvStreams()
867 EXPECT_EQ(DefaultCodec().width, info.receivers[i].frame_width); in GetStatsMultipleRecvStreams()
916 EXPECT_EQ(DefaultCodec().width, info.senders[0].frame_width); in GetStatsMultipleSendStreams()
920 EXPECT_EQ(1024, info.senders[1].frame_width); in GetStatsMultipleSendStreams()
/external/chromium_org/ui/base/cursor/
Dcursor_loader_x11.cc182 int frame_width = bitmap.height(); in LoadAnimatedCursor() local
183 int frame_height = frame_width; in LoadAnimatedCursor()
185 DCHECK_EQ(total_width % frame_width, 0); in LoadAnimatedCursor()
186 int frame_count = total_width / frame_width; in LoadAnimatedCursor()
193 int x_offset = frame_width * frame; in LoadAnimatedCursor()
194 DCHECK_LE(x_offset + frame_width, total_width); in LoadAnimatedCursor()
197 bitmap, x_offset, 0, frame_width, frame_height); in LoadAnimatedCursor()
198 DCHECK_EQ(frame_width, cropped.width()); in LoadAnimatedCursor()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc41 const int frame_width = 1920; in TestInit() local
52 captured_frame.width = frame_width; in TestInit()
54 captured_frame.data_size = (frame_width * frame_height) + in TestInit()
55 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2; in TestInit()
Dwebrtcvideocapturer_unittest.cc106 EXPECT_EQ(640, listener_.frame_width()); in TEST_F()
132 EXPECT_EQ(640, listener_.frame_width()); in TEST_F()
Dwebrtcvideoengine.cc2294 sinfo.frame_width = static_cast<int>(channel_stream_info->width()); in GetStats()
2410 rinfo.frame_width = channel->render_adapter()->width(); in GetStats()
/external/qemu/android/camera/
Dcamera-capture-windows.c290 int frame_width, in camera_device_start_capturing() argument
339 if (wcd->frame_bitmap->bmiHeader.biWidth != frame_width || in camera_device_start_capturing()
342 wcd->frame_bitmap->bmiHeader.biWidth = frame_width; in camera_device_start_capturing()
348 uint32_t bpl = (frame_width * 3 + 1) & ~1; in camera_device_start_capturing()
352 (frame_width * frame_height * wcd->frame_bitmap->bmiHeader.biBitCount) / 8; in camera_device_start_capturing()
446 __FUNCTION__, frame_width, frame_height, in camera_device_start_capturing()
Dcamera-capture.h55 int frame_width,
Dcamera-capture-linux.c830 int frame_width, in camera_device_start_capturing() argument
852 fmt.fmt.pix.width = frame_width; in camera_device_start_capturing()
859 __FUNCTION__, cd->device_name, fmt_str, frame_width, frame_height); in camera_device_start_capturing()
865 if (fmt.fmt.pix.width != frame_width || fmt.fmt.pix.height != frame_height) { in camera_device_start_capturing()
869 __FUNCTION__, frame_width, frame_height, fmt_str); in camera_device_start_capturing()
Dcamera-capture-mac.m275 const int frame_width = CVPixelBufferGetWidth(current_frame);
286 frame_width, frame_height,
412 int frame_width,
428 return [mcd->device start_capturing:frame_width:frame_height];
/external/chromium/chrome/browser/chromeos/login/
Dcamera_controller.h33 int frame_width() const { return frame_width_; } in frame_width() function
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dfilevideocapturer_unittest.cc74 int frame_width() const { return frame_width_; } in frame_width() function in __anonfd1b12590111::FileVideoCapturerTest::VideoCapturerListener
173 EXPECT_EQ(listener.frame_width(), capture_format_.width); in TEST_F()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h147 int frame_width; member
163 int frame_width; member
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dstatscollector.cc262 info.frame_width); in ExtractStats()
299 info.frame_width); in ExtractStats()
/external/chromium_org/content/common/gpu/media/
Dvideo_decode_accelerator_unittest.cc380 int frame_width,
486 int frame_width, in GLRenderingVDAClient() argument
/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc114 int ComputeAnimationProgress(int frame_width, in ComputeAnimationProgress() argument
118 int animation_width = frame_width + object_width; in ComputeAnimationProgress()
/external/chromium_org/third_party/lcov/bin/
Dgenhtml4068 my $frame_width = $overview_width + 40;
4083 <frameset cols="$frame_width,*">