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

  /art/runtime/mirror/
array-inl.h 299 void* dst_raw = GetRawData(sizeof(T), dst_pos); local
302 uint8_t* d = reinterpret_cast<uint8_t*>(dst_raw);
308 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw);
316 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw);
325 uint64_t* d = reinterpret_cast<uint64_t*>(dst_raw);
354 void* dst_raw = GetRawData(sizeof(T), dst_pos); local
357 memcpy(dst_raw, src_raw, count);
359 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw);
363 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw);
368 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/libvpx/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 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_neon64.cc 383 uint8* dst_raw,
405 "+r"(dst_raw), // %3
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 892 uint8x8_t src_raw, dst_raw, dst_final; local
1000 uint8x8_t src_raw, dst_raw, dst_final; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 515 uint8* dst_raw,
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 15328 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); local
15474 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); local
15604 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); local
15729 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); local
    [all...]

Completed in 510 milliseconds