Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 41) sorted by relevance

12

/system/media/mca/filterfw/native/core/
Dgl_frame.cpp56 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()
Dgeometry.h72 float x, y, width, height; member
/system/media/mca/filterfw/java/android/filterfw/core/
DGLFrame.java128 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()
DMutableFrameFormat.java64 public void setDimensions(int width, int height) { in setDimensions()
72 public void setDimensions(int width, int height, int depth) { in setDimensions()
DGLEnvironment.java106 public int registerSurfaceTexture(SurfaceTexture surfaceTexture, int width, int height) { in registerSurfaceTexture()
167 private native int nativeAddSurfaceTexture(SurfaceTexture surface, int width, int height); in nativeAddSurfaceTexture()
DFilterSurfaceView.java118 int height) { in surfaceChanged()
/system/media/mca/filterfw/java/android/filterfw/format/
DImageFormat.java37 int height, in create()
52 int height, in create()
/system/media/mca/filterpacks/base/native/
Dgeometry.h81 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/
DNativeMedia.java344 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/
DEffect.java74 public abstract void apply(int inputTexId, int width, int height, int outputTexId); in apply()
DFilterEffect.java88 protected Frame frameFromTexture(int texId, int width, int height) { in frameFromTexture()
DSizeChangeEffect.java47 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
DSingleFilterEffect.java70 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
DFilterGraphEffect.java87 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
/system/media/wilhelm/src/itf/
DI3DMacroscopic.c23 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/
DIdentityEffect.java34 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
/system/extras/tests/framebuffer/
Dmdp_test.c95 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/
DFixedRotationFilter.java74 int height = inputFormat.getHeight(); in process() local
DCropRectFilter.java124 void updateSourceRect(int width, int height) { in updateSourceRect()
DFlipFilter.java116 float height = (mVertical) ? -1.0f : 1.0f; in updateParameters() local
DSharpenFilter.java132 private void updateFrameSize(int width, int height) { in updateFrameSize()
DGrainFilter.java112 private void updateFrameSize(int width, int height) { in updateFrameSize()
DFisheyeFilter.java147 private void updateFrameSize(int width, int height) { in updateFrameSize()
/system/media/mca/filterfw/jni/
Djni_gl_frame.cpp48 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/
DRectangle.java31 public Rectangle(float x, float y, float width, float height) { in Rectangle()

12