Lines Matching refs:rcEnc
118 ExtendedRCEncoderContext *const rcEnc = conn.getRcEncoder(); in freeBuffer() local
119 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in freeBuffer()
244 ExtendedRCEncoderContext *const rcEnc = conn.getRcEncoder(); in importBufferImpl() local
245 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); in importBufferImpl()
376 ExtendedRCEncoderContext *const rcEnc = conn.getRcEncoder(); in lockHostImpl() local
378 const int res = rcEnc->rcColorBufferCacheFlush( in lockHostImpl()
379 rcEnc, cb.hostHandle, 0, usageSwRead); in lockHostImpl()
388 if (rcEnc->hasYUVCache()) { in lockHostImpl()
404 rcEnc->rcReadColorBufferYUV(rcEnc, cb.hostHandle, in lockHostImpl()
410 rcEnc->rcReadColorBuffer(rcEnc, cb.hostHandle, in lockHostImpl()
437 rcEnc->rcReadColorBuffer(rcEnc, in lockHostImpl()
519 ExtendedRCEncoderContext *const rcEnc = conn.getRcEncoder(); in unlockHostImpl() local
520 rcEnc->bindDmaDirectly(bufferBits, in unlockHostImpl()
522 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb.hostHandle, in unlockHostImpl()