Searched defs:height (Results 151 - 175 of 763) sorted by relevance

1234567891011>>

/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_client.h31 // Locks the area specified by (x, y, width, height) for a specific usage. If
35 int Lock(int usage, int x, int y, int width, int height, void** addr);
91 uint32_t height() const { return buffer_.height(); } function in class:android::dvr::BufferHubBuffer
195 BufferProducer(uint32_t width, uint32_t height, uint32_t format,
197 BufferProducer(uint32_t width, uint32_t height, uint32_t format,
214 uint32_t width, uint32_t height, uint32_t format,
217 uint32_t width, uint32_t height, uint32_t format,
/frameworks/native/libs/vr/libdvr/
H A Ddvr_surface.cpp135 uint32_t height, uint32_t format,
147 auto status = surface->surface->CreateQueue(width, height, layer_count,
134 dvrSurfaceCreateWriteBufferQueue(DvrSurface* surface, uint32_t width, uint32_t height, uint32_t format, uint32_t layer_count, uint64_t usage, size_t capacity, DvrWriteBufferQueue** out_writer) argument
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java79 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
80 GLES20.glViewport(0, 0, width, height);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.h50 GLuint height; member in struct:android::GLES20RenderEngine::Group
H A DTexture.cpp50 void Texture::setDimensions(size_t width, size_t height) { argument
52 mHeight = height;
/frameworks/support/compat/java/android/support/v4/widget/
H A DEdgeEffectCompat.java78 * @param height Effect height in pixels
83 public void setSize(int width, int height) { argument
84 mEdgeEffect.setSize(width, height);
216 * 1.f of height.
/frameworks/support/compat/tests/java/android/support/v4/widget/
H A DTextViewCompatTest.java58 public TestDrawable(@ColorInt int color, int width, int height) { argument
61 mHeight = height;
157 assertEquals("Compound drawable: left height",
158 drawablesAbsolute[0].getBounds().height(), 20);
163 assertEquals("Compound drawable: top height",
164 drawablesAbsolute[1].getBounds().height(), 25);
169 assertEquals("Compound drawable: right height",
170 drawablesAbsolute[2].getBounds().height(), 20);
202 assertEquals("Compound drawable: left height",
203 drawablesAbsolute[0].getBounds().height(), 2
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DBitmapHelper.java66 public static Bitmap fetchAndRescaleBitmap(String uri, int width, int height) argument
74 int scaleFactor = findScaleFactor(width, height, is);
76 + width + "x" + height + "requested dimension");
/frameworks/support/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/presenter/
H A DCardPresenter.java34 public CardPresenter(int width, int height) { argument
36 mCardHeight = height;
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DBitmapHelper.java66 public static Bitmap fetchAndRescaleBitmap(String uri, int width, int height) argument
74 int scaleFactor = findScaleFactor(width, height, is);
76 + width + "x" + height + "requested dimension");
/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/presenter/
H A DCardPresenter.java34 public CardPresenter(int width, int height) { argument
36 mCardHeight = height;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DVideoFragment.java55 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
57 mMediaPlaybackCallback.surfaceChanged(holder, format, width, height);
87 protected void onVideoSizeChanged(int width, int height) { argument
92 if (screenWidth * height > width * screenHeight) {
93 // fit in screen height
94 p.height = screenHeight;
95 p.width = screenHeight * width / height;
99 p.height = screenWidth * height / width;
H A DVideoSupportFragment.java58 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
60 mMediaPlaybackCallback.surfaceChanged(holder, format, width, height);
90 protected void onVideoSizeChanged(int width, int height) { argument
95 if (screenWidth * height > width * screenHeight) {
96 // fit in screen height
97 p.height = screenHeight;
98 p.width = screenHeight * width / height;
102 p.height = screenWidth * height / width;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAlertDialogLayout.java143 // make the button pane bigger up to its target height. Otherwise,
144 // just remeasure the button at whatever height it needs.
163 // to the maximum height.
171 // Pass the same height mode as we're using for the dialog itself.
173 // height.
212 * @param heightMeasureSpec the original height measure spec
225 // height.
226 final int oldHeight = lp.height;
227 lp.height = child.getMeasuredHeight();
231 lp.height
346 setChildFrame(View child, int left, int top, int width, int height) argument
[all...]
/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp112 int height = 0; local
113 if ((err = parcel->readInt32(&height)) != OK) {
114 ALOGE("%s: Failed to read surface height from parcel", __FUNCTION__);
146 mHeight = height;
/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.cpp104 int32_t height = entry.data.i32[i + STREAM_HEIGHT_OFFSET]; local
116 filteredStreamConfigs.push_back(height);
129 int32_t height = entry.data.i32[i + STREAM_HEIGHT_OFFSET]; local
144 filteredDepthStreamConfigs.push_back(height);
/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp43 status_t FrameOutput::createInputSurface(int width, int height, argument
47 err = mEglWindow.createPbuffer(width, height);
53 glViewport(0, 0, width, height);
76 mGlConsumer->setDefaultBufferSize(width, height);
82 mPixelBuf = new uint8_t[width * height * kGlBytesPerPixel];
124 int height = mEglWindow.getHeight(); local
126 width, height, true);
139 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, mPixelBuf);
147 reduceRgbaToRgb(mPixelBuf, width * height);
155 size_t rgbDataLen = width * height * kOutBytesPerPixe
[all...]
H A DOverlay.cpp143 int height = mEglWindow.getHeight(); local
145 glViewport(0, 0, width, height);
163 mTextRenderer.setScreenSize(width, height);
177 mGlConsumer->setDefaultBufferSize(width, height);
219 int height = mEglWindow.getHeight(); local
222 100, 100, width-200, height-200);
225 0, 0, width, height);
232 100, 100, width-200, height-200);
300 int height = window.getHeight(); local
301 glViewport(0, 0, width, height);
335 int height = window.getHeight(); local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp26 int height,
51 /* Calculate the width and height of the area in blocks (divide by 8) */
53 pp_h = (height >> 3);
23 CombinedHorzVertRingFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
H A Dconceal.cpp128 CopyVopMB(video->currVop, video->concealFrame, i, video->width, video->height);
143 void CopyVopMB(Vop *curr, uint8 *prevFrame, int mbnum, int width_Y, int height) argument
161 size = (int32)height * width_Y;
H A Dpost_filter.cpp43 int width, height; local
51 height = video->height;
52 size = (int32)width * height;
75 CombinedHorzVertRingFilter(output, width, height, QP_store, 0, pp_mod);
83 CombinedHorzVertFilter(output, width, height,
88 CombinedHorzVertFilter_NoSoftDeblocking(output, width, height,
94 Deringing_Luma(output, width, height, QP_store,
107 CombinedHorzVertRingFilter(output, (int)(width >> 1), (int)(height >> 1), QP_store, (int) 1, pp_mod);
116 (int)(height >>
176 H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int annex_T) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp50 "<height> <frame rate> <bitrate in kbps>\n", argv[0]);
53 fprintf(stderr, "Max height %d\n", kMaxHeight);
70 // Read height and width.
72 int32_t height; local
74 height = atoi(argv[5]);
75 if (width > kMaxWidth || height > kMaxHeight || width <= 0 || height <= 0) {
76 fprintf(stderr, "Unsupported dimensions %dx%d\n", width, height);
80 if (width % 16 != 0 || height % 16 != 0) {
82 width, height);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor.s48 height RN 5 label
83 ;// u32 height, : 0xfc
105 LDR height, [sp, #0xfc] ;// height
107 CMP tmp6, height
112 LDR height, [sp, #0xfc] ;// height
115 STMIA sp,{width,height,tmp8,chrPH,tmp2}
122 STMIA sp,{width,height,tmp8,chrPH,tmp2}
124 MLA ref, height, widt
[all...]
H A Dh264bsd_interpolate_chroma_hor_ver.s50 height RN 5 label
84 ;// u32 height, : 0xfc
108 LDR height, [sp, #0xfc] ;// height
111 CMP tmp1, height
116 LDR height, [sp, #0xfc] ;// height
120 STMIA sp,{width,height,tmp1,tmp2,tmp3}
127 STMIA sp,{width,height,tmp1,tmp2,tmp3}
129 MLA ref, height, widt
[all...]
H A Dh264bsd_interpolate_chroma_ver.s47 height RN 5 label
82 ;// u32 height, : 0xfc
103 LDR height, [sp, #0xfc] ;// height
106 CMP tmp1, height
111 LDR height, [sp, #0xfc] ;// height
114 STMIA sp,{width,height,chrPW,tmp1,tmp2}
121 STMIA sp,{width,height,chrPW,tmp1,tmp2}
123 MLA ref, height, widt
[all...]

Completed in 3123 milliseconds

1234567891011>>