Home
last modified time | relevance | path

Searched refs:uPlane (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
DRTCDefaultShader.mm157 uPlane:(GLuint)uPlane
174 glBindTexture(GL_TEXTURE_2D, uPlane);
DRTCNSGLVideoView.m152 uPlane:i420TextureCache.uTexture
DRTCEAGLVideoView.m221 uPlane:_i420TextureCache.uTexture
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp966 uint8_t *uPlane = (uint8_t *)malloc(frameSize - (mWidth * mHeight)); in setEncParams() local
968 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() local
1005 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()