HomeSort by relevance Sort by last modified time
    Searched refs:frame_width (Results 1 - 25 of 40) 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,
118 int new_frame_width = frame_width;
140 float scale = FindLowerScale(frame_width, frame_height,
142 *scaled_width = static_cast<int>(frame_width * scale + .5f);
150 int frame_width, int frame_height,
156 ASSERT(frame_width > 0);
173 float frame_aspect = static_cast<float>(frame_width * pixel_width) /
177 int new_frame_width = frame_width;
182 new_frame_height = frame_width;
200 new_frame_height = static_cast<int>((frame_width * pixel_width)
    [all...]
videocommon.h 150 void ComputeScale(int frame_width, int frame_height, int fps,
156 int frame_width, int frame_height,
mediachannel.h 572 frame_width(0),
592 int frame_width; member in struct:cricket::VideoSenderInfo
610 frame_width(0),
629 int frame_width; member in struct:cricket::VideoReceiverInfo
    [all...]
testutils.h 135 int frame_width() const { return frame_width_; } function in class:cricket::VideoCapturerListener
videoengine_unittest.h 785 EXPECT_EQ(DefaultCodec().width, info.senders[0].frame_width);
801 EXPECT_EQ(DefaultCodec().width, info.receivers[0].frame_width);
843 EXPECT_EQ(DefaultCodec().width, info.senders[0].frame_width);
859 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:__anon13823::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
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 218 info.frame_width);
240 info.frame_width);
  /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

Completed in 678 milliseconds

1 2