Searched refs:height (Results 101 - 125 of 757) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c99 height height of the reference frame chrominance in pixels
102 chromaPartHeight height of the predicted part in pixels
114 u32 height,
136 (y0 < 0) || ((u32)y0+chromaPartHeight > height))
138 h264bsdFillBlock(pRef, block, x0, y0, width, height,
140 pRef += width * height;
142 x0, y0, width, height, chromaPartWidth + 1,
149 height = chromaPartHeight;
157 ptrA = pRef + (comp * height
108 h264bsdInterpolateChromaHor( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
204 h264bsdInterpolateChromaVer( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
300 h264bsdInterpolateChromaHorVer( u8 *ref, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
426 u32 xFrac, yFrac, width, height, chromaPartWidth, chromaPartHeight; local
489 h264bsdInterpolateVerHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
607 h264bsdInterpolateVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
741 h264bsdInterpolateHorHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
864 h264bsdInterpolateHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
1002 h264bsdInterpolateHorVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horVerOffset) argument
1208 h264bsdInterpolateMidHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
1394 h264bsdInterpolateMidVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
1598 h264bsdInterpolateMidHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
1832 u32 xFrac, yFrac, width, height; local
1981 u32 width, height; local
2219 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
[all...]
H A Dh264bsd_util.c266 u32 width, height; local
272 height = image->height;
277 picSize = width * height;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DMultiPaneChallengeLayout.java183 private int getVirtualHeight(LayoutParams lp, int height, int heightUsed) { argument
184 int virtualHeight = height;
199 return height;
201 return Math.min(virtualHeight - heightUsed, height);
213 final int height = MeasureSpec.getSize(heightSpec);
214 setMeasuredDimension(width, height);
255 Math.min(lp.maxHeight, height), MeasureSpec.EXACTLY);
285 final int virtualHeight = getVirtualHeight(lp, height, heightUsed);
332 final int height = b - t;
337 layoutWithGravity(width, height, mUserSwitcherVie
360 layoutWithGravity(int width, int height, View child, Rect padding, boolean adjustPadding) argument
544 LayoutParams(int width, int height) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmb_motion_comp.cpp140 int height, width, pred_width; local
172 height = video->height;
251 video->mblock->pred_block, width, height,
272 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE)))
285 pred, width, height, round1, pred_width);
308 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE)))
320 pred, width, height, round1, pred_width);
344 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE)))
356 pred, width, height, round
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp108 const char *params, int32_t *width, int32_t *height) {
110 *height = 0;
200 FindAVCDimensions(nal, width, height);
201 ALOGI("dimensions %dx%d", *width, *height);
338 const sp<ABuffer> &config, int32_t *width, int32_t *height) {
340 *height = 0;
361 &ptr[offset], config->size() - offset, width, height);
365 const char *params, int32_t *width, int32_t *height) {
367 *height = 0;
375 if (!ExtractDimensionsMPEG4Config(config, width, height)) {
107 MakeAVCCodecSpecificData( const char *params, int32_t *width, int32_t *height) argument
337 ExtractDimensionsMPEG4Config( const sp<ABuffer> &config, int32_t *width, int32_t *height) argument
364 MakeMPEG4VideoCodecSpecificData( const char *params, int32_t *width, int32_t *height) argument
430 int32_t width, height; local
462 int32_t width, height; local
515 int32_t width, height; local
[all...]
H A DVideoSource.h32 VideoSource(int width, int height) argument
34 mHeight(height),
35 mSize((width * height * 3) / 2) {
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DCompareActivity.java66 int height = getResources().getDimensionPixelSize(R.dimen.layer_height);
67 mSoftwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
68 mHardwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
81 int height = mSoftwareBitmap.getHeight();
83 mSoftwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
84 mHardwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java89 private void createPF(int width, int height) { argument
98 public void init(RenderScriptGL rs, Resources res, int width, int height) { argument
102 createPF(width, height);
113 mGrid = ScriptField_BallGrid.create2D(mRS, (width + 99) / 100, (height + 99) / 100);
135 mPhysicsScript.set_gMaxPos(new Float2(width - 5, height - 5));
138 mScript.invoke_initParts(width, height);
/frameworks/av/camera/
H A DProCamera.cpp180 status_t ProCamera::createStream(int width, int height, int format, argument
187 ALOGV("%s: createStreamW %dx%d (fmt=0x%x)", __FUNCTION__, width, height,
194 return createStream(width, height, format,
199 status_t ProCamera::createStream(int width, int height, int format, argument
205 ALOGV("%s: createStreamT %dx%d (fmt=0x%x)", __FUNCTION__, width, height,
213 status_t stat = c->createStream(width, height, format, bufferProducer,
225 status_t ProCamera::createStreamCpu(int width, int height, int format, argument
230 return createStreamCpu(width, height, format, heapCount,
235 status_t ProCamera::createStreamCpu(int width, int height, int format, argument
242 ALOGV("%s: createStreamW %dx%d (fmt=0x%x)", __FUNCTION__, width, height,
[all...]
/frameworks/av/cmds/stagefright/
H A Djpeg.cpp40 int writeJpegFile(const char *filename, uint8_t *frame, int width, int height) { argument
64 cinfo.image_height = height;
73 for (int row = 0; row < height; row++) {
/frameworks/base/core/tests/coretests/src/android/view/
H A DIncludeTest.java57 assertTrue("Both buttons should have different height",
58 button1.getLayoutParams().height != button2.getLayoutParams().height);
77 assertEquals("Included button should be 23dip x 23dip", 23, lp.height);
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java147 * The width and height parameters must be no greater than the minimum of
153 public void setDefaultBufferSize(int width, int height) { argument
154 nativeSetDefaultBufferSize(width, height);
306 private native void nativeSetDefaultBufferSize(int width, int height); argument
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java116 final int width, final int height, final int flags) {
120 mListener.onDisplayConnected(surface, width, height, flags);
149 void onDisplayConnected(Surface surface, int width, int height, int flags); argument
115 notifyDisplayConnected(final Surface surface, final int width, final int height, final int flags) argument
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DSingleFilterEffect.java70 public void apply(int inputTexId, int width, int height, int outputTexId) { argument
73 Frame inputFrame = frameFromTexture(inputTexId, width, height);
74 Frame outputFrame = frameFromTexture(outputTexId, width, height);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterSurfaceView.java118 int height) {
122 mHeight = height;
127 mListener.surfaceChanged(holder, format, width, height);
115 surfaceChanged(SurfaceHolder holder, int format, int width, int height) argument
H A DGLEnvironment.java110 public int registerSurfaceTexture(SurfaceTexture surfaceTexture, int width, int height) { argument
112 int result = nativeAddSurfaceWidthHeight(surface, width, height);
173 private native int nativeAddSurfaceWidthHeight(Surface surface, int width, int height); argument
/frameworks/base/native/android/
H A Dnative_window.cpp62 int32_t height, int32_t format) {
65 err = native_window_set_buffers_user_dimensions(window, width, height);
68 if (width && height) {
61 ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format) argument
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DTextViewWithCircularIndicator.java75 final int height = getHeight();
76 int radius = Math.min(width, height) / 2;
77 canvas.drawCircle(width / 2, height / 2, radius, mCirclePaint);
/frameworks/av/include/media/stagefright/
H A DYUVImage.h56 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height);
60 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer);
68 static size_t bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height);
71 int32_t height() const {return mHeight;} function in class:android::YUVImage
73 // Returns true if pixel is the range [0, width-1] x [0, height-1]
78 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
84 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
147 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
167 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp34 uint32_t width, uint32_t height,
39 width, height, clipDuration, imageUri);
45 uint32_t width, uint32_t height,
51 mFrameHeight = height;
33 Create( uint32_t width, uint32_t height, uint64_t clipDuration, const char *imageUri) argument
44 DummyVideoSource( uint32_t width, uint32_t height, uint64_t clipDuration, const char *imageUri) argument
/frameworks/av/media/libmedia/
H A DIRemoteDisplayClient.cpp41 uint32_t width, uint32_t height, uint32_t flags)
47 data.writeInt32(height);
81 uint32_t height = data.readInt32(); local
83 onDisplayConnected(surfaceTexture, width, height, flags);
40 onDisplayConnected(const sp<IGraphicBufferProducer>& bufferProducer, uint32_t width, uint32_t height, uint32_t flags) argument
/frameworks/av/media/libstagefright/yuv/
H A DYUVImage.cpp26 YUVImage::YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height) { argument
29 mHeight = height;
31 size_t numberOfBytes = bufferSize(yuvFormat, width, height);
39 YUVImage::YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer) { argument
42 mHeight = height;
50 size_t YUVImage::bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height) { argument
51 int32_t numberOfPixels = width*height;
205 int32_t height = srcRect.height(); local
239 for (int32_t offsetY = 0; offsetY < height;
287 int32_t height = srcRect.height(); local
[all...]
/frameworks/native/include/android/
H A Dbitmap.h45 uint32_t height; member in struct:__anon1331
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp82 mVideoHeight = videoSize.height;
84 if (!trySettingVideoSize(videoSize.width, videoSize.height)) {
116 int32_t width, int32_t height) {
135 int32_t pictureHeight = supportedSizes[i].height;
137 if ((pictureWidth == width) && (pictureHeight == height)) {
144 ALOGV("Video size (%d, %d) is supported", width, height);
146 params.setVideoSize(width, height);
148 params.setPreviewSize(width, height);
153 ALOGE("Failed to set preview size to %dx%d", width, height);
115 trySettingVideoSize( int32_t width, int32_t height) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfindhalfpel.cpp34 void GenerateSearchRegion(UChar *searchPadding, UChar *ref, Int width, Int height,
81 Int height = video->vol[video->currLayer]->height; local
106 else if (jmin >= height - 1)
117 else if (jmin >= height - 16)
190 Int height; local
203 height = video->vol[video->currLayer]->height;
227 else if (jmin >= height - 1)

Completed in 657 milliseconds

1234567891011>>