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

12345678910

/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.cpp64 uint32_t* dst, unsigned dstStridePixels)
82 uint32_t* rowDest = dst + r*dstStridePixels;
95 uint32_t* dst, unsigned dstStridePixels)
118 uint32_t* rowDest = dst + r*dstStridePixels;
129 uint32_t* dst, unsigned dstStridePixels)
147 *(dst+0) = yuvToRgbx(Y1, U, V);
148 *(dst+1) = yuvToRgbx(Y2, U, V);
149 dst += 2;
154 dst += dstRowPadding32;
161 void* dst, unsigne
62 copyNV21toRGB32(unsigned width, unsigned height, uint8_t* src, uint32_t* dst, unsigned dstStridePixels) argument
93 copyYV12toRGB32(unsigned width, unsigned height, uint8_t* src, uint32_t* dst, unsigned dstStridePixels) argument
127 copyYUYVtoRGB32(unsigned width, unsigned height, uint8_t* src, unsigned srcStridePixels, uint32_t* dst, unsigned dstStridePixels) argument
159 copyMatchedInterleavedFormats(unsigned width, unsigned height, void* src, unsigned srcStridePixels, void* dst, unsigned dstStridePixels, unsigned pixelSize) argument
[all...]
/hardware/interfaces/camera/device/3.3/default/
H A Dconvert.cpp33 void convertToHidl(const Camera3Stream* src, HalStream* dst) { argument
34 dst->overrideDataSpace = src->data_space;
35 dst->v3_2.id = src->mId;
36 dst->v3_2.overrideFormat = (PixelFormat) src->format;
37 dst->v3_2.maxBuffers = src->max_buffers;
39 dst->v3_2.consumerUsage = (BufferUsageFlags)0;
40 dst->v3_2.producerUsage = (BufferUsageFlags)src->usage;
42 dst->v3_2.producerUsage = (BufferUsageFlags)0;
43 dst->v3_2.consumerUsage = (BufferUsageFlags)src->usage;
52 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst) { 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/camera/device/3.4/default/
H A Dconvert.cpp34 void convertToHidl(const Camera3Stream* src, HalStream* dst) { argument
35 V3_3::implementation::convertToHidl(src, &dst->v3_3);
36 dst->physicalCameraId = src->physical_camera_id;
39 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst) { argument
40 dst->streams.resize(src.num_streams);
42 convertToHidl(static_cast<Camera3Stream*>(src.streams[i]), &dst->streams[i]);
47 void convertFromHidl(const Stream &src, Camera3Stream* dst) { argument
48 V3_2::implementation::convertFromHidl(src.v3_2, dst);
50 dst->physical_camera_id = nullptr;
/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/interfaces/camera/device/3.4/default/include/
H A Dconvert.h33 void convertToHidl(const Camera3Stream* src, HalStream* dst);
35 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst);
37 void convertFromHidl(const Stream &src, Camera3Stream* 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/interfaces/camera/device/3.3/default/include/
H A Dconvert.h38 void convertToHidl(const Camera3Stream* src, HalStream* dst);
40 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst);
/hardware/qcom/display/msm8909/gpu_tonemapper/
H A DTonemapper.h44 int blit(const void *dst, const void *src, int srcFenceFd);
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A DTonemapper.h44 int blit(const void *dst, const void *src, int srcFenceFd);
/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DTonemapper.h44 int blit(const void *dst, const void *src, int srcFenceFd);
/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/interfaces/broadcastradio/1.1/default/
H A DBroadcastRadio.cpp174 V1_0::BandConfig dst; local
176 dst.type = src.type;
177 dst.antennaConnected = true;
178 dst.lowerLimit = src.lowerLimit;
179 dst.upperLimit = src.upperLimit;
180 dst.spacings = src.spacings;
183 dst.ext.am.stereo = true;
185 dst.ext.fm.deemphasis = static_cast<Deemphasis>(Deemphasis::D50 | Deemphasis::D75);
186 dst.ext.fm.stereo = true;
187 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/interfaces/tetheroffload/control/1.0/
H A Dtypes.hal70 IPv4AddrPortPair dst;
/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/msm8998/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

Completed in 700 milliseconds

12345678910