Searched refs:UYVYToYRow_C (Results 1 – 9 of 9) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 725 UYVYToYRow = UYVYToYRow_C; in UYVYToI420() 852 UYVYToYRow = UYVYToYRow_C; in V210ToI420()
|
D | convert_argb.cc | 779 uint8* dst_y, int pix) = UYVYToYRow_C; in UYVYToARGB()
|
D | planar_functions.cc | 187 UYVYToYRow = UYVYToYRow_C; in UYVYToI422()
|
D | row_common.cc | 812 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_C() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 652 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 597 uint8* dst_y, int pix) = UYVYToYRow_C; in UYVYToI420()
|
D | planar_functions.cc | 362 uint8* dst_y, int pix) = UYVYToYRow_C; in UYVYToI422()
|
D | row_common.cc | 1668 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_C() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1462 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int pix);
|