Searched refs:SetPlane (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 922 void SetPlane(uint8* dst_y, int dst_stride_y, in SetPlane() function 969 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect() 970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect() 971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
|
D | convert.cc | 352 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); in I400ToI420() 353 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); in I400ToI420()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 26 void SetPlane(uint8* dst_y, int dst_stride_y,
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D | D3DRMOBJ.H | 229 STDMETHOD(SetPlane)(THIS_ D3DVALUE left, D3DVALUE right, D3DVALUE bottom, D3DVALUE top) PURE; in DECLARE_INTERFACE_() local
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | d3drmobj.h | 229 STDMETHOD(SetPlane)(THIS_ D3DVALUE left, D3DVALUE right, D3DVALUE bottom, D3DVALUE top) PURE; in DECLARE_INTERFACE_() local
|