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

  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 87 int mRawHeight;
QualcommCameraHardware.cpp 290 mRawHeight(-1),
488 snprintf(buffer, 255, "raw width(%d) x height (%d)\n", mRawWidth, mRawHeight);
565 mRawWidth, mRawHeight);
570 mRawWidth * mRawHeight * 3 / 2; /* reality */
572 mJpegMaxSize = mRawWidth * mRawHeight * 2;
    [all...]

Completed in 94 milliseconds