Searched refs:uPlane (Results 1 – 5 of 5) sorted by relevance
27 : (RTCVideoRotation)rotation yPlane : (GLuint)yPlane uPlane : (GLuint)uPlane vPlane
157 uPlane:(GLuint)uPlane174 glBindTexture(GL_TEXTURE_2D, uPlane);
152 uPlane:i420TextureCache.uTexture
221 uPlane:_i420TextureCache.uTexture
966 uint8_t *uPlane = (uint8_t *)malloc(frameSize - (mWidth * mHeight)); in setEncParams() local968 memcpy(uPlane, data + (mWidth * mHeight), frameSize - (mWidth * mHeight)); in setEncParams()972 psInpRawBuf->apv_bufs[1] = uPlane; in setEncParams()982 inBuffer = std::make_tuple(yPlane, uPlane, nullptr); in setEncParams()1002 uint8_t *uPlane = (uint8_t *)malloc((mWidth * mHeight) / 4); in setEncParams() local1005 memcpy(uPlane, data + (mWidth * mHeight), (mWidth * mHeight) / 4); in setEncParams()1013 psInpRawBuf->apv_bufs[1] = uPlane; in setEncParams()1027 inBuffer = std::make_tuple(yPlane, uPlane, vPlane); in setEncParams()