OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:surfaceHeight
(Results
1 - 11
of
11
) sorted by null
/frameworks/rs/
rsProgramVertex.cpp
221
float
surfaceHeight
= (float)rsc->getCurrentSurfaceHeight();
224
m.loadOrtho(0, surfaceWidth,
surfaceHeight
, 0, -1, 1);
/frameworks/base/libs/input/
SpriteController.h
181
surfaceWidth(0),
surfaceHeight
(0), surfaceDrawn(false), surfaceVisible(false) {
196
int32_t
surfaceHeight
;
238
mLocked.state.
surfaceHeight
= height;
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp
262
int
surfaceHeight
= mGraphicBufferParam.graphicBufferHeight;
267
extActualBufferHeightStride =
surfaceHeight
;
286
surfExtBuf->height =
surfaceHeight
;
287
surfExtBuf->data_size = surfaceStride *
surfaceHeight
* 1.5;
294
surfExtBuf->offsets[1] = surfaceStride *
surfaceHeight
;
314
surfaceHeight
,
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java
484
int
surfaceHeight
= mLayout.getHeight();
489
if (surfaceWidth * height <
surfaceHeight
* width) {
497
lp.width =
surfaceHeight
* width / height;
498
lp.height =
surfaceHeight
;
557
int
surfaceHeight
= getWindow().getDecorView().getHeight();
560
if (surfaceWidth * height <
surfaceHeight
* width) {
564
lp.width =
surfaceHeight
* width / height;
565
lp.height =
surfaceHeight
;
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java
484
int
surfaceHeight
= mLayout.getHeight();
489
if (surfaceWidth * height <
surfaceHeight
* width) {
497
lp.width =
surfaceHeight
* width / height;
498
lp.height =
surfaceHeight
;
557
int
surfaceHeight
= getWindow().getDecorView().getHeight();
560
if (surfaceWidth * height <
surfaceHeight
* width) {
564
lp.width =
surfaceHeight
* width / height;
565
lp.height =
surfaceHeight
;
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java
487
int
surfaceHeight
= mLayout.getHeight();
492
if (surfaceWidth * height <
surfaceHeight
* width) {
500
lp.width =
surfaceHeight
* width / height;
501
lp.height =
surfaceHeight
;
560
int
surfaceHeight
= getWindow().getDecorView().getHeight();
563
if (surfaceWidth * height <
surfaceHeight
* width) {
567
lp.width =
surfaceHeight
* width / height;
568
lp.height =
surfaceHeight
;
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java
484
int
surfaceHeight
= mLayout.getHeight();
489
if (surfaceWidth * height <
surfaceHeight
* width) {
497
lp.width =
surfaceHeight
* width / height;
498
lp.height =
surfaceHeight
;
557
int
surfaceHeight
= getWindow().getDecorView().getHeight();
560
if (surfaceWidth * height <
surfaceHeight
* width) {
564
lp.width =
surfaceHeight
* width / height;
565
lp.height =
surfaceHeight
;
/external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp
96
int
surfaceHeight
;
480
EGL_HEIGHT, config.
surfaceHeight
,
1041
log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.
surfaceHeight
<< TestLog::EndMessage;
1127
basicConfig.
surfaceHeight
= 256;
[
all
...]
/frameworks/base/core/java/android/view/
SurfaceView.java
541
final int
surfaceHeight
= mSurfaceFrame.bottom;
543
|| mLastSurfaceHeight !=
surfaceHeight
;
545
mLastSurfaceHeight =
surfaceHeight
;
[
all
...]
/hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h
206
uint32_t
surfaceHeight
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
234
int
surfaceHeight
= Math.max(p.y, mBackgroundHeight);
241
if (surfaceWidth == dw &&
surfaceHeight
== dh) {
250
surfaceHolder.setFixedSize(surfaceWidth,
surfaceHeight
);
Completed in 398 milliseconds