Searched refs:vPlane (Results 1 – 5 of 5) sorted by relevance
27 : (RTCVideoRotation)rotation yPlane : (GLuint)yPlane uPlane : (GLuint)uPlane vPlane28 : (GLuint)vPlane;
158 vPlane:(GLuint)vPlane {177 glBindTexture(GL_TEXTURE_2D, vPlane);
153 vPlane:i420TextureCache.vTexture];
222 vPlane:_i420TextureCache.vTexture];
1003 uint8_t *vPlane = (uint8_t *)malloc(frameSize - ((mWidth * mHeight) * 5) / 4); in setEncParams() local1006 memcpy(vPlane, data + ((mWidth * mHeight) * 5) / 4, in setEncParams()1014 psInpRawBuf->apv_bufs[2] = vPlane; in setEncParams()1027 inBuffer = std::make_tuple(yPlane, uPlane, vPlane); in setEncParams()