HomeSort by relevance Sort by last modified time
    Searched full:frame_width (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
camera_controller.h 33 int frame_width() const { return frame_width_; } function in class:chromeos::CameraController
camera.cc 473 // The same as desired_width / desired_height > frame_width / frame_height.
  /external/qemu/android/camera/
camera-capture-mac.m 275 const int frame_width = CVPixelBufferGetWidth(current_frame);
286 frame_width, frame_height,
411 int frame_width,
427 return [mcd->device start_capturing:frame_width:frame_height];
camera-capture-windows.c 232 int frame_width,
280 if (wcd->frame_bitmap->bmiHeader.biWidth != frame_width ||
283 wcd->frame_bitmap->bmiHeader.biWidth = frame_width;
289 uint32_t bpl = (frame_width * 3 + 1) & ~1;
293 (frame_width * frame_height * wcd->frame_bitmap->bmiHeader.biBitCount) / 8;
376 __FUNCTION__, frame_width, frame_height,
camera-capture.h 55 int frame_width,
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...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
Blend.cpp 44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height)
46 this->width = frame_width;
245 "(frame_width, frame_height) vs (mosaic_width, mosaic_height): "
    [all...]
  /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
  /bionic/libc/kernel/common/linux/
msm_vidc_dec.h 400 uint32_t frame_width; member in struct:vdec_picsize
  /external/kernel-headers/original/linux/
msm_vidc_dec.h 467 uint32_t frame_width; member in struct:vdec_picsize
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 975 driver_context.video_resoultion.frame_width = 1280;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 145 decoder_context->video_resoultion.frame_width = temp2;
    [all...]

Completed in 294 milliseconds