HomeSort by relevance Sort by last modified time
    Searched refs:frame_height (Results 1 - 12 of 12) sorted by null

  /external/qemu/android/camera/
camera-capture.h 56 int frame_height);
camera-capture-mac.c 53 int frame_height)
camera-capture-windows.c 233 int frame_height)
281 abs(wcd->frame_bitmap->bmiHeader.biHeight) != frame_height) {
284 wcd->frame_bitmap->bmiHeader.biHeight = frame_height;
290 wcd->frame_bitmap->bmiHeader.biSizeImage = bpl * frame_height;
293 (frame_width * frame_height * wcd->frame_bitmap->bmiHeader.biBitCount) / 8;
376 __FUNCTION__, frame_width, frame_height,
camera-capture-linux.c 829 int frame_height)
851 fmt.fmt.pix.height = frame_height;
857 __FUNCTION__, cd->device_name, fmt_str, frame_width, frame_height);
863 if (fmt.fmt.pix.width != frame_width || fmt.fmt.pix.height != frame_height) {
867 __FUNCTION__, frame_width, frame_height, fmt_str);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
camera_controller.h 36 int frame_height() const { return frame_height_; } function in class:chromeos::CameraController
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 70 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)
47 this->height = frame_height;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 148 int frame_height; member in struct:cricket::VideoSenderInfo
164 int frame_height; member in struct:cricket::VideoReceiverInfo
  /bionic/libc/kernel/common/linux/
msm_vidc_dec.h 401 uint32_t frame_height; member in struct:vdec_picsize
  /external/kernel-headers/original/linux/
msm_vidc_dec.h 468 uint32_t frame_height; member in struct:vdec_picsize
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 974 driver_context.video_resoultion.frame_height = 720;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 144 decoder_context->video_resoultion.frame_height = temp1;
    [all...]

Completed in 2248 milliseconds