Searched refs:height (Results 226 - 250 of 706) sorted by relevance

1234567891011>>

/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...]
/hardware/intel/common/libva/va/glx/
H A Dva_glx_impl.c450 unsigned int height; member in struct:VASurfaceGLX
464 const unsigned int height = pSurfaceGLX->height; local
481 height,
631 const unsigned int h = pSurfaceGLX->height;
686 const unsigned int height = pSurfaceGLX->height; local
696 glViewport(0, 0, width, height);
698 glScalef(2.0f / width, 2.0f / height, 1.0f);
742 unsigned int internal_format, border_width, width, height; local
[all...]
/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp466 int height,
475 ySize = yStride * height;
476 uvSize = uvStride * height / 2;
483 int height,
514 for ( int i = 0 ; i < height; i ++ ) {
550 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel;
561 for ( int i = 0 ; i < height ; i++) {
576 bufferDst_UV = (uint16_t *) (((uint8_t*)dst)+row*height);
578 for (int i = 0 ; i < height/2 ; i++, bufferSrc_UV += alignedRow/2) {
630 alignYV12(width, height, yStrid
465 alignYV12(int width, int height, size_t &yStride, size_t &uvStride, size_t &ySize, size_t &uvSize, size_t &size) argument
480 copy2Dto1D(void *dst, void *src, int width, int height, size_t stride, uint32_t offset, unsigned int bytesPerPixel, size_t length, const char *pixelFormat) argument
704 unsigned int stride, width, height; local
1038 int width, height; local
1598 setVideoRes(int width, int height) argument
[all...]
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Deboled.h247 void drawLineVertical (int8_t x, int8_t y, uint8_t height, uint8_t color = COLOR_WHITE);
255 * @param height bottom edge
258 void drawRectangle (int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color = COLOR_WHITE);
266 * @param height bottom edge
270 void drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, uint8_t color);
278 * @param height bottom edge
281 void drawRectangleFilled (int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color = COLOR_WHITE);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.h82 VASurfaceID CreateNewVASurface(VADisplay display, int32_t width, int32_t height);
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg-internal.h99 unsigned int width[JPEG_SCAN_MAX], height[JPEG_SCAN_MAX]; /* Size of the image */ member in struct:jdec_private
/hardware/intel/common/libva/va/
H A Dva_backend.h105 int height,
228 int height,
259 unsigned int width, /* width and height of the region */
260 unsigned int height,
408 unsigned int height,
/hardware/intel/common/libva/va/x11/
H A Dva_dri2.h64 int *width, int *height,
H A Dva_dricommon.h71 unsigned int height; member in struct:dri_drawable
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9Hybrid.cpp208 uint32_t width, height; local
211 ret = mGetFrameResolution(data,data_sz, &width, &height);
212 if (width == 0 || height == 0)
218 || (height != mDecodedImageHeight);
221 || height > mGraphicBufferParam.graphicBufferHeight;
225 mDecodedImageNewHeight = height;
251 unsigned int width, height; local
253 mGetOutput(mCtx,mHybridCtx, &width, &height);
441 int32_t height = paramPortDefinitionOutput->format.video.nFrameHeight; local
444 fb_index = mGetRawDataOutput(mCtx,mHybridCtx,dst,height,strid
559 unsigned int height = mDecodedImageHeight; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Divfdec.c55 input_ctx->height = mem_get_le16(raw_hdr + 14);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dfilter.c253 * UINT32 height : Block height.
274 unsigned int height,
281 for (i = 0; i < height; i++)
304 * UINT32 height : Block height.
325 unsigned int height,
333 for (i = 0; i < height; i++)
361 * INT32 Height : Block height
269 filter_block2d_bil_first_pass( unsigned char *src_ptr, unsigned short *dst_ptr, unsigned int src_stride, unsigned int height, unsigned int width, const short *vp8_filter ) argument
320 filter_block2d_bil_second_pass( unsigned short *src_ptr, unsigned char *dst_ptr, int dst_pitch, unsigned int height, unsigned int width, const short *vp8_filter ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.h32 int height; member in struct:__anon1135
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dsvc_context.h133 unsigned int *height);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
H A Dyv12extend.c18 int width, int height,
30 for (i = 0; i < height; ++i) {
43 src_ptr2 = src + src_stride * (height - 1) - extend_left;
45 dst_ptr2 = src + src_stride * height - extend_left;
17 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/common/base/
H A DDrm.h59 bool getPhysicalSize(int device, uint32_t& width, uint32_t& height);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDummyDevice.h40 virtual bool getDisplaySize(int *width, int *height);
H A DExternalDevice.h38 virtual bool getDisplaySize(int *width, int *height);
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c278 srf->height = h;
281 srf->height = h / 2;
287 srf->height = h;
501 (output->output_height != obj_surface->height) ||
510 obj_surface->width, obj_surface->height);
514 output->output_height = obj_surface->height;
536 (output->output_height != obj_surface->height ||
543 obj_surface->width, obj_surface->height);
546 output->output_height = obj_surface->height;
606 || (obj_rotate_surface->height !
[all...]
/hardware/qcom/camera/usbcamcore/inc/
H A DQCameraUsbParm.h67 /* Default preview height in pixels */
76 /* Default picture height in pixels */
85 /* Default thumbnail height in pixels */
112 uint32_t height; member in struct:android::__anon2808
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2dExt.h104 * \param uint32 *height
111 uint32 *height,
/hardware/qcom/display/msm8084/libgralloc/
H A Dgpu.h41 int width, int height);
H A Dgralloc_priv.h223 int height; member in struct:private_handle_t
234 int format, int width, int height, int eFd = -1,
239 format(format), width(width), height(height),
233 private_handle_t(int fd, size_t size, int flags, int bufferType, int format, int width, int height, int eFd = -1, size_t eOffset = 0, uintptr_t eBase = 0) argument
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.h74 unsigned int &width, unsigned int& height);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdpRot.cpp88 mRotImgInfo.src.height = whf.h;
94 mRotImgInfo.dst.height = whf.h;
117 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
138 mRotImgInfo.dst.height, mRotImgInfo.dst.format);

Completed in 1540 milliseconds

1234567891011>>