Searched refs:width (Results 176 - 200 of 355) sorted by relevance

1234567891011>>

/frameworks/base/include/camera/
H A DCameraHardwareInterface.h35 uint32_t width; /* Image width */ member in struct:android::image_rect_struct
/frameworks/base/include/media/
H A DPVMediaRecorder.h41 virtual status_t setVideoSize(int width, int height);
/frameworks/base/media/libmediaplayerservice/
H A DMediaRecorderClient.h40 virtual status_t setVideoSize(int width, int height);
H A DMediaRecorderClient.cpp167 status_t MediaRecorderClient::setVideoSize(int width, int height) argument
169 LOGV("setVideoSize(%dx%d)", width, height);
175 return mRecorder->setVideoSize(width, height);
/frameworks/base/media/libstagefright/
H A DCameraSource.cpp140 int32_t width, height, stride, sliceHeight; local
142 params.getPreviewSize(&width, &height);
157 stride = width;
163 mMeta->setInt32(kKeyWidth, width);
/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp63 printf("WidthxHeight: %dx%d\n", bitmap->width(), bitmap->height());
/frameworks/base/services/surfaceflinger/
H A DLayerDim.cpp94 glScissor(r.left, sy, r.width(), r.height());
H A DLayerBlur.cpp116 int w = mTransformedBounds.width();
179 bl.width = w;
240 glScissor(r.left, sy, r.width(), r.height());
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java49 * The default width of the screen in portrait mode.
411 int width = dm.widthPixels;
415 int xOffset = (width - portraitHeight) / 2 ;
418 int xOffset = (width - portraitWidth) / 2 ;
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java155 * @param width the width of the bounding box of the target path
161 public Path toPath(float width, float height, int numSample) { argument
167 float sx = width / rect.width();
/frameworks/base/core/java/android/text/
H A DPackedIntVector.java38 * Creates a new PackedIntVector with the specified width and
41 * @param columns the width of the PackedIntVector.
64 * (column < 0 || column >= width()).
95 * (column < 0 || column >= width()).
146 * is out of range (column < 0 || column >= width()).
150 (column >= width())) {
173 * values array is too small (values.length < width()).
180 if ((values != null) && (values.length < width())) {
240 * Returns the width of the PackedIntVector. This number is set
245 public int width() { method in class:PackedIntVector
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java82 * If the thumb is a valid drawable (i.e. not null), half its width will be
320 final int width = getWidth();
321 final int available = width - mPaddingLeft - mPaddingRight;
327 } else if (x > width - mPaddingRight) {
H A DSlidingDrawer.java272 int width = widthSpecSize - handle.getMeasuredWidth() - mTopOffset;
273 mContent.measure(MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY),
314 final int width = r - l;
328 childLeft = (width - childWidth) / 2;
334 childLeft = mExpanded ? mTopOffset : width - childWidth + mBottomOffset;
644 int width = mRight - mLeft - childWidth - mTopOffset;
645 content.measure(MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY),
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp660 const int w = bitmap.width();
708 const int w = bitmap.width();
873 jint width, jint height) {
874 return etc1_get_encoded_data_size(width, height);
884 jobject in, jint width, jint height,
894 jint encodedImageSize = etc1_get_encoded_data_size(width, height);
901 width, height, pixelSize,
917 jint width, jint height,
927 jint encodedImageSize = etc1_get_encoded_data_size(width, height);
935 width, heigh
872 etc1_getEncodedDataSize(JNIEnv *env, jclass clazz, jint width, jint height) argument
883 etc1_encodeImage(JNIEnv *env, jclass clazz, jobject in, jint width, jint height, jint pixelSize, jint stride, jobject out) argument
915 etc1_decodeImage(JNIEnv *env, jclass clazz, jobject in, jobject out, jint width, jint height, jint pixelSize, jint stride) argument
944 etc1_formatHeader(JNIEnv *env, jclass clazz, jobject header, jint width, jint height) argument
[all...]
/frameworks/base/include/media/stagefright/
H A DOMXCodec.h210 const char *mime, OMX_U32 width, OMX_U32 height);
213 OMX_COLOR_FORMATTYPE format, OMX_U32 width, OMX_U32 height);
216 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize);
/frameworks/base/media/libstagefright/codecs/avc/common/include/
H A Davclib_common.h82 width, height and pitch.
91 width, height and pitch.
322 \param "width" "Pitch of cur."
325 void itrans(int16 *block, uint8 *pred, uint8 *cur, int width);
332 \param "width" "Pitch of cur."
335 void ictrans(int16 *block, uint8 *pred, uint8 *cur, int width);
350 \param "width" "Pitch of cur memory."
354 void copy_block(uint8 *pred, uint8 *cur, int width, int pred_pitch);
/frameworks/base/media/libstagefright/rtsp/
H A DASessionDescription.cpp227 int32_t *width, int32_t *height) const {
228 *width = 0;
240 *width = strtoul(s, &end, 10);
225 getDimensions( size_t index, unsigned long PT, int32_t *width, int32_t *height) const argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java149 int width,
162 int width,
323 int width,
145 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
156 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
320 glRenderbufferStorageOES( int target, int internalformat, int width, int height ) argument
/frameworks/base/opengl/libagl/
H A Dprimitives.cpp492 int width = c->textures.tmu[i].texture->surface.width; local
493 itt[0] = v->texture[i].S * width;
561 c->rasterizer.procs.linex(c, v0->window.v, v1->window.v, c->line.width);
704 const int w = c->textures.tmu[i].texture->surface.width;
742 const int width = tmu.surface.width; local
743 s0 *= width;
744 s1 *= width;
745 s2 *= width;
799 const int width = tmu.surface.width; local
[all...]
/frameworks/base/media/libmedia/
H A DIMediaRecorder.cpp162 status_t setVideoSize(int width, int height) argument
164 LOGV("setVideoSize(%dx%d)", width, height);
167 data.writeInt32(width);
383 int width = data.readInt32(); local
385 reply->writeInt32(setVideoSize(width, height));
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java1339 int internalformat, int width, int height, int border,
1345 arg("width", width);
1352 mgl.glCompressedTexImage2D(target, level, internalformat, width,
1358 int yoffset, int width, int height, int format, int imageSize,
1365 arg("width", width);
1372 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
1378 int x, int y, int width, int height, int border) {
1385 arg("width", widt
1338 glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data) argument
1357 glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data) argument
1377 glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) argument
1395 glCopyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) argument
1910 glLineWidth(float width) argument
1919 glLineWidthx(int width) argument
2251 glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels) argument
2333 glScissor(int x, int y, int width, int height) argument
2463 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
2527 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
2575 glViewport(int x, int y, int width, int height) argument
2626 glDrawTexfOES(float x, float y, float z, float width, float height) argument
2656 glDrawTexiOES(int x, int y, int z, int width, int height) argument
2685 glDrawTexsOES(short x, short y, short z, short width, short height) argument
2715 glDrawTexxOES(int x, int y, int z, int width, int height) argument
[all...]
H A DGLES20.java485 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
491 int width,
498 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
505 int width,
512 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
520 int width,
525 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
534 int width,
1287 // C function void glLineWidth ( GLfloat width )
1290 float width
487 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
500 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
514 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
527 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
1315 glReadPixels( int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1332 glRenderbufferStorage( int target, int internalformat, int width, int height ) argument
1348 glScissor( int x, int y, int width, int height ) argument
1447 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1511 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1934 glViewport( int x, int y, int width, int height ) argument
[all...]
/frameworks/base/opengl/include/GLES/
H A Dgl.h612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
650 GL_API void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
651 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
652 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
715 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
720 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
730 GL_API void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize
[all...]
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h495 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data);
496 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);
497 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
498 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
562 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
566 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
568 GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
570 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
579 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
584 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize
[all...]
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h489 GLAPI void APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
490 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
492 GLAPI void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
527 GLAPI void APIENTRY glLineWidth (GLfloat width);
528 GLAPI void APIENTRY glLineWidthx (GLfixed width);
554 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
561 GLAPI void APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
571 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
574 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize
[all...]

Completed in 378 milliseconds

1234567891011>>