Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 25 of 106) sorted by relevance

12345

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleUtils.cpp80 inline void copyHidlVec(hidl_vec <T>* dest, const hidl_vec <T>& src) { in copyHidlVec() argument
81 for (size_t i = 0; i < std::min(dest->size(), src.size()); i++) { in copyHidlVec()
82 (*dest)[i] = src[i]; in copyHidlVec()
86 void copyVehicleRawValue(VehiclePropValue::RawValue* dest, in copyVehicleRawValue() argument
88 dest->int32Values = src.int32Values; in copyVehicleRawValue()
89 dest->floatValues = src.floatValues; in copyVehicleRawValue()
90 dest->int64Values = src.int64Values; in copyVehicleRawValue()
91 dest->bytes = src.bytes; in copyVehicleRawValue()
92 dest->stringValue = src.stringValue; in copyVehicleRawValue()
96 void shallowCopyHidlVec(hidl_vec <T>* dest, const hidl_vec <T>& src) { in shallowCopyHidlVec() argument
[all …]
DVehicleObjectPool.cpp46 auto dest = obtain(type, vecSize); in obtain() local
48 dest->prop = src.prop; in obtain()
49 dest->areaId = src.areaId; in obtain()
50 dest->timestamp = src.timestamp; in obtain()
51 copyVehicleRawValue(&dest->value, src.value); in obtain()
53 return dest; in obtain()
/hardware/qcom/display/msm8909/liboverlay/
Doverlay.cpp79 int Overlay::getPipeId(utils::eDest dest) { in getPipeId() argument
80 return mPipeBook[(int)dest].mPipe->getPipeId(); in getPipeId()
84 eDest dest = OV_INVALID; in getDest() local
91 return dest; in getDest()
95 eDest dest = getDest(pipeid); in reservePipe() local
96 PipeBook::setAllocation((int)dest); in reservePipe()
97 return dest; in reservePipe()
101 eDest dest = OV_INVALID; in nextPipe() local
119 dest = (eDest)i; in nextPipe()
125 if(dest != OV_INVALID) { in nextPipe()
[all …]
Doverlay.h93 int getPipeId(utils::eDest dest);
95 void setSource(const utils::PipeArgs args, utils::eDest dest);
96 void setCrop(const utils::Dim& d, utils::eDest dest);
97 void setColor(const uint32_t color, utils::eDest dest);
98 void setTransform(const int orientation, utils::eDest dest);
99 void setPosition(const utils::Dim& dim, utils::eDest dest);
100 void setVisualParams(const MetaData_t& data, utils::eDest dest);
101 bool commit(utils::eDest dest);
102 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
105 bool sessionInProgress(utils::eDest dest);
[all …]
/hardware/qcom/display/msm8994/liboverlay/
Doverlay.cpp85 int Overlay::getPipeId(utils::eDest dest) { in getPipeId() argument
86 return mPipeBook[(int)dest].mPipe->getPipeId(); in getPipeId()
90 eDest dest = OV_INVALID; in getDest() local
97 return dest; in getDest()
101 eDest dest = getDest(pipeid); in reservePipe() local
102 PipeBook::setAllocation((int)dest); in reservePipe()
103 return dest; in reservePipe()
107 eDest dest = OV_INVALID; in nextPipe() local
125 dest = (eDest)i; in nextPipe()
131 if(dest != OV_INVALID) { in nextPipe()
[all …]
Doverlay.h96 int getPipeId(utils::eDest dest);
98 void setSource(const utils::PipeArgs args, utils::eDest dest);
99 void setCrop(const utils::Dim& d, utils::eDest dest);
100 void setColor(const uint32_t color, utils::eDest dest);
101 void setTransform(const int orientation, utils::eDest dest);
102 void setPosition(const utils::Dim& dim, utils::eDest dest);
103 void setVisualParams(const MetaData_t& data, utils::eDest dest);
104 bool commit(utils::eDest dest);
105 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
108 bool sessionInProgress(utils::eDest dest);
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dframeparser.cpp145 OMX_BUFFERHEADERTYPE *dest , in parse_sc_frame() argument
153 if (source == NULL || dest == NULL || partialframe == NULL) in parse_sc_frame()
159 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame()
161 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame()
183 dest->nFlags = source->nFlags; in parse_sc_frame()
184 dest->nTimeStamp = source->nTimeStamp; in parse_sc_frame()
190 dest->nFilledLen += 3; in parse_sc_frame()
203 dest->nFilledLen += 4; in parse_sc_frame()
239 dest->nFilledLen++; in parse_sc_frame()
247 dest->nFilledLen += 2; in parse_sc_frame()
[all …]
/hardware/qcom/display/msm8226/liboverlay/
Doverlay.cpp103 int Overlay::getPipeId(utils::eDest dest) { in getPipeId() argument
104 return mPipeBook[(int)dest].mPipe->getPipeId(); in getPipeId()
108 eDest dest = OV_INVALID; in getDest() local
115 return dest; in getDest()
119 eDest dest = getDest(pipeid); in reservePipe() local
120 PipeBook::setAllocation((int)dest); in reservePipe()
121 return dest; in reservePipe()
125 eDest dest = OV_INVALID; in nextPipe() local
139 dest = (eDest)i; in nextPipe()
145 if(dest != OV_INVALID) { in nextPipe()
[all …]
Doverlay.h93 int getPipeId(utils::eDest dest);
95 void setSource(const utils::PipeArgs args, utils::eDest dest);
96 void setCrop(const utils::Dim& d, utils::eDest dest);
97 void setColor(const uint32_t color, utils::eDest dest);
98 void setTransform(const int orientation, utils::eDest dest);
99 void setPosition(const utils::Dim& dim, utils::eDest dest);
100 void setVisualParams(const MetaData_t& data, utils::eDest dest);
101 bool commit(utils::eDest dest);
102 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
105 bool sessionInProgress(utils::eDest dest);
[all …]
/hardware/qcom/display/msm8084/liboverlay/
Doverlay.cpp92 int Overlay::getPipeId(utils::eDest dest) { in getPipeId() argument
93 return mPipeBook[(int)dest].mPipe->getPipeId(); in getPipeId()
97 eDest dest = OV_INVALID; in getDest() local
104 return dest; in getDest()
108 eDest dest = getDest(pipeid); in reservePipe() local
109 PipeBook::setAllocation((int)dest); in reservePipe()
110 return dest; in reservePipe()
114 eDest dest = OV_INVALID; in nextPipe() local
128 dest = (eDest)i; in nextPipe()
134 if(dest != OV_INVALID) { in nextPipe()
[all …]
Doverlay.h92 int getPipeId(utils::eDest dest);
94 void setSource(const utils::PipeArgs args, utils::eDest dest);
95 void setCrop(const utils::Dim& d, utils::eDest dest);
96 void setColor(const uint32_t color, utils::eDest dest);
97 void setTransform(const int orientation, utils::eDest dest);
98 void setPosition(const utils::Dim& dim, utils::eDest dest);
99 void setVisualParams(const MetaData_t& data, utils::eDest dest);
100 bool commit(utils::eDest dest);
101 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
104 bool sessionInProgress(utils::eDest dest);
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp145 OMX_BUFFERHEADERTYPE *dest , in parse_sc_frame() argument
153 if (source == NULL || dest == NULL || partialframe == NULL) { in parse_sc_frame()
158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame()
160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame()
181 dest->nFlags = source->nFlags; in parse_sc_frame()
182 dest->nTimeStamp = source->nTimeStamp; in parse_sc_frame()
187 dest->nFilledLen += 3; in parse_sc_frame()
199 dest->nFilledLen += 4; in parse_sc_frame()
233 dest->nFilledLen++; in parse_sc_frame()
239 dest->nFilledLen += 2; in parse_sc_frame()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp145 OMX_BUFFERHEADERTYPE *dest , in parse_sc_frame() argument
153 if (source == NULL || dest == NULL || partialframe == NULL) { in parse_sc_frame()
158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame()
160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame()
181 dest->nFlags = source->nFlags; in parse_sc_frame()
182 dest->nTimeStamp = source->nTimeStamp; in parse_sc_frame()
187 dest->nFilledLen += 3; in parse_sc_frame()
199 dest->nFilledLen += 4; in parse_sc_frame()
233 dest->nFilledLen++; in parse_sc_frame()
239 dest->nFilledLen += 2; in parse_sc_frame()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp145 OMX_BUFFERHEADERTYPE *dest , in parse_sc_frame() argument
153 if (source == NULL || dest == NULL || partialframe == NULL) { in parse_sc_frame()
158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame()
160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame()
181 dest->nFlags = source->nFlags; in parse_sc_frame()
182 dest->nTimeStamp = source->nTimeStamp; in parse_sc_frame()
187 dest->nFilledLen += 3; in parse_sc_frame()
199 dest->nFilledLen += 4; in parse_sc_frame()
233 dest->nFilledLen++; in parse_sc_frame()
239 dest->nFilledLen += 2; in parse_sc_frame()
[all …]
/hardware/qcom/display/msm8960/liboverlay/
Doverlay.cpp85 eDest dest = OV_INVALID; in nextPipe() local
95 dest = (eDest)i; in nextPipe()
102 if(dest != OV_INVALID) { in nextPipe()
103 int index = (int)dest; in nextPipe()
111 PipeBook::getDestStr(dest), dpy); in nextPipe()
119 return dest; in nextPipe()
122 bool Overlay::commit(utils::eDest dest) { in commit() argument
124 int index = (int)dest; in commit()
129 PipeBook::setUse((int)dest); in commit()
131 PipeBook::resetUse((int)dest); in commit()
[all …]
Doverlay.h65 void setSource(const utils::PipeArgs args, utils::eDest dest);
66 void setCrop(const utils::Dim& d, utils::eDest dest);
67 void setTransform(const int orientation, utils::eDest dest);
68 void setPosition(const utils::Dim& dim, utils::eDest dest);
69 void setVisualParams(const MetaData_t& data, utils::eDest dest);
70 bool commit(utils::eDest dest);
71 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
122 static utils::eMdpPipeType getPipeType(utils::eDest dest);
123 static const char* getDestStr(utils::eDest dest);
223 inline utils::eMdpPipeType Overlay::PipeBook::getPipeType(utils::eDest dest) { in getPipeType() argument
[all …]
/hardware/intel/img/psb_video/src/
Dtng_cmdbuf.h196 #define TNG_RELOC_CMDBUF_START(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*… argument
198 #define TNG_RELOC_CMDBUF_FRAMES(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*… argument
205 #define RELOC_MTXCTX_PARAMS_PTG(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UIN… argument
212 #define RELOC_PICMGMT_PARAMS_PTG(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UI… argument
215 #define RELOC_JPEG_PIC_PARAMS_PTG(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*… argument
Dpnw_cmdbuf.h169 #define RELOC_CMDBUF_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… argument
172 #define RELOC_PIC_PARAMS_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… argument
175 #define RELOC_SLICE_PARAMS_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t… argument
Dpsb_cmdbuf.h157 #define RELOC(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, o… argument
158 #define RELOC_MSG(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, o… argument
159 #define RELOC_SHIFT4(dest, offset, background, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t… argument
160 #define RELOC_REGIO(dest, offset, buf, dst) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest argument
/hardware/intel/img/psb_video/src/mrst/
Dlnc_cmdbuf.h148 #define RELOC_CMDBUF(dest, offset, buf) lnc_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest), buf, o… argument
151 #define RELOC_PIC_PARAMS(dest, offset, buf) lnc_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… argument
154 #define RELOC_SLICE_PARAMS(dest, offset, buf) lnc_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… argument
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleUtils.h70 void copyVehicleRawValue(VehiclePropValue::RawValue* dest,
74 void shallowCopyHidlVec(hidl_vec<T>* dest, const hidl_vec<T>& src);
76 void shallowCopyHidlStr(hidl_string* dest, const hidl_string& src);
78 void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src);
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.cpp71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy); in configure() local
72 if(dest == ovutils::OV_INVALID) { //None available in configure()
78 mDest = dest; in configure()
93 ov.setSource(parg, dest); in configure()
101 ov.setCrop(dcrop, dest); in configure()
106 ov.setTransform(orient, dest); in configure()
116 ov.setPosition(dpos, dest); in configure()
119 if (!ov.commit(dest)) { in configure()
134 ovutils::eDest dest = mDest; in draw() local
135 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) { in draw()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DPlaneCapabilities.cpp174 hwc_rect_t& dest = hwcLayer->getLayer()->displayFrame; in isScalingSupported() local
181 dstW = dest.right - dest.left; in isScalingSupported()
182 dstH = dest.bottom - dest.top; in isScalingSupported()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DPlaneCapabilities.cpp167 hwc_rect_t& dest = hwcLayer->getLayer()->displayFrame; in isScalingSupported() local
175 dstW = dest.right - dest.left; in isScalingSupported()
176 dstH = dest.bottom - dest.top; in isScalingSupported()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DPlaneCapabilities.cpp187 hwc_rect_t& dest = hwcLayer->getLayer()->displayFrame; in isScalingSupported() local
195 dstW = dest.right - dest.left; in isScalingSupported()
196 dstH = dest.bottom - dest.top; in isScalingSupported()

12345