Home
last modified time | relevance | path

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

/external/qemu/android/camera/
Dcamera-capture-windows.c291 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()
Dcamera-capture.h56 int frame_height);
Dcamera-capture-linux.c831 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()
Dcamera-capture-mac.m276 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/
Dcamera_controller.h36 int frame_height() const { return frame_height_; } in frame_height() function
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h148 int frame_height; member
164 int frame_height; member