Home
last modified time | relevance | path

Searched refs:OP_rcReadColorBufferYUV (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_opcodes.h52 #define OP_rcReadColorBufferYUV 10046 macro
DrenderControl_enc.cpp1910 int tmp = OP_rcReadColorBufferYUV;memcpy(ptr, &tmp, 4); ptr += 4; in rcReadColorBufferYUV_enc()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_opcodes.h52 #define OP_rcReadColorBufferYUV 10046 macro
DrenderControl_dec.cpp997 case OP_rcReadColorBufferYUV: { in decode()