Home | History | Annotate | Download | only in test_framework

Lines Matching refs:_width

112     _width = 352;
113 _halfWidth = (_width + 1) / 2;
116 _sizeY = _width * _height;
119 CodecSettings(_width, _height, 30, _bitRate);
122 _inputVideoBuffer.CreateEmptyFrame(_width, _height,
123 _width, _halfWidth, _halfWidth);
124 _decodedVideoBuffer.CreateEmptyFrame(_width, _height,
125 _width, _halfWidth, _halfWidth);
202 _width, _height,
203 _width, _halfWidth, _halfWidth);