/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocommon.cc | 102 void ComputeScaleMaxPixels(int frame_width, int frame_height, int max_pixels, 112 int new_frame_width = frame_width; 134 float scale = FindLowerScale(frame_width, frame_height, 136 *scaled_width = static_cast<int>(frame_width * scale + .5f); 142 void ComputeScale(int frame_width, int frame_height, int fps, 151 frame_width, frame_height, max_pixels, scaled_width, scaled_height); 157 int frame_width, int frame_height, 167 ASSERT(frame_width > 0); 184 float frame_aspect = static_cast<float>(frame_width * pixel_width) / 199 frame_width = static_cast<int>((crop_aspect * frame_height [all...] |
videocommon.h | 151 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,
|
mediachannel.h | 768 frame_width(0), 785 int frame_width; member in struct:cricket::VideoSenderInfo 803 frame_width(0), 823 int frame_width; member in struct:cricket::VideoReceiverInfo [all...] |
testutils.h | 136 int frame_width() const { return frame_width_; } function in class:cricket::VideoCapturerListener
|
videoengine_unittest.h | 793 EXPECT_EQ(DefaultCodec().width, info.senders[0].frame_width); 809 EXPECT_EQ(DefaultCodec().width, info.receivers[0].frame_width); 851 EXPECT_EQ(DefaultCodec().width, info.senders[0].frame_width); 867 EXPECT_EQ(DefaultCodec().width, info.receivers[i].frame_width); [all...] |
/external/qemu/android/camera/ |
camera-capture.h | 55 int frame_width,
|
camera-capture-mac.m | 275 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];
|
camera-capture-windows.c | 290 int frame_width, 339 if (wcd->frame_bitmap->bmiHeader.biWidth != frame_width || 342 wcd->frame_bitmap->bmiHeader.biWidth = frame_width; 348 uint32_t bpl = (frame_width * 3 + 1) & ~1; 352 (frame_width * frame_height * wcd->frame_bitmap->bmiHeader.biBitCount) / 8; 446 __FUNCTION__, frame_width, frame_height,
|
camera-capture-linux.c | 830 int frame_width, 852 fmt.fmt.pix.width = frame_width; 859 __FUNCTION__, cd->device_name, fmt_str, frame_width, frame_height); 865 if (fmt.fmt.pix.width != frame_width || fmt.fmt.pix.height != frame_height) { 869 __FUNCTION__, frame_width, frame_height, fmt_str); [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
camera_controller.h | 33 int frame_width() const { return frame_width_; } function in class:chromeos::CameraController
|
/external/chromium_org/ui/base/cursor/ |
cursor_loader_x11.cc | 182 int frame_width = bitmap.height(); local 183 int frame_height = frame_width; 185 DCHECK_EQ(total_width % frame_width, 0); 186 int frame_count = total_width / frame_width; 193 int x_offset = frame_width * frame; 194 DCHECK_LE(x_offset + frame_width, total_width); 197 bitmap, x_offset, 0, frame_width, frame_height); 198 DCHECK_EQ(frame_width, cropped.width());
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoframe_unittest.cc | 41 const int frame_width = 1920; local 52 captured_frame.width = frame_width; 54 captured_frame.data_size = (frame_width * frame_height) + 55 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2;
|
webrtcvideocapturer_unittest.cc | 106 EXPECT_EQ(640, listener_.frame_width()); 132 EXPECT_EQ(640, listener_.frame_width());
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.h | 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Blend.h | 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.h | 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
filevideocapturer_unittest.cc | 74 int frame_width() const { return frame_width_; } function in class:__anon11902::FileVideoCapturerTest::VideoCapturerListener 173 EXPECT_EQ(listener.frame_width(), capture_format_.width);
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediachannel.h | 147 int frame_width; member in struct:cricket::VideoSenderInfo 163 int frame_width; member in struct:cricket::VideoReceiverInfo
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_msm8974.cpp | [all...] |
omx_vdec_hevc.cpp | [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_dec.h | 452 uint32_t frame_width; member in struct:vdec_picsize
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_dec.h | 496 uint32_t frame_width; member in struct:vdec_picsize
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_vidc_dec.h | 452 uint32_t frame_width; member in struct:vdec_picsize
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_vidc_dec.h | 494 uint32_t frame_width; member in struct:vdec_picsize
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
statscollector.cc | 262 info.frame_width); 299 info.frame_width); [all...] |