Searched refs:height (Results 151 - 175 of 706) sorted by relevance

1234567891011>>

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp95 bool omx_c2d_conv::open(unsigned int height,unsigned int width, argument
101 c2dcc = mConvertOpen(width, height, width, height,
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h111 int width, height; member in struct:preview_size_t
116 int width, height; member in struct:Vcapture_size_t
121 int width, height; member in struct:capture_Size_t
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_m4v_config_parser.cpp107 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
117 *width = *height = *display_height = *display_width = 0;
124 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
131 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel) argument
292 /* height */
396 *height = (*display_height + 15) & -16;
404 iDecodeShortHeader(psBits, width, height, display_width, display_height);
430 int32 *height,
469 *height = 96;
474 *height
428 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
782 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
928 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
112 *width = *height = *display_height = *display_width = 0;
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel) argument
287 /* height */
409 *height = (*display_height + 15) & -16;
417 iDecodeShortHeader(psBits, width, height, display_width, display_height);
445 int32 *height,
484 *height = 96;
489 *height
443 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
797 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc, uint32 *entropy_coding_mode_flag) argument
930 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_preview.c548 stream->s_config.stream_info->dim.height = 1;
569 preview_dim->height > max_analysis_dim.height) {
572 max_ratio = (double)max_analysis_dim.width / (double)max_analysis_dim.height;
573 requested_ratio = (double)preview_dim->width / (double)preview_dim->height;
577 analysis_dim.height = (int32_t)((double)analysis_dim.width / requested_ratio);
579 analysis_dim.height = analysis_dim.height;
580 analysis_dim.width = (int32_t)((double)analysis_dim.height * requested_ratio);
583 analysis_dim.height
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideodef.h51 gushort height; member in struct:_MixRect
/hardware/intel/common/libva/va/wayland/
H A Dwayland-drm-client-protocol.h178 wl_drm_create_buffer(struct wl_drm *wl_drm, uint32_t name, int32_t width, int32_t height, uint32_t stride, uint32_t format) argument
188 WL_DRM_CREATE_BUFFER, id, name, width, height, stride, format);
194 wl_drm_create_planar_buffer(struct wl_drm *wl_drm, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
204 WL_DRM_CREATE_PLANAR_BUFFER, id, name, width, height, format, offset0, stride0, offset1, stride1, offset2, stride2);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dlookahead.c64 unsigned int height,
81 height = (height + 15) & ~15;
93 width, height, VP8BORDERINPIXELS))
63 vp8_lookahead_init(unsigned int width, unsigned int height, unsigned int depth) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c20 int width, int height,
39 for (i = height; i--; ) {
91 bot_src = src + src_stride * (height - 1) - extend_left;
93 bot_dst = src + src_stride * (height) - extend_left;
19 extend_plane(uint8_t *const src, int src_stride, int width, int height, int extend_top, int extend_left, int extend_bottom, int extend_right) argument
/hardware/intel/img/hwcomposer/merrifield/include/
H A DIVideoPayloadManager.h35 uint16_t height; member in struct:android::intel::IVideoPayloadManager::Buffer
H A DDataBuffer.h70 void setHeight(uint32_t height) { mHeight = height; } argument
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVideoPayloadBuffer.h37 uint32_t height; member in struct:android::intel::VideoPayloadBuffer
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DVideoPayloadBuffer.h37 uint32_t height; member in struct:android::intel::VideoPayloadBuffer
/hardware/intel/img/psb_video/src/
H A Dpnw_rotate.c332 /* turn off ved downscaling if width and height are 0.
457 obj_surface->height_r = obj_surface->height;
491 if (obj_context->driver_data->render_rect.width <= obj_context->scaling_width || obj_context->driver_data->render_rect.height <= obj_context->scaling_height) {
583 int width, height; local
632 height = obj_surface->height;
637 vaStatus = psb_surface_create_from_kbuf(driver_data, width, height,
646 vaStatus = psb_surface_create(driver_data, width, height, VA_FOURCC_NV12,
650 height = (obj_surface->width + 0x1f) & ~0x1f;
658 vaStatus = psb_surface_create_from_kbuf(driver_data, width, height,
[all...]
H A Dpsb_surface_ext.h78 unsigned short height; member in struct:_VaClipBox
93 unsigned int height; member in struct:_PsbVASurface
H A Dpsb_texture.h139 int width, int height, int src_pitch, struct _WsbmBufferObject * src_buf,
145 int width, int height,
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.h60 int32_t& height, int32_t bound_w, int32_t bound_h);
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc_priv.h184 int height; member in struct:private_handle_t
193 int format,int width, int height, int eFd = -1,
198 format(format), width(width), height(height),
192 private_handle_t(int fd, int size, int flags, int bufferType, int format,int width, int height, int eFd = -1, int eOffset = 0, int eBase = 0) argument
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.h67 unsigned int &width, unsigned int& height);
/hardware/intel/common/libva/va/
H A Dva_tpi.c49 int height,
65 return tpi->vaCreateSurfacesWithAttribute( ctx, width, height, format, num_surfaces, surfaces, attribute_tpi);
46 vaCreateSurfacesWithAttribute( VADisplay dpy, int width, int height, int format, int num_surfaces, VASurfaceID *surfaces, VASurfaceAttributeTPI *attribute_tpi ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_alloccommon.c116 int vp9_resize_frame_buffers(VP9_COMMON *cm, int width, int height) { argument
118 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2);
122 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
162 int vp9_alloc_frame_buffers(VP9_COMMON *cm, int width, int height) { argument
164 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2);
173 if (vp9_alloc_frame_buffer(&cm->frame_bufs[i].buf, width, height,
186 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
229 const int aligned_height = ALIGN_POWER_OF_TWO(cm->height, MI_SIZE_LOG2);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDataBuffer.h70 void setHeight(uint32_t height) { mHeight = height; } argument
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h92 bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height);
94 OMX_U32 height);
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h41 int height; member in struct:android::VideoInfo
91 virtual status_t getFrameSize(size_t &width, size_t &height);
/hardware/intel/common/libva/va/x11/
H A Ddri2_util.c55 int height; member in struct:dri2_drawable
104 xrect.height = dri2_drawable->height;
130 &dri2_drawable->width, &dri2_drawable->height,
155 dri_drawable->height = dri2_drawable->height;

Completed in 696 milliseconds

1234567891011>>