HomeSort by relevance Sort by last modified time
    Searched refs:SetPlane (Results 1 - 10 of 10) 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
planar_functions.h 38 void SetPlane(uint8* dst_y, int dst_stride_y,
  /external/chromium_org/third_party/libyuv/include/libyuv/
planar_functions.h 38 void SetPlane(uint8* dst_y, int dst_stride_y,
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
planar_functions.cc 1069 void SetPlane(uint8* dst_y, int dst_stride_y,
    [all...]
convert.cc 181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
    [all...]
  /external/chromium_org/third_party/libyuv/source/
planar_functions.cc 1069 void SetPlane(uint8* dst_y, int dst_stride_y,
    [all...]
convert.cc 181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h     [all...]

Completed in 68 milliseconds