Searched refs:mInputHeight (Results 1 – 4 of 4) sorted by relevance
38 int getInputHeight() const { return mInputHeight; } in getInputHeight()47 mInputHeight(0), in SessionConfiguration()56 mInputWidth(inputWidth), mInputHeight(inputHeight), mInputFormat(inputFormat), in SessionConfiguration()62 mInputHeight == other.mInputHeight &&78 if (mInputHeight != other.mInputHeight) {79 return mInputHeight < other.mInputHeight;106 int mInputWidth, mInputHeight, mInputFormat, mOperatingMode; variable
44 private int mInputHeight; field in ImageStitcher75 mInputHeight = format.getHeight(); in calcOutputFormatForInput()78 mSliceHeight = mInputHeight - 2 * mPadSize; in calcOutputFormatForInput()98 (format.getHeight() != mInputHeight)) { in process()111 float y0 = ((float) mPadSize) / mInputHeight; in process()122 outputHeight / mInputHeight); in process()
48 private int mInputHeight; field in ImageSlicer77 mInputHeight = frame.getFormat().getHeight(); in calcOutputFormatForInput()80 mSliceHeight = (mInputHeight + mYSlices - 1)/ mYSlices; in calcOutputFormatForInput()114 float y0 = (ySliceIndex * mSliceHeight - mPadSize) / ((float) mInputHeight); in process()118 ((float) mOutputHeight) / mInputHeight); in process()
66 mInputHeight = inputHeight; in readFromParcel()87 err = parcel->writeInt32(mInputHeight); in writeToParcel()