Home
last modified time | relevance | path

Searched refs:vPlane (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/sdk/objc/components/renderer/opengl/
DRTCVideoViewShading.h27 : (RTCVideoRotation)rotation yPlane : (GLuint)yPlane uPlane : (GLuint)uPlane vPlane
28 : (GLuint)vPlane;
DRTCDefaultShader.mm158 vPlane:(GLuint)vPlane {
177 glBindTexture(GL_TEXTURE_2D, vPlane);
DRTCNSGLVideoView.m153 vPlane:i420TextureCache.vTexture];
DRTCEAGLVideoView.m222 vPlane:_i420TextureCache.vTexture];
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp1003 uint8_t *vPlane = (uint8_t *)malloc(frameSize - ((mWidth * mHeight) * 5) / 4); in setEncParams() local
1006 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()