Searched refs:dst (Results 1 - 25 of 172) sorted by relevance

1234567

/hardware/interfaces/camera/device/3.2/default/
H A Dconvert.cpp33 bool convertFromHidl(const CameraMetadata &src, const camera_metadata_t** dst) { argument
36 *dst = nullptr;
46 *dst = (camera_metadata_t*) data;
50 // Note: existing data in dst will be gone. Caller still owns the memory of src
51 void convertToHidl(const camera_metadata_t *src, CameraMetadata* dst) { argument
56 dst->setToExternal((uint8_t *) src, size);
60 void convertFromHidl(const Stream &src, Camera3Stream* dst) { argument
61 dst->mId = src.id;
62 dst->stream_type = (int) src.streamType;
63 dst
75 convertToHidl(const Camera3Stream* src, HalStream* dst) argument
93 convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst) argument
101 convertFromHidl( buffer_handle_t* bufPtr, BufferStatus status, camera3_stream_t* stream, int acquireFence, camera3_stream_buffer_t* dst) argument
111 convertToHidl(const camera3_notify_msg* src, NotifyMsg* dst) argument
[all...]
/hardware/interfaces/sensors/1.0/default/
H A Dconvert.cpp27 void convertFromSensor(const sensor_t &src, SensorInfo *dst) { argument
28 dst->name = src.name;
29 dst->vendor = src.vendor;
30 dst->version = src.version;
31 dst->sensorHandle = src.handle;
32 dst->type = (SensorType)src.type;
33 dst->maxRange = src.maxRange;
34 dst->resolution = src.resolution;
35 dst->power = src.power;
36 dst
45 convertToSensor( const ::android::hardware::sensors::V1_0::SensorInfo &src, sensor_t *dst) argument
66 convertFromSensorEvent(const sensors_event_t &src, Event *dst) argument
210 convertToSensorEvent(const Event &src, sensors_event_t *dst) argument
[all...]
/hardware/interfaces/automotive/evs/1.0/vts/functional/
H A DFormatConvert.h30 uint32_t* dst, unsigned dstStridePixels);
40 uint32_t* dst, unsigned dstStridePixels);
49 uint32_t* dst, unsigned dstStrideBytes);
57 void* dst, unsigned dstStridePixels,
H A DFormatConvert.cpp66 uint32_t* dst, unsigned dstStridePixels)
84 uint32_t* rowDest = dst + r*dstStridePixels;
97 uint32_t* dst, unsigned dstStridePixels)
120 uint32_t* rowDest = dst + r*dstStridePixels;
131 uint32_t* dst, unsigned dstStridePixels)
149 *(dst+0) = yuvToRgbx(Y1, U, V);
150 *(dst+1) = yuvToRgbx(Y2, U, V);
151 dst += 2;
156 dst += dstRowPadding32;
163 void* dst, unsigne
64 copyNV21toRGB32(unsigned width, unsigned height, uint8_t* src, uint32_t* dst, unsigned dstStridePixels) argument
95 copyYV12toRGB32(unsigned width, unsigned height, uint8_t* src, uint32_t* dst, unsigned dstStridePixels) argument
129 copyYUYVtoRGB32(unsigned width, unsigned height, uint8_t* src, unsigned srcStridePixels, uint32_t* dst, unsigned dstStridePixels) argument
161 copyMatchedInterleavedFormats(unsigned width, unsigned height, void* src, unsigned srcStridePixels, void* dst, unsigned dstStridePixels, unsigned pixelSize) argument
[all...]
/hardware/interfaces/camera/device/3.2/default/include/
H A Dconvert.h41 // *dst will point to the data owned by src, but src still owns the data after this call returns.
42 bool convertFromHidl(const CameraMetadata &src, const camera_metadata_t** dst);
43 void convertToHidl(const camera_metadata_t* src, CameraMetadata* dst);
45 void convertFromHidl(const Stream &src, Camera3Stream* dst);
46 void convertToHidl(const Camera3Stream* src, HalStream* dst);
50 camera3_stream_buffer_t* dst);
52 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst);
57 void convertToHidl(const camera3_notify_msg* src, NotifyMsg* dst);
/hardware/interfaces/sensors/1.0/default/include/sensors/
H A Dconvert.h30 void convertFromSensor(const sensor_t &src, SensorInfo *dst);
31 void convertToSensor(const SensorInfo &src, sensor_t *dst);
33 void convertFromSensorEvent(const sensors_event_t &src, Event *dst);
34 void convertToSensorEvent(const Event &src, sensors_event_t *dst);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdpRot.cpp40 return mRotDataInfo.dst.memory_id;
44 return mRotDataInfo.dst.offset;
48 return mRotImgInfo.dst.format;
54 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
55 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
57 return utils::Whf(alW, alH, mRotImgInfo.dst.format);
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst
[all...]
/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DTonemapper.h42 int blit(const void *dst, const void *src, int srcFenceFd);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdpRot.cpp45 return mRotDataInfo.dst.memory_id;
53 return mRotDataInfo.dst.offset;
57 return mRotImgInfo.dst.format;
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
66 return utils::Whf(alW, alH, mRotImgInfo.dst.format);
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
73 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst
[all...]
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdpRot.cpp45 return mRotDataInfo.dst.memory_id;
53 return mRotDataInfo.dst.offset;
57 return mRotImgInfo.dst.format;
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
66 return utils::Whf(alW, alH, mRotImgInfo.dst.format);
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
73 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdpRot.cpp39 return mRotDataInfo.dst.memory_id;
43 return mRotDataInfo.dst.offset;
47 return mRotImgInfo.dst.format;
93 mRotImgInfo.dst.width = whf.w;
94 mRotImgInfo.dst.height = whf.h;
117 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
137 ovutils::Whf destWhf(mRotImgInfo.dst.width,
138 mRotImgInfo.dst.height, mRotImgInfo.dst
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_rotator.h49 struct msmfb_img dst; member in struct:msm_rotator_img_info
64 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_rotator.h36 struct msmfb_img dst; member in struct:msm_rotator_img_info
49 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_rotator.h40 struct msmfb_img dst; member in struct:msm_rotator_img_info
55 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_rotator.h27 struct msmfb_img dst; member in struct:msm_rotator_img_info
40 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_rotator.h40 struct msmfb_img dst; member in struct:msm_rotator_img_info
55 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_rotator.h27 struct msmfb_img dst; member in struct:msm_rotator_img_info
40 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dmsm_rotator.h40 struct msmfb_img dst; member in struct:msm_rotator_img_info
55 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dmsm_rotator.h27 struct msmfb_img dst; member in struct:msm_rotator_img_info
40 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_rotator.h40 struct msmfb_img dst; member in struct:msm_rotator_img_info
55 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_rotator.h27 struct msmfb_img dst; member in struct:msm_rotator_img_info
40 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_rotator.h40 struct msmfb_img dst; member in struct:msm_rotator_img_info
55 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_rotator.h27 struct msmfb_img dst; member in struct:msm_rotator_img_info
40 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_rotator.h40 struct msmfb_img dst; member in struct:msm_rotator_img_info
55 struct msmfb_data dst; member in struct:msm_rotator_data_info
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_rotator.h27 struct msmfb_img dst; member in struct:msm_rotator_img_info
40 struct msmfb_data dst; member in struct:msm_rotator_data_info

Completed in 570 milliseconds

1234567