Home | History | Annotate | Download | only in test

Lines Matching refs:_height

75       _height(0),
108 _height = args.height;
165 _lengthSourceFrame = 3*_width*_height/2;
266 sendCodec.height = _height;
287 encodeCompleteCallback->SetFrameDimensions(_width, _height);
314 int half_height = (_height + 1) / 2;
315 int size_y = _width * _height;
325 _width, _height,
386 sources.push_back(new const VideoSource(_inname, _width, _height));
417 _height = (*it)->GetHeight();
418 _lengthSourceFrame = 3*_width*_height/2;
479 _height, &psnr);