Searched refs:mOutHeight (Results 1 – 2 of 2) sorted by relevance
81 protected int mOutHeight; field in CameraStreamer.CamFrameHandler134 mOutHeight = mCameraWidth; in onUpdateCameraOrientation()137 mOutHeight = mCameraHeight; in onUpdateCameraOrientation()222 targetFrame.resize(new int[] { mOutWidth, mOutHeight }); in grabFrame()226 mOutHeight); in grabFrame()346 targetFrame.resize(new int[] { mOutWidth, mOutHeight }); in grabFrame()350 mOutHeight); in grabFrame()388 mOutHeight); in distributeFrames()432 surfTex.setDefaultBufferSize(mOutWidth, mOutHeight); in surfaceTextureForContext()449 clientTexture.setDefaultBufferSize(mOutWidth, mOutHeight); in updateSurfaceTextureSizes()[all …]
458 int mOutWidth, mOutHeight;510 mOutHeight = outHeight;636 roundedTrueCrop.height() / mOutHeight));723 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {729 if (!(mOutWidth > 0 && mOutHeight > 0)) {731 mOutHeight = Math.round(dimsAfter[1]);735 RectF returnRect = new RectF(0, 0, mOutWidth, mOutHeight);