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

  /art/runtime/mirror/
array-inl.h 267 void* dst_raw = GetRawData(sizeof(T), dst_pos); local
270 uint8_t* d = reinterpret_cast<uint8_t*>(dst_raw);
276 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw);
284 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw);
293 uint64_t* d = reinterpret_cast<uint64_t*>(dst_raw);
322 void* dst_raw = GetRawData(sizeof(T), dst_pos); local
325 memcpy(dst_raw, src_raw, count);
327 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw);
331 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw);
336 uint64_t* d = reinterpret_cast<uint64_t*>(dst_raw);
    [all...]
  /external/libyuv/files/source/
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...]
row_neon.cc 676 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) {
686 "+r"(dst_raw), // %1
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_from.cc 743 uint8* dst_raw, int dst_stride_raw,
745 if (!src_y || !src_u || !src_v || !dst_raw ||
752 dst_raw = dst_raw + (height - 1) * dst_stride_raw;
777 I422ToRAWRow(src_y, src_u, src_v, dst_raw, width);
778 dst_raw += dst_stride_raw;
    [all...]
convert_from_argb.cc 773 uint8* dst_raw, int dst_stride_raw,
775 if (!src_argb || !dst_raw || width <= 0 || height == 0) {
809 ARGBToRAWRow(src_argb, dst_raw, width);
811 dst_raw += dst_stride_raw;
    [all...]
row_posix.cc     [all...]
row_neon.cc 332 uint8* dst_raw,
351 "+r"(dst_raw), // %3
    [all...]
row_win.cc     [all...]
  /external/chromium_org/third_party/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/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/libyuv/include/libyuv/
row.h 487 uint8* dst_raw,
    [all...]

Completed in 500 milliseconds