Searched defs:dst_raw (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/art/runtime/mirror/ |
H A D | array-inl.h | 155 void* dst_raw = GetRawData(sizeof(T), dst_pos); in Memmove() local 212 void* dst_raw = GetRawData(sizeof(T), dst_pos); in Memcpy() local
|
/aosp_15_r20/external/libvpx/third_party/libyuv/source/ |
H A D | convert_from.cc | 716 uint8_t* dst_raw, in I420ToRAW() 752 uint8_t* dst_raw, in H420ToRAW()
|
H A D | convert_from_argb.cc | 927 uint8_t* dst_raw, in ARGBToRAW()
|
H A D | row_neon.cc | 925 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
|
H A D | row_neon64.cc | 979 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
|
/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A D | convert_argb.cc | 2686 uint8_t* dst_raw, in NV12ToRAW() 2700 uint8_t* dst_raw, in NV21ToRAW() 3447 uint8_t* dst_raw, in I420ToRAW() 3483 uint8_t* dst_raw, in J420ToRAW() 3519 uint8_t* dst_raw, in H420ToRAW()
|
H A D | convert_from_argb.cc | 1335 uint8_t* dst_raw, in ARGBToRAW()
|
H A D | row_neon64.cc | 1121 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
|
H A D | row_neon.cc | 985 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
|
/aosp_15_r20/external/libyuv/source/ |
H A D | convert_argb.cc | 904 uint8_t* dst_raw, in I444ToRAW() 4380 uint8_t* dst_raw, in NV12ToRAW() 4394 uint8_t* dst_raw, in NV21ToRAW() 5203 uint8_t* dst_raw, in I420ToRAW() 5239 uint8_t* dst_raw, in J420ToRAW() 5275 uint8_t* dst_raw, in H420ToRAW() 5403 uint8_t* dst_raw, in I422ToRAW()
|
H A D | convert_from_argb.cc | 1699 uint8_t* dst_raw, in ARGBToRAW()
|
H A D | row_rvv.cc | 290 void ARGBToRAWRow_RVV(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_RVV()
|
H A D | row_neon.cc | 1508 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
|
H A D | row_neon64.cc | 1721 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 11256 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 11467 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 11638 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 11804 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local
|