HomeSort by relevance Sort by last modified time
    Searched refs:SetPlane (Results 1 - 5 of 5) sorted by null

  /external/libyuv/files/include/libyuv/
planar_functions.h 26 void SetPlane(uint8* dst_y, int dst_stride_y,
  /external/libyuv/files/source/
planar_functions.cc 922 void SetPlane(uint8* dst_y, int dst_stride_y,
969 SetPlane(start_y, dst_stride_y, width, height, value_y);
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);
    [all...]
convert.cc 352 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
353 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 229 STDMETHOD(SetPlane)(THIS_ D3DVALUE left, D3DVALUE right, D3DVALUE bottom, D3DVALUE top) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 229 STDMETHOD(SetPlane)(THIS_ D3DVALUE left, D3DVALUE right, D3DVALUE bottom, D3DVALUE top) PURE;

Completed in 9509 milliseconds