/external/qemu/android/camera/ |
camera-capture.h | 55 int frame_width,
|
camera-capture-mac.c | 52 int frame_width,
|
camera-capture-windows.c | 232 int frame_width, 280 if (wcd->frame_bitmap->bmiHeader.biWidth != frame_width || 283 wcd->frame_bitmap->bmiHeader.biWidth = frame_width; 289 uint32_t bpl = (frame_width * 3 + 1) & ~1; 293 (frame_width * frame_height * wcd->frame_bitmap->bmiHeader.biBitCount) / 8; 376 __FUNCTION__, frame_width, frame_height,
|
camera-capture-linux.c | 828 int frame_width, 850 fmt.fmt.pix.width = frame_width; 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 | 33 int frame_width() const { return frame_width_; } 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) 46 this->width = frame_width; [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediachannel.h | 147 int frame_width; member in struct:cricket::VideoSenderInfo 163 int frame_width; member in struct:cricket::VideoReceiverInfo
|
/bionic/libc/kernel/common/linux/ |
msm_vidc_dec.h | 400 uint32_t frame_width; member in struct:vdec_picsize
|
/external/kernel-headers/original/linux/ |
msm_vidc_dec.h | 467 uint32_t frame_width; member in struct:vdec_picsize
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
omx_vdec.cpp | 975 driver_context.video_resoultion.frame_width = 1280; [all...] |
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
decoder_driver_test.c | 145 decoder_context->video_resoultion.frame_width = temp2; [all...] |