Lines Matching refs:ohnd
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()
199 if(!isSecureBuffer(ohnd)) { in set()
202 dumpBuffer(ohnd, bufferName); in set()
223 private_handle_t* ohnd, int dpy) { in setMDPScalingMode() argument
228 getBufferSizeAndDimensions(fbWidth, fbHeight, ohnd->format, alW, alH); in setMDPScalingMode()
229 if((getWidth(ohnd) != alW) || (getHeight(ohnd) != alH)) { in setMDPScalingMode()
236 getWidth(ohnd), getHeight(ohnd), scalingMode); in setMDPScalingMode()