Searched defs:height (Results 376 - 400 of 674) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayAdapter.java361 Surface surface, int width, int height, int flags) {
384 mDisplayDevice = new WifiDisplayDevice(displayToken, name, width, height,
526 int width, int height, int flags) {
529 addDisplayDeviceLocked(display, surface, width, height, flags);
592 int width, int height, float refreshRate, int flags, String address,
597 mHeight = height;
602 mMode = createMode(width, height, refreshRate);
632 mInfo.height = mHeight;
360 addDisplayDeviceLocked(WifiDisplay display, Surface surface, int width, int height, int flags) argument
591 WifiDisplayDevice(IBinder displayToken, String name, int width, int height, float refreshRate, int flags, String address, Surface surface) argument
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java252 int width, int height, int maxPointers);
326 final int height, final int maxPointers) {
337 name, width, height, maxPointers);
575 int height, int maxPointers) throws RemoteException {
578 connection.openInputBridge(token, name, width, height, maxPointers);
251 openInputBridge(TvRemoteProviderProxy provider, IBinder token, String name, int width, int height, int maxPointers) argument
325 openInputBridge(final IBinder token, final String name, final int width, final int height, final int maxPointers) argument
574 openInputBridge(IBinder token, String name, int width, int height, int maxPointers) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java118 public void setAnimation(Animation anim, int width, int height, boolean skipFirstFrame, argument
121 + ": " + anim + " wxh=" + width + "x" + height
126 anim.initialize(width, height, width, height);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java188 private LayoutParams createLayoutParams(int width, int height) { argument
193 if (height > 0) {
194 height = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, height, metrics);
196 return new LayoutParams(width, height);
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp192 const int height = mFrameSequence.getHeight(); local
194 mPreserveBuffer = new Color8888[width * height];
196 for (int y = 0; y < height; y++) {
205 const int height = mFrameSequence.getHeight(); local
210 for (int y = 0; y < height; y++) {
231 const int height = mFrameSequence.getHeight(); local
261 for (int y = 0; y < height; y++) {
283 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
318 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);
H A DFrameSequence_webp.cpp37 return (frame.width == canvasWidth && frame.height == canvasHeight);
45 const int bottom = top + frame.height;
151 const int covered_y_max = covered.y_offset + covered.height;
152 const int target_y_max = target.y_offset + target.height;
166 int width, int height) {
167 for (int y = 0; y < height; y++) {
214 for (int j = 0; j < prevIter.height; j++) {
227 mDecoderConfig.output.u.RGBA.size = mDecoderConfig.output.u.RGBA.stride * currIter.height;
244 for (int y = 0; y < currIter.height; y++) {
261 for (int y = 0; y < currIter.height;
165 copyFrame(const Color8888* src, int srcStride, Color8888* dst, int dstStride, int width, int height) argument
[all...]
/frameworks/native/libs/gui/
H A DIGraphicBufferConsumer.cpp162 virtual status_t setDefaultBufferSize(uint32_t width, uint32_t height) { argument
166 data.writeUint32(height);
350 uint32_t height = data.readUint32(); local
351 status_t result = setDefaultBufferSize(width, height);
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp370 uint32_t height; local
374 output.deflate(&width, &height, &transformHint, &numPendingBuffers);
377 EXPECT_EQ(DEFAULT_HEIGHT, height);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java176 mCameraRatio = (float)previewSize.width/previewSize.height;
232 public void onSurfaceChanged(GL10 glUnused, int width, int height) { argument
235 GLES20.glViewport(0, 0, width, height);
236 mRatio = (float) width / height;
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp198 static EGLint width, height; variable
448 layer->displayFrame.top = testRandMod(height);
452 + testRandMod(height - layer->displayFrame.top) + 1;
461 // width and height will fit.
467 && ((layer->displayFrame.top + sourceHeight) <= height)) {
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
567 // dimensions. Width and height need to be >= 1.
573 // Pick width and height, which must be >= 1 and the size
576 size_t h = (height * maxSizeRatio) * testRandFract();
586 testPrintI(" frame %u width: %u height
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h256 uint32_t height; member in struct:android::HWComposer::DisplayConfig
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp113 void MonitoredProducer::allocateBuffers(uint32_t width, uint32_t height, argument
115 mProducer->allocateBuffers(width, height, format, usage);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java124 public void setDecodeDimensions(int width, int height) { argument
127 mDecodeHeight = height;
384 bounds.width(), bounds.height(),
385 bounds.height(), Integer.MAX_VALUE, getDecodeHorizontalCenter(),
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProvider.java230 public void changePeerDimensions(int width, int height) { argument
233 mCallback.changePeerDimensions(width, height);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java125 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
130 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
169 private void updateOutputDimensions(int width, int height) { argument
/frameworks/rs/
H A DrsScriptC_Lib.cpp270 uint32_t width, uint32_t height,
275 dstMip, dstFace, width, height,
267 rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRowPresenter.java384 updateCardLayout(vh, vh.mImageView.getLayoutParams().height);
405 private void updateCardLayout(ViewHolder vh, int height) { argument
407 lp.height = height;
414 if (height == LayoutParams.WRAP_CONTENT) {
415 llp.height = LayoutParams.WRAP_CONTENT;
422 llp.height = 0;
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogTest.java1328 public TestDrawable(@ColorInt int color, int width, int height) { argument
1331 mHeight = height;
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp77 static uint32_t gVideoWidth = 0; // default width+height
159 format->setInt32("height", gVideoHeight);
220 // app is based on the height of the display), reverse width/height.
227 ALOGV("using rotated width/height");
240 // "pre-rotate" it by flipping width/height, so that the orientation
246 // In that case, we swap the configured video width/height and then
258 // limited by narrow width; reduce height
262 // limited by short height; restrict width
800 long width, height; local
[all...]
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp298 int32_t width, height; local
300 CHECK(meta->findInt32(kKeyHeight, &height));
303 msg->setInt32("height", height);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp305 int32_t width, height; local
307 && mOutputFormat->findInt32("height", &height)) {
309 mStats->setInt32("height", height);
617 int32_t width, height; local
619 && format->findInt32("height", &height)) {
621 mStats->setInt32("height", height);
[all...]
H A DNuPlayerDriver.cpp676 int32_t width, height; local
678 && stats->findInt32("height", &height)) {
679 snprintf(buf, sizeof(buf), " resolution(%d x %d)\n", width, height);
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp368 int32_t width, height; local
370 CHECK(outputFormat->findInt32("height", &height));
376 crop_bottom = height - 1;
408 width, height,
H A Davc_utils.cpp93 int32_t *width, int32_t *height,
162 *height = (2 - frame_mbs_only_flag)
196 *height -=
218 static const struct { unsigned width, height; } kFixedSARs[] = { member in struct:android::__anon327
240 sar_height = kFixedSARs[aspect_ratio_idc].height;
374 int32_t width, height; local
377 seqParamSet, &width, &height, &sarWidth, &sarHeight);
421 meta->setInt32(kKeyHeight, height);
432 height,
441 height,
91 FindAVCDimensions( const sp<ABuffer> &seqParamSet, int32_t *width, int32_t *height, int32_t *sarWidth, int32_t *sarHeight) argument
541 ExtractDimensionsFromVOLHeader( const uint8_t *data, size_t size, int32_t *width, int32_t *height) argument
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcapi_common.h148 /** In/Out: Coded height of the luma component, must be multiple of 16. */
149 int height; member in struct:tagAVCFrameIO
154 /** In/Out: Display height, less than height */

Completed in 576 milliseconds

<<11121314151617181920>>