/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
EglBase14.java | 137 public int surfaceWidth() {
|
SurfaceTextureHelper.java | 250 if (eglBase.surfaceWidth() != stride/4 ||
|
SurfaceViewRenderer.java | 481 if (eglBase.surfaceWidth() != surfaceSize.x || eglBase.surfaceHeight() != surfaceSize.y) {
|
/external/deqp/framework/common/ |
tcuCommandLine.cpp | 71 DE_DECLARE_COMMAND_LINE_OPT(SurfaceWidth, int); 160 << Option<SurfaceWidth> (DE_NULL, "deqp-surface-width", "Use given surface width if possible", "-1") 783 int CommandLine::getSurfaceWidth (void) const { return m_cmdLine.getOption<opt::SurfaceWidth>(); }
|
/frameworks/base/core/java/android/view/ |
SurfaceView.java | 604 final int surfaceWidth = mSurfaceFrame.right; 606 realSizeChanged = mLastSurfaceWidth != surfaceWidth 608 mLastSurfaceWidth = surfaceWidth; [all...] |
/external/deqp/modules/egl/ |
teglGLES2SharedRenderingPerfTests.cpp | 97 int surfaceWidth; 466 EGL_WIDTH, config.surfaceWidth, 1029 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage; 1114 basicConfig.surfaceWidth = 256; [all...] |
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderMPEG2.cpp | 132 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
|
VideoDecoderWMV.cpp | 134 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
|
VideoDecoderMPEG4.cpp | 130 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
|
VideoDecoderAVC.cpp | [all...] |
/frameworks/base/core/java/android/widget/ |
Magnifier.java | 267 final int surfaceWidth = 272 new SurfaceInfo(mainWindowSurface, surfaceWidth, surfaceHeight, true); [all...] |
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
GlRectDrawerTest.java | 235 assertEquals(eglBase.surfaceWidth(), width);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowStateAnimator.java | [all...] |
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoDecoderBase.cpp | [all...] |
/external/mesa3d/docs/specs/OLD/ |
EGL_MESA_screen_surface.txt | 454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],
|
/frameworks/native/services/inputflinger/ |
InputReader.cpp | [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |
/toolchain/benchmark/ |
panorama.diff | [all...] |