Searched refs:width (Results 276 - 300 of 715) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h225 * of the rectangle, with dimensions width in the x-direction
230 OMX_INT width; /** Width in the x-direction. */ member in struct:__anon739
247 OMX_INT width; /** Width of the rectangle, in the x-direction */ member in struct:__anon741
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h225 * of the rectangle, with dimensions width in the x-direction
230 OMX_INT width; /** Width in the x-direction. */ member in struct:__anon783
247 OMX_INT width; /** Width of the rectangle, in the x-direction */ member in struct:__anon785
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_quarter.s44 width RN 4 label
98 LDR width, [sp,#0x218] ;// width
99 CMP tmp4, width
100 BHI do_fill ;// (x0+partW)>width
119 LDR width, [sp,#0x218] ;// width
120 STR width, [sp,#0] ;// sp+0 = width
128 STR tmp4, [sp,#0x218] ;// width
[all...]
/frameworks/base/libs/androidfw/
H A DVirtualKeyMap.cpp116 && parseNextIntField(&defn.width)
126 "width=%d, height=%d",
127 defn.scanCode, defn.centerX, defn.centerY, defn.width, defn.height);
/frameworks/base/services/java/com/android/server/display/
H A DDisplayDevice.java195 viewport.deviceWidth = isRotated ? info.height : info.width;
196 viewport.deviceHeight = isRotated ? info.width : info.height;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DCanvasTextureViewActivity.java50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { argument
56 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { argument
H A DDisplayListLayersActivity.java71 private void addChild(LinearLayout root, View child, int width, int height) { argument
72 LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(width, height);
/frameworks/base/media/java/android/media/
H A DMediaFormat.java82 * A key describing the width of the content in a video format.
85 public static final String KEY_WIDTH = "width";
279 * @param width The width of the content (in pixels)
284 int width,
288 format.setInteger(KEY_WIDTH, width);
282 createVideoFormat( String mime, int width, int height) argument
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp47 jint width,
52 if (frame->Init(width, height)) {
64 jint width,
69 if (frame->InitWithTexture(tex_id, width, height)) {
81 jint width,
86 if (frame->InitWithFbo(fbo_id, width, height)) {
252 jint width,
255 return frame ? ToJBool(frame->SetViewport(x, y, width, height)) : JNI_FALSE;
44 Java_android_filterfw_core_GLFrame_nativeAllocate(JNIEnv* env, jobject thiz, jobject gl_env, jint width, jint height) argument
60 Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture(JNIEnv* env, jobject thiz, jobject gl_env, jint tex_id, jint width, jint height) argument
77 Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo(JNIEnv* env, jobject thiz, jobject gl_env, jint fbo_id, jint width, jint height) argument
248 Java_android_filterfw_core_GLFrame_setNativeViewport(JNIEnv* env, jobject thiz, jint x, jint y, jint width, jint height) argument
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DCropRectFilter.java44 @GenerateFieldPort(name = "width")
124 void updateSourceRect(int width, int height) { argument
125 mWidth = width;
H A DFlipFilter.java115 float width = (mHorizontal) ? -1.0f : 1.0f;
118 ((ShaderProgram) mProgram).setSourceRect(x_origin, y_origin, width, height);
H A DSharpenFilter.java132 private void updateFrameSize(int width, int height) { argument
133 mWidth = width;
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java168 int internalformat, int width, int height, int border,
171 mgl.glCompressedTexImage2D(target, level, internalformat, width,
177 int yoffset, int width, int height, int format, int imageSize,
180 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
186 int x, int y, int width, int height, int border) {
188 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
194 int yoffset, int x, int y, int width, int height) {
196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
462 public void glLineWidth(float width) { argument
464 mgl.glLineWidth(width);
167 glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data) argument
176 glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data) argument
185 glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) argument
193 glCopyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) argument
468 glLineWidthx(int width) argument
663 glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels) argument
706 glScissor(int x, int y, int width, int height) argument
779 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
812 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
840 glViewport(int x, int y, int width, int height) argument
872 glDrawTexfOES(float x, float y, float z, float width, float height) argument
891 glDrawTexiOES(int x, int y, int z, int width, int height) argument
909 glDrawTexsOES(short x, short y, short z, short width, short height) argument
928 glDrawTexxOES(int x, int y, int z, int width, int height) argument
1594 glRenderbufferStorageOES(int target, int internalformat, int width, int height) argument
[all...]
H A DGLES10.java414 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
420 int width,
427 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
434 int width,
441 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
449 int width,
454 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
463 int width,
794 // C function void glLineWidth ( GLfloat width )
797 float width
416 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
429 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
443 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
456 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
1057 glReadPixels( int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1117 glScissor( int x, int y, int width, int height ) argument
1239 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1269 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1334 glViewport( int x, int y, int width, int height ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp539 int width = video->width; local
555 int32 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
677 BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&1), mblock->block[comp], width, ncoeffs[comp],
707 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4],
731 BlockIDCT(video->currVop->vChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 264, mblock->block[5], width >> 1, ncoeffs[5],
759 BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&1), mblock->block[comp], width, ncoeffs[comp],
785 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >>
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp115 const int w = bitmap.width();
174 const int w = bitmap.width();
337 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
417 int fps, width, height, count, pause; local
420 if (sscanf(l, "%d %d %d", &width, &height, &fps) == 3) {
421 //LOGD("> w=%d, h=%d, fps=%d", width, height, fps);
422 animation.width = width;
489 const int xc = (mWidth - animation.width) / 2;
495 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, y
[all...]
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java274 int width = params.getInt("width", 0);
281 return generateBitmap(context, bm, width, height);
303 int width = mService.getWidthHint();
309 return generateBitmap(context, bm, width, height);
612 * Returns the desired minimum width for the wallpaper. Callers of
616 * minimum width.
618 * If the returned value is <= 0, the caller should use the width of
621 * @return The desired minimum width for the wallpaper. This value should
681 * @param minimumWidth Desired minimum width
792 generateBitmap(Context context, Bitmap bm, int width, int height) argument
[all...]
H A DActionBar.java943 public LayoutParams(int width, int height) { argument
944 super(width, height);
948 public LayoutParams(int width, int height, int gravity) { argument
949 super(width, height);
/frameworks/base/core/java/android/widget/
H A DSpinner.java60 // Only measure this many items to get a decent max width.
304 * Set the width of the spinner's popup window of choices in pixels. This value
306 * to match the width of the Spinner itself, or
318 Log.e(TAG, "Cannot set dropdown width for MODE_DIALOG, ignoring");
325 * Get the configured width of the spinner's popup window of choices in pixels.
327 * meaning the popup window will match the width of the Spinner itself, or
496 int width = sel.getMeasuredWidth();
502 selectedOffset = childrenLeft + (childrenWidth / 2) - (width / 2);
505 selectedOffset = childrenLeft + childrenWidth - width;
580 mSpinnerPadding.left + mSpinnerPadding.right, lp.width);
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java351 int width,
363 int width,
376 int width,
388 int width,
619 float width
623 int width
795 int width,
841 int width,
914 int width,
939 int width,
347 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
358 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
370 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
381 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
792 glReadPixels( int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
838 glScissor( int x, int y, int width, int height ) argument
910 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
934 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
965 glViewport( int x, int y, int width, int height ) argument
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp52 png_uint_32 width; member in struct:image_info
81 png_get_IHDR(read_ptr, read_info, &outImageInfo->width,
130 (int)outImageInfo->width, (int)outImageInfo->height,
134 png_get_IHDR(read_ptr, read_info, &outImageInfo->width,
204 png_bytep row, int width, bool transparent, bool required,
213 for (i=1; i<width-1; i++) {
218 *outRight = width-2;
302 png_bytep row, int width, bool transparent, bool required,
312 while (i < width - 1) {
323 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + (width
203 get_horizontal_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
301 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError) argument
978 png_uint_32 width, height; local
[all...]
/frameworks/av/include/media/stagefright/
H A DColorConverter.h50 size_t width, size_t height,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_decoder.h73 u32 *left, u32 *width, u32 *top, u32 *height);
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.h49 int32_t *width, int32_t *height) const;
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp68 jobject surface, jint width, jint height) {
71 surfaceTexture->setDefaultBufferSize(width, height);
148 bitmap.setConfig(convertPixelFormat(buffer.format), buffer.width, buffer.height, bytesCount);
154 if (buffer.width > 0 && buffer.height > 0) {
67 android_view_TextureView_setDefaultBufferSize(JNIEnv* env, jobject, jobject surface, jint width, jint height) argument

Completed in 419 milliseconds

<<11121314151617181920>>