Home
last modified time | relevance | path

Searched refs:I420ToNV12 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from.h62 int I420ToNV12(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc363 int I420ToNV12(const uint8* src_y, int src_stride_y, in I420ToNV12() function
445 return I420ToNV12(src_y, src_stride_y, in I420ToNV21()
1235 r = I420ToNV12(y, y_stride, in ConvertFromI420()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_encoder.cc142 int ret = libyuv::I420ToNV12( in CopyVideoFrameToPixelBuffer()