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

  /art/runtime/mirror/
array-inl.h 265 void* dst_raw = GetRawData(sizeof(T), dst_pos); local
268 uint8_t* d = reinterpret_cast<uint8_t*>(dst_raw);
274 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw);
282 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw);
291 uint64_t* d = reinterpret_cast<uint64_t*>(dst_raw);
320 void* dst_raw = GetRawData(sizeof(T), dst_pos); local
323 memcpy(dst_raw, src_raw, count);
325 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw);
329 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw);
334 uint64_t* d = reinterpret_cast<uint64_t*>(dst_raw);
    [all...]
  /external/libyuv/files/source/
row_neon.cc 676 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) {
686 "+r"(dst_raw), // %1
    [all...]
convert_from.cc 956 uint8* dst_raw, int dst_stride_raw,
959 !dst_raw ||
966 dst_raw = dst_raw + (height - 1) * dst_stride_raw;
986 if (IS_ALIGNED(dst_raw, 16) && IS_ALIGNED(dst_stride_raw, 16)) {
994 I422ToRAWRow(src_y, src_u, src_v, dst_raw, width);
995 dst_raw += dst_stride_raw;
    [all...]
planar_functions.cc 675 uint8* dst_raw, int dst_stride_raw,
677 if (!src_argb || !dst_raw || width <= 0 || height == 0) {
694 IS_ALIGNED(dst_raw, 16) && IS_ALIGNED(dst_stride_raw, 16)) {
711 ARGBToRAWRow(src_argb, dst_raw, width);
713 dst_raw += dst_stride_raw;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_from.cc 753 uint8* dst_raw, int dst_stride_raw,
761 if (!src_y || !src_u || !src_v || !dst_raw ||
768 dst_raw = dst_raw + (height - 1) * dst_stride_raw;
788 I422ToRAWRow(src_y, src_u, src_v, dst_raw, width);
789 dst_raw += dst_stride_raw;
    [all...]
convert_from_argb.cc 802 uint8* dst_raw, int dst_stride_raw,
807 if (!src_argb || !dst_raw || width <= 0 || height == 0) {
839 ARGBToRAWRow(src_argb, dst_raw, width);
841 dst_raw += dst_stride_raw;
    [all...]
row_neon.cc 368 uint8* dst_raw,
390 "+r"(dst_raw), // %3
    [all...]
row_neon64.cc 383 uint8* dst_raw,
405 "+r"(dst_raw), // %3
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_from.cc 753 uint8* dst_raw, int dst_stride_raw,
761 if (!src_y || !src_u || !src_v || !dst_raw ||
768 dst_raw = dst_raw + (height - 1) * dst_stride_raw;
788 I422ToRAWRow(src_y, src_u, src_v, dst_raw, width);
789 dst_raw += dst_stride_raw;
    [all...]
convert_from_argb.cc 784 uint8* dst_raw, int dst_stride_raw,
789 if (!src_argb || !dst_raw || width <= 0 || height == 0) {
821 ARGBToRAWRow(src_argb, dst_raw, width);
823 dst_raw += dst_stride_raw;
    [all...]
row_neon.cc 368 uint8* dst_raw,
390 "+r"(dst_raw), // %3
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 756 uint8x8_t src_raw, dst_raw, dst_final; local
773 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
790 dst_wide = vmovl_u8(dst_raw);
864 uint8x8_t src_raw, dst_raw, dst_final; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 658 uint8x8_t src_raw, dst_raw, dst_final; local
675 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
692 dst_wide = vmovl_u8(dst_raw);
766 uint8x8_t src_raw, dst_raw, dst_final; local
790 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
801 dst_wide = vmovl_u8(dst_raw);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
row.h 603 uint8* dst_raw,
    [all...]
  /external/chromium_org/third_party/libyuv/include/libyuv/
row.h 511 uint8* dst_raw,
    [all...]

Completed in 388 milliseconds