/external/chromium/chrome/browser/chromeos/login/ |
camera_controller.h | 36 int frame_height() const { return frame_height_; } function in class:chromeos::CameraController
|
camera.cc | 473 // The same as desired_width / desired_height > frame_width / frame_height.
|
/external/qemu/android/camera/ |
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];
|
camera-capture-windows.c | 291 int frame_height) 340 abs(wcd->frame_bitmap->bmiHeader.biHeight) != frame_height) { 343 wcd->frame_bitmap->bmiHeader.biHeight = frame_height; 349 wcd->frame_bitmap->bmiHeader.biSizeImage = bpl * frame_height; 352 (frame_width * frame_height * wcd->frame_bitmap->bmiHeader.biBitCount) / 8; 446 __FUNCTION__, frame_width, frame_height,
|
camera-capture.h | 56 int frame_height);
|
camera-capture-linux.c | 831 int frame_height) 853 fmt.fmt.pix.height = frame_height; 859 __FUNCTION__, cd->device_name, fmt_str, frame_width, frame_height); 865 if (fmt.fmt.pix.width != frame_width || fmt.fmt.pix.height != frame_height) { 869 __FUNCTION__, frame_width, frame_height, fmt_str); [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.h | 74 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; 245 "(frame_width, frame_height) vs (mosaic_width, mosaic_height): " [all...] |
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
Blend.h | 74 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; 245 "(frame_width, frame_height) vs (mosaic_width, mosaic_height): " [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.h | 74 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; 245 "(frame_width, frame_height) vs (mosaic_width, mosaic_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
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_dec.h | 497 uint32_t frame_height; member in struct:vdec_picsize
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
omx_vdec_copper.cpp | [all...] |
omx_vdec.cpp | [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_dec.h | 454 uint32_t frame_height; member in struct:vdec_picsize
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
decoder_driver_test.c | 142 decoder_context->video_resoultion.frame_height = temp1; [all...] |