HomeSort by relevance Sort by last modified time
    Searched refs:surfaceWidth (Results 1 - 20 of 20) sorted by null

  /frameworks/base/libs/input/
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
195 int32_t surfaceWidth;
237 mLocked.state.surfaceWidth = width;
SpriteController.cpp 140 update.state.surfaceWidth = update.state.icon.bitmap.width();
145 update.state.surfaceWidth, update.state.surfaceHeight);
160 if (update.state.surfaceWidth < desiredWidth
170 status, update.state.surfaceWidth, update.state.surfaceHeight,
173 update.state.surfaceWidth = desiredWidth;
337 update.state.surfaceWidth, update.state.surfaceHeight,
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 486 int surfaceWidth = mLayout.getWidth();
492 if (surfaceWidth * height < surfaceHeight * width) {
495 lp.width = surfaceWidth;
496 lp.height = surfaceWidth * height / width;
561 int surfaceWidth = getWindow().getDecorView().getWidth();
563 if (surfaceWidth * height < surfaceHeight * width) {
564 lp.width = surfaceWidth;
565 lp.height = surfaceWidth * height / width;
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 136 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth;
166 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth;
804 if (mStoreMetaData || (!mStoreMetaData && (mVideoFormatInfo.surfaceWidth < mVideoFormatInfo.width || mVideoFormatInfo.surfaceHeight < mVideoFormatInfo.height))) {
914 mVASurfaceAttrib->width = mVideoFormatInfo.surfaceWidth;
948 mVideoFormatInfo.surfaceWidth,
965 mVideoFormatInfo.surfaceWidth = mVideoFormatInfo.width;
974 mVideoFormatInfo.surfaceWidth,
992 mVideoFormatInfo.surfaceWidth,
1002 mVideoFormatInfo.surfaceWidth,
    [all...]
VideoDecoderDefs.h 207 uint32_t surfaceWidth;
VideoDecoderMPEG2.cpp 119 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
VideoDecoderWMV.cpp 121 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
VideoDecoderMPEG4.cpp 117 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
VideoDecoderAVC.cpp 850 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
    [all...]
  /frameworks/rs/
rsProgramVertex.cpp 220 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth();
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/core/java/android/view/
SurfaceView.java 543 final int surfaceWidth = mSurfaceFrame.right;
545 realSizeChanged = mLastSurfaceWidth != surfaceWidth
547 mLastSurfaceWidth = surfaceWidth;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 213 int surfaceWidth = Math.max(displayInfo.logicalWidth, mBackgroundWidth);
220 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
221 mLastRequestedWidth = surfaceWidth;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 257 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth;
281 surfExtBuf->width = surfaceWidth;
309 surfaceWidth,
OMXVideoDecoderBase.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 97 int surfaceWidth;
466 EGL_WIDTH, config.surfaceWidth,
1032 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1117 basicConfig.surfaceWidth = 256;
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 541 static bool adjust_pixel_ops_params(int surfaceWidth,
552 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 

Completed in 1956 milliseconds