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

  /external/libyuv/files/include/libyuv/
convert_from.h 192 int I420ToRGB565(const uint8* src_y,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from.h 132 int I420ToRGB565(const uint8* src_y, int src_stride_y,
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 721 int I420ToRGB565(const uint8* src_y, int src_stride_y,
925 r = I420ToRGB565(y, y_stride,
    [all...]
  /external/libyuv/files/source/
convert_from.cc 824 int I420ToRGB565(const uint8* src_y,
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 256 libyuv::I420ToRGB565(src_y, src.mStride, src_u, src.mStride / 2, src_v, src.mStride / 2,

Completed in 925 milliseconds