Searched refs:frame_width (Results 1 – 6 of 6) sorted by relevance
/external/qemu/android/camera/ |
D | camera-capture-windows.c | 290 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()
|
D | camera-capture.h | 55 int frame_width,
|
D | camera-capture-linux.c | 830 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()
|
D | 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];
|
/external/chromium/chrome/browser/chromeos/login/ |
D | camera_controller.h | 33 int frame_width() const { return frame_width_; } in frame_width() function
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediachannel.h | 147 int frame_width; member 163 int frame_width; member
|