Lines Matching refs:rcEnc

303     ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
311 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
312 if (!rcEnc) { \
366 rcEnc->bindDmaContext(&s_grdma->goldfish_dma); in updateHostColorBuffer()
369 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb->hostHandle, in updateHostColorBuffer()
385 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle, in updateHostColorBuffer()
640 if (rcEnc->getDmaVersion() > 0) { in gralloc_alloc()
652 if (hostCon && rcEnc) { in gralloc_alloc()
654 … cb->hostHandle = rcEnc->rcCreateColorBufferDMA(rcEnc, w, h, glFormat, cb->emuFrameworkFormat); in gralloc_alloc()
656 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat); in gralloc_alloc()
721 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_free()
817 rcEnc->rcFBPost(rcEnc, cb->hostHandle); in fb_post()
860 rcEnc->rcFBSetSwapInterval(rcEnc, interval); in fb_setSwapInterval()
902 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); in gralloc_register_buffer()
924 if (rcEnc->getDmaVersion() > 0) { in gralloc_register_buffer()
958 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_unregister_buffer()
967 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_unregister_buffer()
1092 int hostSyncStatus = rcEnc->rcColorBufferCacheFlush(rcEnc, cb->hostHandle, in gralloc_lock()
1114 rcEnc->rcReadColorBuffer(rcEnc, cb->hostHandle, in gralloc_lock()
1362 EGLint width = rcEnc->rcGetFBParam(rcEnc, FB_WIDTH); in gralloc_device_open()
1364 EGLint height = rcEnc->rcGetFBParam(rcEnc, FB_HEIGHT); in gralloc_device_open()
1366 EGLint xdpi = rcEnc->rcGetFBParam(rcEnc, FB_XDPI); in gralloc_device_open()
1368 EGLint ydpi = rcEnc->rcGetFBParam(rcEnc, FB_YDPI); in gralloc_device_open()
1370 EGLint fps = rcEnc->rcGetFBParam(rcEnc, FB_FPS); in gralloc_device_open()
1372 EGLint min_si = rcEnc->rcGetFBParam(rcEnc, FB_MIN_SWAP_INTERVAL); in gralloc_device_open()
1374 EGLint max_si = rcEnc->rcGetFBParam(rcEnc, FB_MAX_SWAP_INTERVAL); in gralloc_device_open()