Searched refs:mOutputHeight (Results 1 – 8 of 8) sorted by relevance
54 private int mOutputHeight; field in ImageSlicer83 mOutputHeight = mSliceHeight + mPadSize * 2; in calcOutputFormatForInput()98 outputFormat.setDimensions(mOutputWidth, mOutputHeight); in process()118 ((float) mOutputHeight) / mInputHeight); in process()
49 private int mOutputHeight; field in RotateFilter99 mOutputHeight = mHeight; in process()105 FrameFormat outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight, in process()134 mOutputHeight = mWidth; in updateParameters()
43 private int mOutputHeight; field in CropRectFilter94 FrameFormat outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight, in process()134 (float) mOutputHeight / mHeight); in updateSourceRect()
44 private int mOutputHeight = -1; field in CropFilter120 mOutputHeight == -1 ? outputFormat.getHeight() : mOutputHeight); in process()
61 private final int mOutputHeight; field in GpuVideoTrackDecoder83 mOutputHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in GpuVideoTrackDecoder()155 int outputHeight = mOutputHeight; in copyFrameDataTo()160 outputWidth = mOutputHeight; in copyFrameDataTo()
38 private int mOutputHeight = 0; field in CropFilter162 return mOutputHeight <= 0 ? inHeight : mOutputHeight; in getOutputHeight()
54 mOutputHeight(0), in HeicCompositeStream()403 newFormat->setInt32(KEY_HEIGHT, mOutputHeight); in onHeicFormatChanged()904 mOutputWidth, mOutputHeight); in processAppSegment()979 mOutputHeight - tileY * mGridHeight : mGridHeight; in processCodecInputFrame()1281 mOutputHeight = height; in initializeCodec()1283 mMaxHeicBufferSize = mOutputWidth * mOutputHeight * 3 / 2 + mAppSegmentMaxSize; in initializeCodec()
123 int32_t mOutputWidth, mOutputHeight; variable