Searched refs:I420ToBGRA (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert_from.h | 92 int I420ToBGRA(const uint8* src_y, int src_stride_y,
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 100 int I420ToBGRA(const uint8* src_y, int src_stride_y,
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 100 int I420ToBGRA(const uint8* src_y, int src_stride_y,
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_video_source_host.cc | 237 libyuv::I420ToBGRA(src_y, in SendGetFrameReply()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 529 int I420ToBGRA(const uint8* src_y, int src_stride_y, in I420ToBGRA() function 1034 r = I420ToBGRA(y, y_stride, in ConvertFromI420()
|
/external/chromium_org/third_party/libyuv/source/ |
D | convert_from.cc | 529 int I420ToBGRA(const uint8* src_y, int src_stride_y, in I420ToBGRA() function 1034 r = I420ToBGRA(y, y_stride, in ConvertFromI420()
|
/external/libyuv/files/source/ |
D | convert_from.cc | 737 int I420ToBGRA(const uint8* src_y, int src_stride_y, in I420ToBGRA() function 1274 r = I420ToBGRA(y, y_stride, in ConvertFromI420()
|