Searched refs:ohnd (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_virtual.cpp133 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
134 Writeback::getInstance()->configureDpyInfo(ohnd->width,
135 ohnd->height);
173 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
174 int format = ohnd->format;
181 if(isSecureBuffer(ohnd)){
212 Writeback::getInstance()->queueBuffer(ohnd->fd,
213 (uint32_t)ohnd->offset);
226 if(!isSecureBuffer(ohnd)) {
229 dumpBuffer(ohnd, bufferNam
[all...]
H A Dhwc_utils.cpp2058 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { argument
2059 if (ohnd != NULL && ohnd->base) {
2064 overlay::utils::getFormatString(utils::getMdpFormat(ohnd->format)),
2065 getWidth(ohnd), getHeight(ohnd));
2068 bResult = (bool) fwrite((void*)ohnd->base, ohnd->size, 1, fp);
H A Dhwc_utils.h277 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_virtual.cpp122 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
123 Writeback::getInstance()->configureDpyInfo(ohnd->width,
124 ohnd->height);
161 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
162 int format = ohnd->format;
169 if(isSecureBuffer(ohnd)){
196 Writeback::getInstance()->queueBuffer(ohnd->fd,
197 (uint32_t)ohnd->offset);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp231 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
232 Writeback::getInstance()->configureDpyInfo(ohnd->width, ohnd->height);
511 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
512 int format = ohnd->format;
532 Writeback::getInstance()->queueBuffer(ohnd->fd, ohnd->offset);

Completed in 103 milliseconds