Searched refs:height (Results 201 - 225 of 679) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h36 int32_t height; member in struct:VideoFrameRawData
146 int32_t height; member in struct:VideoConfigBuffer
207 uint32_t height; member in struct:VideoFormatInfo
/hardware/intel/common/libva/test/basic/
H A Dtest_11.c43 int height = 288; local
50 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, width, height, surfaces, total_surfaces, NULL, 0);
55 va_status = vaCreateContext( va_dpy, config, width, height, flags, surfaces, surface_count, &context );
/hardware/intel/common/libva/test/common/
H A Dva_display_wayland.c139 ensure_window(VADisplay va_dpy, unsigned int width, unsigned int height) argument
170 if (!ensure_window(va_dpy, dst_rect->width, dst_rect->height))
180 dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.h112 unsigned int height; member in struct:_psb_xrandr_crtc_s
180 VAStatus psb_xrandr_local_crtc_coordinate(psb_output_device *local_device_enabled, int *x, int *y, int *width, int *height, Rotation *rotation);
181 VAStatus psb_xrandr_extend_crtc_coordinate(psb_output_device *extend_device_enabled, int *x, int *y, int *width, int *height, psb_xrandr_location *location, Rotation *rotation);
H A Dpsb_xrandr.c201 if (local_crtc->y == extend_crtc->height)
203 else if (extend_crtc->y == local_crtc->height)
244 if (local_crtc->y == extend_crtc->height)
246 else if (extend_crtc->y == local_crtc->height)
410 p_crtc->height = crtc_info->height;
537 int x, y, width, height; local
543 height = psb_xrandr_info->extend_crtc->height;
547 desth = height;
671 psb_xrandr_local_crtc_coordinate(psb_output_device *local_device_enabled, int *x, int *y, int *width, int *height, Rotation *rotation) argument
721 psb_xrandr_extend_crtc_coordinate(psb_output_device *extend_device_enabled, int *x, int *y, int *width, int *height, psb_xrandr_location *location, Rotation *rotation) argument
[all...]
/hardware/libhardware/modules/camera/3_0/
H A DStream.cpp40 mHeight(s->height),
180 if (s->height != mHeight) {
181 ALOGE("%s:%d: Mismatched height in reused stream. Got %d expect %d",
182 __func__, mId, s->height, mHeight);
/hardware/qcom/display/msm8994/libgralloc/
H A Dmapper.cpp383 int height = va_arg(args, int); local
397 hnd->height = height;
436 int *height = va_arg(args, int *); local
443 *height = metadata->bufferDim.sliceHeight;
446 *height = hnd->height;
454 int height = va_arg(args, int); local
462 height, format, usage, *alignedWidth, *alignedHeight);
526 *outHeight = hnd->height;
582 auto height = va_arg(args, int); local
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp316 * @param[in] height: Frame height.
322 unsigned int height,
336 for (ii = 0; ii < height; ii++)
343 for (ii = 0; ii < (height / 2); ii++)
320 dump_op(unsigned char *p_buffer, unsigned int width, unsigned int height, unsigned int stride, unsigned int scanlines) argument
/hardware/interfaces/graphics/bufferqueue/1.0/
H A DIGraphicBufferProducer.hal144 uint32_t height;
255 * The width and height parameters must be no greater than the minimum of
258 * updateTexImage() is called. If width and height are both zero, the
297 uint32_t height,
586 uint32_t height,
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdpRot.cpp64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
73 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
116 mRotImgInfo.src.height = whf.h;
122 mRotImgInfo.dst.height = whf.h;
145 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
165 mRotImgInfo.dst.height, mRotImgInfo.dst.format);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdpRot.cpp64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
73 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
116 mRotImgInfo.src.height = whf.h;
122 mRotImgInfo.dst.height = whf.h;
145 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
165 mRotImgInfo.dst.height, mRotImgInfo.dst.format);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
H A Dviddec_mpeg2_frame_attr.c16 attr->cont_size.height);
69 attrs->cont_size.height = ((parser->info.seq_ext.vertical_size_extension << 12)
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp185 uint32_t width, uint32_t height,
198 height,
230 for (row = 0; row < surface_image.height; row++) {
231 if (row < surface_image.height / 4 || row > surface_image.height * 3 / 4)
240 for (row = 0; row < surface_image.height / 2; row++) {
278 frame_size = surface_image.width * surface_image.height * 3 / 2;
285 v_src = newImageBuffer + surface_image.width * surface_image.height;
286 u_src = newImageBuffer + surface_image.width * surface_image.height * 5 / 4;
302 for (row = 0; row < surface_image.height; ro
184 create_surface(VASurfaceID * p_surface_id, uint32_t width, uint32_t height, uint32_t fourCC, uint32_t format) argument
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_primary.h84 DisplayError SetMixerResolution(uint32_t width, uint32_t height);
85 DisplayError GetMixerResolution(uint32_t *width, uint32_t *height);
/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DEGLImageBuffer.cpp52 this->height = graphicBuffer->getHeight();
97 return height;
/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_master.cpp100 cmd2.height = drm_buffer.height;
/hardware/qcom/display/msm8998/libgralloc/
H A Dmapper.cpp319 int height = va_arg(args, int); local
335 height, format, 0, alignedw, alignedh);
337 hnd->height = alignedh;
339 hnd->unaligned_height = height;
378 int *height = va_arg(args, int *); local
386 *height = alignedh;
394 int height = va_arg(args, int); local
402 height, format, usage, *alignedWidth, *alignedHeight);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_primary.h85 DisplayError SetMixerResolution(uint32_t width, uint32_t height);
86 DisplayError GetMixerResolution(uint32_t *width, uint32_t *height);
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Ddebug.cpp166 DisplayError Debug::GetMixerResolution(uint32_t *width, uint32_t *height) { argument
177 *height = UINT32(stoi(str.substr(str.find('x') + 1)));
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.h68 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode,
93 int32_t height; member in struct:android::__anon2971
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_swvenc_hevc.h92 virtual bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height);
98 OMX_U32 height);
H A Domx_swvenc_mpeg4.h134 bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height);
136 OMX_U32 height);
/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DC2DColorConverter.h68 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode,
93 int32_t height; member in struct:android::__anon3021
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_swvenc_hevc.h92 virtual bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height);
102 OMX_U32 height);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse.c39 md->height = rcv.struct_a.VERT_SIZE;
66 md->heightMB = (md->height + 15) / VC1_PIXEL_IN_LUMA;
68 DEB("rcv: beforemod: res: %dx%d\n", md->width, md->height);
72 md->height = md->height/2 -1;
74 DEB("rcv: res: %dx%d\n", md->width, md->height);
138 md->height = sh.seq_max_size.MAX_CODED_HEIGHT;
203 md->heightMB = (((md->height + 1) * 2) + 15) / VC1_PIXEL_IN_LUMA;
205 DEB("md: res: %dx%d\n", md->width, md->height);
319 md->height
[all...]

Completed in 1401 milliseconds

1234567891011>>