Home
last modified time | relevance | path

Searched refs:mRawHeight (Results 1 – 2 of 2) sorted by relevance

/hardware/msm7k/libcamera/
DQualcommCameraHardware.cpp290 mRawHeight(-1), in QualcommCameraHardware()
488 snprintf(buffer, 255, "raw width(%d) x height (%d)\n", mRawWidth, mRawHeight); in dump()
565 mRawWidth, mRawHeight); in initRaw()
570 mRawWidth * mRawHeight * 3 / 2; /* reality */ in initRaw()
572 mJpegMaxSize = mRawWidth * mRawHeight * 2; in initRaw()
1061 mParameters.getPictureSize(&mRawWidth, &mRawHeight); in setParameters()
1065 mRawHeight = (mRawHeight + 1) & ~1; in setParameters()
1698 mRawHeight, in setCameraDimensions()
DQualcommCameraHardware.h87 int mRawHeight; variable