Searched refs:yPlane (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/sdk/objc/components/renderer/opengl/ |
D | RTCVideoViewShading.h | 27 : (RTCVideoRotation)rotation yPlane : (GLuint)yPlane uPlane : (GLuint)uPlane vPlane 34 yPlane:(GLuint)yPlane
|
D | RTCDefaultShader.mm | 156 yPlane:(GLuint)yPlane 171 glBindTexture(GL_TEXTURE_2D, yPlane); 185 yPlane:(GLuint)yPlane 199 glBindTexture(GL_TEXTURE_2D, yPlane);
|
D | RTCEAGLVideoView.m | 206 yPlane:_nv12TextureCache.yTexture 220 yPlane:_i420TextureCache.yTexture
|
D | RTCNSGLVideoView.m | 151 yPlane:i420TextureCache.yTexture
|
/external/libavc/fuzzer/ |
D | avc_enc_fuzzer.cpp | 965 uint8_t *yPlane = (uint8_t *)malloc(mWidth * mHeight); in setEncParams() local 967 memcpy(yPlane, data, mWidth * mHeight); in setEncParams() 971 psInpRawBuf->apv_bufs[0] = yPlane; in setEncParams() 982 inBuffer = std::make_tuple(yPlane, uPlane, nullptr); in setEncParams() 986 uint8_t *yPlane = (uint8_t *)malloc(frameSize); in setEncParams() local 987 memcpy(yPlane, data, frameSize); in setEncParams() 988 psInpRawBuf->apv_bufs[0] = yPlane; in setEncParams() 995 inBuffer = std::make_tuple(yPlane, nullptr, nullptr); in setEncParams() 1001 uint8_t *yPlane = (uint8_t *)malloc(mWidth * mHeight); in setEncParams() local 1004 memcpy(yPlane, data, mWidth * mHeight); in setEncParams() [all …]
|