Home
last modified time | relevance | path

Searched refs:_pVB (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc283 _pVB(NULL), in VideoRenderDirect3D9()
514 D3DPOOL_DEFAULT, &_pVB, NULL ))) in InitDevice()
523 if (FAILED(_pVB->Lock(0, sizeof(Vertices), (void**) &pVertices, 0))) in InitDevice()
530 _pVB->Unlock(); in InitDevice()
602 _pd3dDevice->SetStreamSource(0, _pVB, 0, sizeof(CUSTOMVERTEX)); in UpdateRenderSurface()
636 UpdateVerticeBuffer(_pVB, 0, startWidth, startHeight, in UpdateRenderSurface()
651 UpdateVerticeBuffer(_pVB, 0, _logoLeft, _logoTop, _logoRight, in UpdateRenderSurface()
767 if (_pVB != NULL) in CloseDevice()
769 _pVB->Release(); in CloseDevice()
770 _pVB = NULL; in CloseDevice()
Dvideo_render_direct3d9.h222 LPDIRECT3DVERTEXBUFFER9 _pVB; // Buffer to hold Vertices variable