Searched refs:frame_height (Results 1 – 6 of 6) sorted by relevance
/external/qemu/android/camera/ |
D | camera-capture-windows.c | 291 int frame_height) in camera_device_start_capturing() argument 340 abs(wcd->frame_bitmap->bmiHeader.biHeight) != frame_height) { in camera_device_start_capturing() 343 wcd->frame_bitmap->bmiHeader.biHeight = frame_height; in camera_device_start_capturing() 349 wcd->frame_bitmap->bmiHeader.biSizeImage = bpl * frame_height; 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 | 56 int frame_height);
|
D | camera-capture-linux.c | 831 int frame_height) in camera_device_start_capturing() argument 853 fmt.fmt.pix.height = frame_height; 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 | 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];
|
/external/chromium/chrome/browser/chromeos/login/ |
D | camera_controller.h | 36 int frame_height() const { return frame_height_; } in frame_height() function
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediachannel.h | 148 int frame_height; member 164 int frame_height; member
|