HomeSort by relevance Sort by last modified time
    Searched defs:_width (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};
348 EXPECT_EQ(_width, width);
361 Debug_glTexImage2D(_target, _level, _internalformat, _width, _height, _border,
371 EXPECT_EQ(_width, read.arg3());
397 static const GLsizei _width = 2, _height = 3; local
399 static const int _pixels [_width * _height] = {11, 22, 33, 44, 55, 66};
411 EXPECT_EQ(_width, width);
420 EXPECT_EQ(_width, width);
434 Debug_glCopyTexImage2D(_target, _level, _internalformat, _x, _y, _width, _height
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 461 WebRtc_UWord32 Width() const {return _width;}
469 void SetWidth(const WebRtc_UWord32 width) {_width = width;}
493 WebRtc_UWord32 _width; member in class:webrtc::VideoFrame
505 _width(0),
563 WebRtc_UWord32 tmpWidth = _width;
568 _width = videoFrame._width;
573 videoFrame._width = tmpWidth;
622 _width = videoFrame._width;
    [all...]

Completed in 47 milliseconds