Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 246) sorted by relevance

12345678910

/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp34 bool convertFromHidl(const CameraMetadata &src, const camera_metadata_t** dst) { in convertFromHidl()
59 void convertToHidl(const camera_metadata_t *src, CameraMetadata* dst) { in convertToHidl()
68 void convertFromHidl(const Stream &src, Camera3Stream* dst) { in convertFromHidl()
83 void convertToHidl(const Camera3Stream* src, HalStream* dst) { in convertToHidl()
101 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst) { in convertToHidl()
111 camera3_stream_buffer_t* dst) { in convertFromHidl()
119 void convertToHidl(const camera3_notify_msg* src, NotifyMsg* dst) { in convertToHidl()
/hardware/interfaces/sensors/1.0/default/
Dconvert.cpp27 void convertFromSensor(const sensor_t &src, SensorInfo *dst) { in convertFromSensor()
47 sensor_t *dst) { in convertToSensor()
66 void convertFromSensorEvent(const sensors_event_t &src, Event *dst) { in convertFromSensorEvent()
199 void convertFromASensorEvent(const ASensorEvent& src, Event* dst) { in convertFromASensorEvent()
204 void convertToSensorEvent(const Event &src, sensors_event_t *dst) { in convertToSensorEvent()
/hardware/google/graphics/common/libion/test/
Dion_device_test.cpp55 char *dst = new char[size]; in TEST_F() local
93 void *dst = ionMmap(fd, size); in TEST_F() local
130 char *dst = new char[size]; in TEST_F() local
168 void *dst = ionMmap(fd, size); in TEST_F() local
205 char *dst = new char[size]; in TEST_F() local
243 void *dst = ionMmap(fd, size); in TEST_F() local
280 char *dst = new char[size]; in TEST_F() local
318 void *dst = ionMmap(fd, size); in TEST_F() local
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_other.c41 float *dst = dst_row; in util_format_r9g9b9e5_float_unpack_rgba_float() local
60 uint8_t *dst = dst_row; in util_format_r9g9b9e5_float_pack_rgba_float() local
76 float *dst = in_dst; in util_format_r9g9b9e5_float_fetch_rgba() local
90 uint8_t *dst = dst_row; in util_format_r9g9b9e5_float_unpack_rgba_8unorm() local
114 uint8_t *dst = dst_row; in util_format_r9g9b9e5_float_pack_rgba_8unorm() local
137 float *dst = dst_row; in util_format_r11g11b10_float_unpack_rgba_float() local
156 uint8_t *dst = dst_row; in util_format_r11g11b10_float_pack_rgba_float() local
172 float *dst = in_dst; in util_format_r11g11b10_float_fetch_rgba() local
186 uint8_t *dst = dst_row; in util_format_r11g11b10_float_unpack_rgba_8unorm() local
210 uint8_t *dst = dst_row; in util_format_r11g11b10_float_pack_rgba_8unorm() local
[all …]
Du_format_zs.c146 float *dst = dst_row; in util_format_z16_unorm_unpack_z_float() local
164 uint16_t *dst = (uint16_t *)dst_row; in util_format_z16_unorm_pack_z_float() local
180 uint32_t *dst = dst_row; in util_format_z16_unorm_unpack_z_32unorm() local
198 uint16_t *dst = (uint16_t *)dst_row; in util_format_z16_unorm_pack_z_32unorm() local
214 float *dst = dst_row; in util_format_z32_unorm_unpack_z_float() local
232 uint32_t *dst = (uint32_t *)dst_row; in util_format_z32_unorm_pack_z_float() local
300 uint32_t *dst = dst_row; in util_format_z32_float_unpack_z_32unorm() local
319 float *dst = (float *)dst_row; in util_format_z32_float_pack_z_32unorm() local
383 float *dst = dst_row; in util_format_z24_unorm_s8_uint_unpack_z_float() local
401 uint32_t *dst = (uint32_t *)dst_row; in util_format_z24_unorm_s8_uint_pack_z_float() local
[all …]
Du_format_yuv.c49 float *dst = dst_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local
103 uint8_t *dst = dst_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local
158 uint32_t *dst = (uint32_t *)dst_row; in util_format_r8g8_b8g8_unorm_pack_rgba_float() local
207 uint32_t *dst = (uint32_t *)dst_row; in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local
251 float *dst = in_dst; in util_format_r8g8_b8g8_unorm_fetch_rgba() local
271 float *dst = dst_row; in util_format_g8r8_g8b8_unorm_unpack_rgba_float() local
325 uint8_t *dst = dst_row; in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local
380 uint32_t *dst = (uint32_t *)dst_row; in util_format_g8r8_g8b8_unorm_pack_rgba_float() local
429 uint32_t *dst = (uint32_t *)dst_row; in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local
473 float *dst = in_dst; in util_format_g8r8_g8b8_unorm_fetch_rgba() local
[all …]
Du_format_rgtc.c32 util_format_rgtc1_unorm_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsig… in util_format_rgtc1_unorm_fetch_rgba_8unorm()
54 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; in util_format_rgtc1_unorm_unpack_r_8unorm() local
78 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local
99 uint8_t *dst = dst_row; in util_format_rgtc1_unorm_pack_rgba_8unorm() local
126 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); in util_format_rgtc1_unorm_unpack_rgba_float() local
148 uint8_t *dst = dst_row; in util_format_rgtc1_unorm_pack_rgba_float() local
166 float *dst = in_dst; in util_format_rgtc1_unorm_fetch_rgba() local
176 util_format_rgtc1_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restr… in util_format_rgtc1_snorm_fetch_rgba_8unorm()
206 int8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; in util_format_rgtc1_snorm_unpack_r_8snorm() local
231 int8_t *dst = (int8_t *)dst_row; in util_format_rgtc1_snorm_pack_rgba_float() local
[all …]
Du_format_latc.c33 util_format_latc1_unorm_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsig… in util_format_latc1_unorm_fetch_rgba_8unorm()
69 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); in util_format_latc1_unorm_unpack_rgba_float() local
93 float *dst = in_dst; in util_format_latc1_unorm_fetch_rgba() local
104 util_format_latc1_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restr… in util_format_latc1_snorm_fetch_rgba_8unorm()
143 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); in util_format_latc1_snorm_unpack_rgba_float() local
161 float *dst = in_dst; in util_format_latc1_snorm_fetch_rgba() local
173 util_format_latc2_unorm_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsig… in util_format_latc2_unorm_fetch_rgba_8unorm()
210 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); in util_format_latc2_unorm_unpack_rgba_float() local
229 float *dst = in_dst; in util_format_latc2_unorm_fetch_rgba() local
242 util_format_latc2_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restr… in util_format_latc2_snorm_fetch_rgba_8unorm()
[all …]
Du_format_s3tc.c46 util_format_dxt1_rgb_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigned… in util_format_dxt1_rgb_fetch_rgba_8unorm()
52 util_format_dxt1_rgba_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigne… in util_format_dxt1_rgba_fetch_rgba_8unorm()
58 util_format_dxt3_rgba_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigne… in util_format_dxt3_rgba_fetch_rgba_8unorm()
64 util_format_dxt5_rgba_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigne… in util_format_dxt5_rgba_fetch_rgba_8unorm()
72 float *dst = in_dst; in util_format_dxt1_rgb_fetch_rgba() local
84 float *dst = in_dst; in util_format_dxt1_rgba_fetch_rgba() local
96 float *dst = in_dst; in util_format_dxt3_rgba_fetch_rgba() local
108 float *dst = in_dst; in util_format_dxt5_rgba_fetch_rgba() local
138 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; in util_format_dxtn_rgb_unpack_rgba_8unorm() local
214 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; in util_format_dxtn_rgb_unpack_rgba_float() local
[all …]
/hardware/interfaces/camera/device/3.4/default/
Dconvert.cpp34 void convertToHidl(const Camera3Stream* src, HalStream* dst) { in convertToHidl()
39 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst) { in convertToHidl()
47 void convertFromHidl(const Stream &src, Camera3Stream* dst) { in convertFromHidl()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXpoll.h132 #define XFD_COPYSET(src,dst) { \ argument
137 #define XFD_ANDSET(dst,b1,b2) { \ argument
142 #define XFD_ORSET(dst,b1,b2) { \ argument
147 #define XFD_UNSET(dst,b1) { \ argument
171 #define XFD_COPYSET(src,dst) { \ argument
180 #define XFD_ANDSET(dst,b1,b2) { \ argument
189 #define XFD_ORSET(dst,b1,b2) { \ argument
199 #define XFD_UNSET(dst,b1) { \ argument
/hardware/google/gfxstream/guest/mesa/src/util/
Dbigmath.h34 _ubm_add_u32arr(uint32_t *dst, unsigned dst_len, in _ubm_add_u32arr()
63 #define ubm_add_u32arr(dst, a, b) \ argument
67 _ubm_mul_u32arr(uint32_t *dst, unsigned dst_len, in _ubm_mul_u32arr()
109 #define ubm_mul_u32arr(dst, a, b) \ argument
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DCopyBitsTest.cpp25 uint32_t dst; in TEST() member
40 uint32_t dst = test_vector.dst; in TEST() local
51 uint32_t dst; in TEST() member
66 uint32_t dst = test_vector.dst; in TEST() local
/hardware/interfaces/sensors/aidl/convert/
Dconvert.cpp67 void convertToSensor(const SensorInfo& src, sensor_t* dst) { in convertToSensor()
86 void convertToSensorEvent(const Event& src, sensors_event_t* dst) { in convertToSensorEvent()
295 void convertFromSensorEvent(const sensors_event_t& src, Event* dst) { in convertFromSensorEvent()
492 void convertFromASensorEvent(const ASensorEvent& src, Event* dst) { in convertFromASensorEvent()
/hardware/interfaces/sensors/common/utils/
DconvertV2_1.h80 inline void convertToSensor(const V2_1::SensorInfo& src, sensor_t* dst) { in convertToSensor()
99 inline void convertFromSensorEvent(const sensors_event_t& src, V2_1::Event* dst) { in convertFromSensorEvent()
117 inline void convertToSensorEvent(const V2_1::Event& src, sensors_event_t* dst) { in convertToSensorEvent()
/hardware/interfaces/camera/device/3.3/default/
Dconvert.cpp33 void convertToHidl(const Camera3Stream* src, HalStream* dst) { in convertToHidl()
52 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst) { in convertToHidl()
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp79 uint32_t* dst, unsigned dstStridePixels, in copyNV21toRGB32()
111 uint32_t* dst, unsigned dstStridePixels, in copyYV12toRGB32()
146 uint32_t* dst, unsigned dstStridePixels, in copyYUYVtoRGB32()
179 uint32_t* dst, unsigned dstStridePixels) in copyNV21toBGR32()
187 uint32_t* dst, unsigned dstStridePixels) in copyYV12toBGR32()
195 uint32_t* dst, unsigned dstStridePixels) in copyYUYVtoBGR32()
203 void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp285 bool ExynosMPP::isDataspaceSupportedByMPP(struct exynos_image &src, struct exynos_image &dst) in isDataspaceSupportedByMPP()
324 bool ExynosMPP::isSupportedHDR(struct exynos_image &src, struct exynos_image &dst) in isSupportedHDR()
449 bool ExynosMPP::checkCSCRestriction(struct exynos_image &src, struct exynos_image &dst) in checkCSCRestriction()
490 bool ExynosMPP::isDstFormatSupported(struct exynos_image &dst) in isDstFormatSupported()
701 uint32_t ExynosMPP::getDstMaxWidth(struct exynos_image &dst) in getDstMaxWidth()
706 uint32_t ExynosMPP::getDstMaxHeight(struct exynos_image &dst) in getDstMaxHeight()
711 uint32_t ExynosMPP::getDstMinWidth(struct exynos_image &dst) in getDstMinWidth()
728 uint32_t ExynosMPP::getDstMinHeight(struct exynos_image &dst) in getDstMinHeight()
767 uint32_t ExynosMPP::getDstXOffsetAlign(struct exynos_image &dst) in getDstXOffsetAlign()
779 uint32_t ExynosMPP::getDstYOffsetAlign(struct exynos_image &dst) in getDstYOffsetAlign()
[all …]
/hardware/google/graphics/gs201/libhwc2.1/libresource/
DExynosMPPModule.cpp38 const struct exynos_image &dst) { in checkSpecificRestriction()
63 struct exynos_image &dst) { in isSupported()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image.cpp248 float* dst = buf + y * dim_x * 4; in floatx4_array_from_astc_img() local
265 float *dst = buf + y * dim_x * 4; in floatx4_array_from_astc_img() local
288 float *dst = buf + y * dim_x * 4; in floatx4_array_from_astc_img() local
318 uint8_t* dst = buf + y * dim_x * 4; in unorm8x4_array_from_astc_img() local
335 uint8_t* dst = buf + y * dim_x * 4; in unorm8x4_array_from_astc_img() local
362 uint8_t* dst = buf + y * dim_x * 4; in unorm8x4_array_from_astc_img() local
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DBuffer.cpp43 nn::GeneralResult<void> copyTo(const nn::SharedBuffer& buffer, const hidl_memory& dst) { in copyTo()
62 Return<V1_3::ErrorStatus> Buffer::copyTo(const hidl_memory& dst) { in copyTo()
/hardware/google/graphics/common/libhwc2.1/
DDisplaySceneInfo.h69 void updateInfoSingleVal(T& dst, M& src) { in updateInfoSingleVal()
77 void updateInfoVectorVal(std::vector<T>& dst, M* src, uint32_t size) { in updateInfoVectorVal()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/
DIBuffer.aidl38 void copyTo(in android.hardware.neuralnetworks.Memory dst); in copyTo()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/
DIBuffer.aidl38 void copyTo(in android.hardware.neuralnetworks.Memory dst); in copyTo()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
DIBuffer.aidl38 void copyTo(in android.hardware.neuralnetworks.Memory dst); in copyTo()

12345678910