Home
last modified time | relevance | path

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

/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/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h147 int frame_width; member
163 int frame_width; member