Searched refs:srcTmp (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc1089 unsigned char* srcTmp = srcPtr + (bmap.bmWidth * 4) * (bmap.bmHeight - 1); local
1092 memcpy(dstPtr, srcTmp, bmap.bmWidth * 4);
1093 srcTmp -= bmap.bmWidth * 4;

Completed in 53 milliseconds