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

  /external/libyuv/files/include/libyuv/
convert_from.h 68 int I420ToNV12(const uint8* src_y,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from.h 60 int I420ToNV12(const uint8* src_y, int src_stride_y,
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 366 int I420ToNV12(const uint8* src_y, int src_stride_y,
395 return I420ToNV12(src_y, src_stride_y,
    [all...]
  /external/libyuv/files/source/
convert_from.cc 393 int I420ToNV12(const uint8* src_y,
432 return I420ToNV12(src_y, src_stride_y, src_v, src_stride_v, src_u,
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 142 int ret = libyuv::I420ToNV12(
  /external/libyuv/files/unit_test/
convert_test.cc     [all...]

Completed in 1120 milliseconds