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

1234567891011>>

/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/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);
449 int32_t height = paramPortDefinitionOutput->format.video.nFrameHeight; local
452 fb_index = mGetRawDataOutput(mCtx,mHybridCtx,dst,height,strid
567 unsigned int height = mDecodedImageHeight; local
[all...]
/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/interfaces/graphics/mapper/2.0/default/
H A DGrallocBufferDescriptor.h44 descriptor[2] = descriptorInfo.height;
/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);
/hardware/qcom/display/msm8226/libgralloc/
H A Dgpu.h41 int width, int height);
H A Dgralloc_priv.h225 int height; member in struct:private_handle_t
237 int format, int width, int height, int eFd = -1,
242 format(format), width(width), height(height),
236 private_handle_t(int fd, unsigned int size, int flags, int bufferType, int format, int width, int height, int eFd = -1, unsigned int eOffset = 0, uint64_t eBase = 0) argument
/hardware/qcom/display/msm8909/libgralloc/
H A Dgpu.h41 int width, int height);
H A Dgralloc_priv.h226 int height; member in struct:private_handle_t
238 int format, int width, int height, int eFd = -1,
243 format(format), width(width), height(height),
237 private_handle_t(int fd, unsigned int size, int flags, int bufferType, int format, int width, int height, int eFd = -1, unsigned int eOffset = 0, uint64_t eBase = 0) argument
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.h73 void getAttrForMode(int& width, int& height, int& fps);
/hardware/qcom/display/msm8960/libgralloc/
H A Dgpu.h42 int width, int height);
H A Dgr.h50 size_t getBufferSizeAndDimensions(int width, int height, int format,
57 // Allocate buffer from width, height, format into a private_handle_t
/hardware/qcom/display/msm8994/libgralloc/
H A Dgpu.h41 int width, int height);

Completed in 642 milliseconds

1234567891011>>