Searched refs:width (Results 251 - 275 of 714) sorted by relevance

<<11121314151617181920>>

/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/interfaces/graphics/mapper/2.0/default/
H A DGrallocBufferDescriptor.h43 descriptor[1] = descriptorInfo.width;
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2dExt.h103 * \param uint32 *width
110 uint32 *width,
/hardware/qcom/display/msm8084/libgralloc/
H A Dgpu.h41 int width, int height);
H A Dgralloc_priv.h222 int width; 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.cpp87 mRotImgInfo.src.width = whf.w;
93 mRotImgInfo.dst.width = whf.w;
117 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
137 ovutils::Whf destWhf(mRotImgInfo.dst.width,
/hardware/qcom/display/msm8226/libgralloc/
H A Dgpu.h41 int width, int height);
H A Dgralloc_priv.h224 int width; 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.h225 int width; 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);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.h44 static IFBUpdate *getObject(const int& width, const int& dpy);
/hardware/qcom/display/msm8994/libgralloc/
H A Dgpu.h41 int width, int height);
H A Dgralloc_priv.h232 int width; member in struct:private_handle_t
252 int format, int width, int height, int eFd = -1,
257 format(format), width(width), height(height),
251 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/msm8996/libgralloc/
H A Dgpu.h41 int width, int height);
H A Dgralloc_priv.h235 int width; member in struct:private_handle_t
255 int format, int width, int height, int eFd = -1,
260 format(format), width(width), height(height),
254 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/msm8996/libgralloc1/
H A Dgr_buf_mgr.cpp546 int width = va_arg(args, int); local
562 BufferDescriptor descriptor(width, height, format);
564 hnd->unaligned_width = width;
566 hnd->width = INT(alignedw);
574 int width = va_arg(args, int); local
578 BufferDescriptor descriptor(width, width, format);
594 *stride = hnd->width;
612 *stride = hnd->width;
620 int width local
716 int width = va_arg(args, int); local
736 int width = va_arg(args, int); local
[all...]
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_buffer.h225 uint32_t width = 0; //!< Actual width of the Layer that this buffer is for. member in struct:sdm::LayerBuffer
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dblit_engine_c2d.h100 int AllocateBlitTargetBuffers(uint32_t width, uint32_t height, uint32_t format, uint32_t usage);
/hardware/qcom/display/msm8998/libgralloc/
H A Dgpu.h41 int width, int height);
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dlayer_buffer.h224 uint32_t width = 0; //!< Aligned width of the Layer that this buffer is for. member in struct:sdm::LayerBuffer
227 //!< Unaligned width of the Layer that this buffer is for.
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dblit_engine_c2d.h100 int AllocateBlitTargetBuffers(uint32_t width, uint32_t height, uint32_t format, uint32_t usage);

Completed in 1640 milliseconds

<<11121314151617181920>>