Searched defs:ohnd (Results 1 - 7 of 7) sorted by relevance

/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/msm8909/libhwcomposer/
H A Dhwc_virtual.cpp102 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
104 setMDPScalingMode(ctx, ohnd, dpy);
106 mScalingWidth = getWidth(ohnd);
107 mScalingHeight = getHeight(ohnd);
148 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
149 int format = ohnd->format;
156 if(! Writeback::getInstance()->setSecure(isSecureBuffer(ohnd)))
159 isSecureBuffer(ohnd));
186 Writeback::getInstance()->queueBuffer(ohnd->fd,
187 (uint32_t)ohnd
223 setMDPScalingMode(hwc_context_t* ctx, private_handle_t* ohnd, int dpy) argument
[all...]
H A Dhwc_utils.cpp2480 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { argument
2481 if (ohnd != NULL && ohnd->base) {
2484 int width = getWidth(ohnd);
2485 int height = getHeight(ohnd);
2486 int format = ohnd->format;
2496 bResult = (bool) fwrite((void*)ohnd->base, size, 1, fp);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_virtual.cpp101 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
103 setMDPScalingMode(ctx, ohnd, dpy);
105 mScalingWidth = getWidth(ohnd);
106 mScalingHeight = getHeight(ohnd);
147 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
148 int format = ohnd->format;
155 if(! Writeback::getInstance()->setSecure(isSecureBuffer(ohnd)))
158 isSecureBuffer(ohnd));
185 Writeback::getInstance()->queueBuffer(ohnd->fd,
186 (uint32_t)ohnd
222 setMDPScalingMode(hwc_context_t* ctx, private_handle_t* ohnd, int dpy) argument
[all...]
H A Dhwc_utils.cpp2396 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { argument
2397 if (ohnd != NULL && ohnd->base) {
2400 int width = getWidth(ohnd);
2401 int height = getHeight(ohnd);
2402 int format = ohnd->format;
2412 bResult = (bool) fwrite((void*)ohnd->base, size, 1, fp);
/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.cpp2059 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { argument
2060 if (ohnd != NULL && ohnd->base) {
2065 overlay::utils::getFormatString(utils::getMdpFormat(ohnd->format)),
2066 getWidth(ohnd), getHeight(ohnd));
2069 bResult = (bool) fwrite((void*)ohnd->base, ohnd->size, 1, fp);

Completed in 2155 milliseconds