Lines Matching refs:ohnd
102 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() local
104 setMDPScalingMode(ctx, ohnd, dpy); in prepare()
106 mScalingWidth = getWidth(ohnd); in prepare()
107 mScalingHeight = getHeight(ohnd); in prepare()
148 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set() local
149 int format = ohnd->format; in set()
156 if(! Writeback::getInstance()->setSecure(isSecureBuffer(ohnd))) in set()
159 isSecureBuffer(ohnd)); in set()
186 Writeback::getInstance()->queueBuffer(ohnd->fd, in set()
187 (uint32_t)ohnd->offset); in set()
200 if(!isSecureBuffer(ohnd)) { in set()
203 dumpBuffer(ohnd, bufferName); in set()
224 private_handle_t* ohnd, int dpy) { in setMDPScalingMode() argument
228 if((getWidth(ohnd) != fbWidth) || (getHeight(ohnd) != fbHeight)) { in setMDPScalingMode()
235 getWidth(ohnd), getHeight(ohnd), scalingMode); in setMDPScalingMode()