Home | History | Annotate | Download | only in interface

Lines Matching refs:_height

503     WebRtc_UWord32    Height() const {return _height;}
511 void SetHeight(const WebRtc_UWord32 height) {_height = height;}
532 WebRtc_UWord32 _height;
544 _height(0),
602 WebRtc_UWord32 tmpHeight = _height;
607 _height = videoFrame._height;
612 videoFrame._height = tmpHeight;
661 _height = videoFrame._height;
673 _height = 0;