Home | History | Annotate | Download | only in interface

Lines Matching refs:_height

486   uint32_t Height() const { return _height; }
494 void SetHeight(const uint32_t height) { _height = height; }
514 uint32_t _height;
525 _height(0),
567 uint32_t tmpHeight = _height;
572 _height = videoFrame._height;
577 videoFrame._height = tmpHeight;
617 _height = videoFrame._height;
626 _height = 0;