HomeSort by relevance Sort by last modified time
    Searched defs:_height (Results 1 - 2 of 2) sorted by null

  /frameworks/base/opengl/libs/GLES2_dbg/test/
test_socket.cpp 334 static const GLsizei _width = 2, _height = 2; local
337 static const short _pixels [_width * _height] = {11, 22, 33, 44};
349 EXPECT_EQ(_height, height);
361 Debug_glTexImage2D(_target, _level, _internalformat, _width, _height, _border,
372 EXPECT_EQ(_height, read.arg4());
397 static const GLsizei _width = 2, _height = 3; local
399 static const int _pixels [_width * _height] = {11, 22, 33, 44, 55, 66};
412 EXPECT_EQ(_height, height);
421 EXPECT_EQ(_height, height);
434 Debug_glCopyTexImage2D(_target, _level, _internalformat, _x, _y, _width, _height,
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 465 WebRtc_UWord32 Height() const {return _height;}
473 void SetHeight(const WebRtc_UWord32 height) {_height = height;}
494 WebRtc_UWord32 _height; member in class:webrtc::VideoFrame
506 _height(0),
564 WebRtc_UWord32 tmpHeight = _height;
569 _height = videoFrame._height;
574 videoFrame._height = tmpHeight;
623 _height = videoFrame._height;
    [all...]

Completed in 16 milliseconds