Searched refs:ohnd (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_virtual.cpp | 101 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() local 103 setMDPScalingMode(ctx, ohnd, dpy); in prepare() 105 mScalingWidth = getWidth(ohnd); in prepare() 106 mScalingHeight = getHeight(ohnd); in prepare() 147 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set() local 148 int format = ohnd->format; in set() 155 if(! Writeback::getInstance()->setSecure(isSecureBuffer(ohnd))) in set() 158 isSecureBuffer(ohnd)); in set() 185 Writeback::getInstance()->queueBuffer(ohnd->fd, in set() 186 (uint32_t)ohnd->offset); in set() [all …]
|
D | hwc_virtual.h | 60 private_handle_t* ohnd, int dpy);
|
D | hwc_utils.cpp | 2398 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument 2399 if (ohnd != NULL && ohnd->base) { in dumpBuffer() 2402 int width = getWidth(ohnd); in dumpBuffer() 2403 int height = getHeight(ohnd); in dumpBuffer() 2404 int format = ohnd->format; in dumpBuffer() 2414 bResult = (bool) fwrite((void*)ohnd->base, size, 1, fp); in dumpBuffer()
|
D | hwc_utils.h | 331 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_virtual.cpp | 133 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() local 134 Writeback::getInstance()->configureDpyInfo(ohnd->width, in prepare() 135 ohnd->height); in prepare() 173 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set() local 174 int format = ohnd->format; in set() 181 if(isSecureBuffer(ohnd)){ in set() 212 Writeback::getInstance()->queueBuffer(ohnd->fd, in set() 213 (uint32_t)ohnd->offset); in set() 226 if(!isSecureBuffer(ohnd)) { in set() 229 dumpBuffer(ohnd, bufferName); in set()
|
D | hwc_utils.cpp | 2061 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument 2062 if (ohnd != NULL && ohnd->base) { in dumpBuffer() 2067 overlay::utils::getFormatString(utils::getMdpFormat(ohnd->format)), in dumpBuffer() 2068 getWidth(ohnd), getHeight(ohnd)); in dumpBuffer() 2071 bResult = (bool) fwrite((void*)ohnd->base, ohnd->size, 1, fp); in dumpBuffer()
|
D | hwc_utils.h | 281 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_virtual.cpp | 122 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() local 123 Writeback::getInstance()->configureDpyInfo(ohnd->width, in prepare() 124 ohnd->height); in prepare() 161 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set() local 162 int format = ohnd->format; in set() 169 if(isSecureBuffer(ohnd)){ in set() 196 Writeback::getInstance()->queueBuffer(ohnd->fd, in set() 197 (uint32_t)ohnd->offset); in set()
|