HomeSort by relevance Sort by last modified time
    Searched refs:frame_height (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.cc 103 void ComputeScale(int frame_width, int frame_height, int fps,
119 int new_frame_height = frame_height;
140 float scale = FindLowerScale(frame_width, frame_height,
143 *scaled_height = static_cast<int>(frame_height * scale + .5f);
150 int frame_width, int frame_height,
157 ASSERT(frame_height > 0);
174 static_cast<float>(frame_height * pixel_height);
178 int new_frame_height = frame_height;
181 new_frame_width = frame_height;
196 new_frame_width = static_cast<int>((crop_aspect * frame_height *
    [all...]
videocommon.h 150 void ComputeScale(int frame_width, int frame_height, int fps,
156 int frame_width, int frame_height,
mediachannel.h 573 frame_height(0),
593 int frame_height; member in struct:cricket::VideoSenderInfo
611 frame_height(0),
630 int frame_height; member in struct:cricket::VideoReceiverInfo
    [all...]
testutils.h 136 int frame_height() const { return frame_height_; } function in class:cricket::VideoCapturerListener
videoengine_unittest.h 786 EXPECT_EQ(DefaultCodec().height, info.senders[0].frame_height);
802 EXPECT_EQ(DefaultCodec().height, info.receivers[0].frame_height);
844 EXPECT_EQ(DefaultCodec().height, info.senders[0].frame_height);
860 EXPECT_EQ(DefaultCodec().height, info.receivers[i].frame_height);
    [all...]
  /external/qemu/android/camera/
camera-capture.h 56 int frame_height);
camera-capture-mac.m 276 const int frame_height = CVPixelBufferGetHeight(current_frame);
278 CVPixelBufferGetBytesPerRow(current_frame) * frame_height;
286 frame_width, frame_height,
413 int frame_height)
428 return [mcd->device start_capturing:frame_width:frame_height];
camera-capture-windows.c 291 int frame_height)
340 abs(wcd->frame_bitmap->bmiHeader.biHeight) != frame_height) {
343 wcd->frame_bitmap->bmiHeader.biHeight = frame_height;
349 wcd->frame_bitmap->bmiHeader.biSizeImage = bpl * frame_height;
352 (frame_width * frame_height * wcd->frame_bitmap->bmiHeader.biBitCount) / 8;
446 __FUNCTION__, frame_width, frame_height,
camera-capture-linux.c 831 int frame_height)
853 fmt.fmt.pix.height = frame_height;
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 36 int frame_height() const { return frame_height_; } function in class:chromeos::CameraController
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 42 const int frame_height = 1080; local
53 captured_frame.height = frame_height;
54 captured_frame.data_size = (frame_width * frame_height) +
55 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2;
webrtcvideocapturer_unittest.cc 107 EXPECT_EQ(480, listener_.frame_height());
133 EXPECT_EQ(480, listener_.frame_height());
  /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/ui/base/cursor/
cursor_loader_x11.cc 183 int frame_height = frame_width; local
197 bitmap, x_offset, 0, frame_width, frame_height);
199 DCHECK_EQ(frame_height, cropped.height());
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc 75 int frame_height() const { return frame_height_; } function in class:__anon13825::FileVideoCapturerTest::VideoCapturerListener
174 EXPECT_EQ(listener.frame_height(), capture_format_.height);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 148 int frame_height; member in struct:cricket::VideoSenderInfo
164 int frame_height; member in struct:cricket::VideoReceiverInfo
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 220 info.frame_height);
242 info.frame_height);
  /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 454 uint32_t frame_height; member in struct:vdec_picsize
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 497 uint32_t frame_height; member in struct:vdec_picsize
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_dec.h 454 uint32_t frame_height; member in struct:vdec_picsize
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_dec.h 495 uint32_t frame_height; member in struct:vdec_picsize

Completed in 1802 milliseconds

1 2