Home | History | Annotate | Download | only in test

Lines Matching refs:_height

209   _height = args.height;
216 _width << "x" << _height << "_" << _frameRate << "Hz_P420.yuv";
223 _lengthSourceFrame = 3*_width*_height/2;
253 _sendCodec.height = static_cast<uint16_t>(_height);
270 int size_y = _width * _height;
272 int half_height = (_height + 1) / 2;
274 sourceFrame.CreateEmptyFrame(_width, _height,
292 _width, _height,
369 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _width, _height,
371 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _width, _height,