OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSurfaceWidth
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h
37
int SurfaceWidth() const { return
mSurfaceWidth
; }
60
int
mSurfaceWidth
; // Width of target surface.
/packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
Renderer.h
37
int SurfaceWidth() const { return
mSurfaceWidth
; }
60
int
mSurfaceWidth
; // Width of target surface.
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h
37
int SurfaceWidth() const { return
mSurfaceWidth
; }
60
int
mSurfaceWidth
; // Width of target surface.
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DisplaySinkService.java
48
private int
mSurfaceWidth
;
135
if (mSurface == surface &&
mSurfaceWidth
== width && mSurfaceHeight == height) {
140
mSurfaceWidth
= width;
152
"video/avc",
mSurfaceWidth
, mSurfaceHeight);
228
mBuffer.putInt(
mSurfaceWidth
);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java
45
private int
mSurfaceWidth
;
65
drawOffscreenImage(gl,
mSurfaceWidth
, mSurfaceHeight);
70
drawOnscreen(gl,
mSurfaceWidth
, mSurfaceHeight);
82
mSurfaceWidth
= width;
/frameworks/rs/
rsFont.h
161
float
mSurfaceWidth
;
/frameworks/base/core/java/android/widget/
VideoView.java
101
private int
mSurfaceWidth
;
432
if (
mSurfaceWidth
== mVideoWidth && mSurfaceHeight == mVideoHeight) {
592
mSurfaceWidth
= w;
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
172
int
mSurfaceWidth
;
643
mFireflyRenderer.start(mSurface,
mSurfaceWidth
, mSurfaceHeight);
693
mSurfaceWidth
= width;
/packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java
158
// surfaceChanged() is called),
mSurfaceWidth
is set to -1.
159
private int
mSurfaceWidth
, mSurfaceHeight;
478
if (
mSurfaceWidth
!= -1) {
479
mPreviewThread.onSurfaceChanged(
mSurfaceWidth
, mSurfaceHeight);
[
all
...]
/frameworks/base/services/input/
InputReader.h
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java
152
private int
mSurfaceWidth
;
[
all
...]
Completed in 1208 milliseconds