| /system/media/mca/filterfw/native/core/ |
| D | gl_frame.cpp | 56 bool GLFrame::Init(int width, int height) { in Init() 65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) { in InitWithTexture() 72 bool GLFrame::InitWithFbo(GLint fbo_id, int width, int height) { in InitWithFbo() 87 void GLFrame::InitDimensions(int width, int height) { in InitDimensions() 187 bool GLFrame::SetViewport(int x, int y, int width, int height) { in SetViewport()
|
| D | geometry.h | 72 float x, y, width, height; member
|
| /system/media/mca/filterfw/java/android/filterfw/core/ |
| D | GLFrame.java | 128 int height = getFormat().getHeight(); in initWithTexture() local 138 int height = getFormat().getHeight(); in initWithFbo() local 276 public void setViewport(int x, int y, int width, int height) { in setViewport() 364 private native boolean nativeAllocate(GLEnvironment env, int width, int height); in nativeAllocate() 369 int height); in nativeAllocateWithTexture() 374 int height); in nativeAllocateWithFbo() 396 private native boolean setNativeViewport(int x, int y, int width, int height); in setNativeViewport()
|
| D | MutableFrameFormat.java | 64 public void setDimensions(int width, int height) { in setDimensions() 72 public void setDimensions(int width, int height, int depth) { in setDimensions()
|
| D | GLEnvironment.java | 106 public int registerSurfaceTexture(SurfaceTexture surfaceTexture, int width, int height) { in registerSurfaceTexture() 167 private native int nativeAddSurfaceTexture(SurfaceTexture surface, int width, int height); in nativeAddSurfaceTexture()
|
| D | FilterSurfaceView.java | 118 int height) { in surfaceChanged()
|
| /system/media/mca/filterfw/java/android/filterfw/format/ |
| D | ImageFormat.java | 37 int height, in create() 52 int height, in create()
|
| /system/media/mca/filterpacks/base/native/ |
| D | geometry.h | 81 float height() const { return height_; } in height() function 89 float x, y, width, height; member
|
| /system/media/wilhelm/tests/native-media/src/com/example/nativemedia/ |
| D | NativeMedia.java | 344 abstract void setFixedSize(int width, int height); in setFixedSize() 358 void setFixedSize(int width, int height) { in setFixedSize() 380 void setFixedSize(int width, int height) { in setFixedSize()
|
| /system/media/mca/effect/java/android/media/effect/ |
| D | Effect.java | 74 public abstract void apply(int inputTexId, int width, int height, int outputTexId); in apply()
|
| D | FilterEffect.java | 88 protected Frame frameFromTexture(int texId, int width, int height) { in frameFromTexture()
|
| D | SizeChangeEffect.java | 47 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
|
| D | SingleFilterEffect.java | 70 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
|
| D | FilterGraphEffect.java | 87 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
|
| /system/media/wilhelm/src/itf/ |
| D | I3DMacroscopic.c | 23 SLmillimeter width, SLmillimeter height, SLmillimeter depth) in I3DMacroscopic_SetSize() 56 SLmillimeter height = thiz->mSize.mHeight; in I3DMacroscopic_GetSize() local
|
| /system/media/mca/effect/java/android/media/effect/effects/ |
| D | IdentityEffect.java | 34 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
|
| /system/extras/tests/framebuffer/ |
| D | mdp_test.c | 95 static int get_framebuffer(int *fd, char **fb, int *width, int *height) in get_framebuffer() 174 int fb_fd, width, height; in main() local
|
| /system/media/mca/filterpacks/imageproc/java/ |
| D | FixedRotationFilter.java | 74 int height = inputFormat.getHeight(); in process() local
|
| D | CropRectFilter.java | 124 void updateSourceRect(int width, int height) { in updateSourceRect()
|
| D | FlipFilter.java | 116 float height = (mVertical) ? -1.0f : 1.0f; in updateParameters() local
|
| D | SharpenFilter.java | 132 private void updateFrameSize(int width, int height) { in updateFrameSize()
|
| D | GrainFilter.java | 112 private void updateFrameSize(int width, int height) { in updateFrameSize()
|
| D | FisheyeFilter.java | 147 private void updateFrameSize(int width, int height) { in updateFrameSize()
|
| /system/media/mca/filterfw/jni/ |
| D | jni_gl_frame.cpp | 48 jint height) { in Java_android_filterfw_core_GLFrame_nativeAllocate() 65 jint height) { in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture() 82 jint height) { in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo() 253 jint height) { in Java_android_filterfw_core_GLFrame_setNativeViewport()
|
| /system/media/mca/filterfw/java/android/filterfw/geometry/ |
| D | Rectangle.java | 31 public Rectangle(float x, float y, float width, float height) { in Rectangle()
|