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

12345

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleUtils.cpp80 inline void copyHidlVec(hidl_vec <T>* dest, const hidl_vec <T>& src) { argument
81 for (size_t i = 0; i < std::min(dest->size(), src.size()); i++) {
82 (*dest)[i] = src[i];
86 void copyVehicleRawValue(VehiclePropValue::RawValue* dest, argument
88 dest->int32Values = src.int32Values;
89 dest->floatValues = src.floatValues;
90 dest->int64Values = src.int64Values;
91 dest->bytes = src.bytes;
92 dest->stringValue = src.stringValue;
96 void shallowCopyHidlVec(hidl_vec <T>* dest, cons argument
104 shallowCopyHidlStr(hidl_string* dest, const hidl_string& src) argument
112 shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src) argument
[all...]
H A DVehicleObjectPool.cpp46 auto dest = obtain(type, vecSize); local
48 dest->prop = src.prop;
49 dest->areaId = src.areaId;
50 dest->timestamp = src.timestamp;
51 copyVehicleRawValue(&dest->value, src.value);
53 return dest;
/hardware/qcom/display/msm8909/liboverlay/
H A Doverlay.cpp79 int Overlay::getPipeId(utils::eDest dest) { argument
80 return mPipeBook[(int)dest].mPipe->getPipeId();
84 eDest dest = OV_INVALID; local
85 // finding the dest corresponding to the given pipe
91 return dest;
95 eDest dest = getDest(pipeid); local
96 PipeBook::setAllocation((int)dest);
97 return dest;
101 eDest dest = OV_INVALID; local
119 dest
150 eDest dest = OV_INVALID; local
184 eDest dest = OV_INVALID; local
219 eDest dest = OV_INVALID; local
247 eDest dest = OV_INVALID; local
292 commit(utils::eDest dest) argument
305 queueBuffer(int fd, uint32_t offset, utils::eDest dest) argument
316 setCrop(const utils::Dim& d, utils::eDest dest) argument
322 setColor(const uint32_t color, utils::eDest dest) argument
328 setPosition(const utils::Dim& d, utils::eDest dest) argument
334 setTransform(const int orient, utils::eDest dest) argument
344 setSource(const utils::PipeArgs args, utils::eDest dest) argument
352 setVisualParams(const MetaData_t& metadata, utils::eDest dest) argument
[all...]
H A Doverlay.h90 /* getting dest for the given pipeid */
92 /* getting overlay.pipeid for the given dest */
93 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);
400 getPipeType(utils::eDest dest) argument
404 startSession(utils::eDest dest) argument
408 sessionInProgress(utils::eDest dest) argument
412 isSessionEnded(utils::eDest dest) argument
416 getDestStr(utils::eDest dest) argument
[all...]
/hardware/qcom/display/msm8994/liboverlay/
H A Doverlay.cpp85 int Overlay::getPipeId(utils::eDest dest) { argument
86 return mPipeBook[(int)dest].mPipe->getPipeId();
90 eDest dest = OV_INVALID; local
91 // finding the dest corresponding to the given pipe
97 return dest;
101 eDest dest = getDest(pipeid); local
102 PipeBook::setAllocation((int)dest);
103 return dest;
107 eDest dest = OV_INVALID; local
125 dest
156 eDest dest = OV_INVALID; local
190 eDest dest = OV_INVALID; local
225 eDest dest = OV_INVALID; local
253 eDest dest = OV_INVALID; local
343 commit(utils::eDest dest) argument
356 queueBuffer(int fd, uint32_t offset, utils::eDest dest) argument
367 setCrop(const utils::Dim& d, utils::eDest dest) argument
373 setColor(const uint32_t color, utils::eDest dest) argument
379 setPosition(const utils::Dim& d, utils::eDest dest) argument
385 setTransform(const int orient, utils::eDest dest) argument
395 setSource(const utils::PipeArgs args, utils::eDest dest) argument
403 setVisualParams(const MetaData_t& metadata, utils::eDest dest) argument
[all...]
H A Doverlay.h93 /* getting dest for the given pipeid */
95 /* getting overlay.pipeid for the given dest */
96 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);
420 getPipeType(utils::eDest dest) argument
424 startSession(utils::eDest dest) argument
428 sessionInProgress(utils::eDest dest) argument
432 isSessionEnded(utils::eDest dest) argument
436 getDestStr(utils::eDest dest) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dframeparser.cpp145 OMX_BUFFERHEADERTYPE *dest ,
153 if (source == NULL || dest == NULL || partialframe == NULL)
159 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
161 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset);
183 dest->nFlags = source->nFlags;
184 dest
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.cpp103 int Overlay::getPipeId(utils::eDest dest) { argument
104 return mPipeBook[(int)dest].mPipe->getPipeId();
108 eDest dest = OV_INVALID; local
109 // finding the dest corresponding to the given pipe
115 return dest;
119 eDest dest = getDest(pipeid); local
120 PipeBook::setAllocation((int)dest);
121 return dest;
125 eDest dest = OV_INVALID; local
139 dest
176 eDest dest = OV_INVALID; local
210 eDest dest = OV_INVALID; local
253 eDest dest = OV_INVALID; local
306 commit(utils::eDest dest) argument
325 queueBuffer(int fd, uint32_t offset, utils::eDest dest) argument
336 setCrop(const utils::Dim& d, utils::eDest dest) argument
342 setColor(const uint32_t color, utils::eDest dest) argument
348 setPosition(const utils::Dim& d, utils::eDest dest) argument
354 setTransform(const int orient, utils::eDest dest) argument
364 setSource(const utils::PipeArgs args, utils::eDest dest) argument
372 setVisualParams(const MetaData_t& metadata, utils::eDest dest) argument
[all...]
H A Doverlay.h90 /* getting dest for the given pipeid */
92 /* getting overlay.pipeid for the given dest */
93 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);
388 getPipeType(utils::eDest dest) argument
392 startSession(utils::eDest dest) argument
396 sessionInProgress(utils::eDest dest) argument
400 isSessionEnded(utils::eDest dest) argument
404 getDestStr(utils::eDest dest) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp145 OMX_BUFFERHEADERTYPE *dest ,
153 if (source == NULL || dest == NULL || partialframe == NULL) {
158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset);
181 dest->nFlags = source->nFlags;
182 dest
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp145 OMX_BUFFERHEADERTYPE *dest ,
153 if (source == NULL || dest == NULL || partialframe == NULL) {
158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset);
181 dest->nFlags = source->nFlags;
182 dest
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp145 OMX_BUFFERHEADERTYPE *dest ,
153 if (source == NULL || dest == NULL || partialframe == NULL) {
158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset);
181 dest->nFlags = source->nFlags;
182 dest
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.cpp92 int Overlay::getPipeId(utils::eDest dest) { argument
93 return mPipeBook[(int)dest].mPipe->getPipeId();
97 eDest dest = OV_INVALID; local
98 // finding the dest corresponding to the given pipe
104 return dest;
108 eDest dest = getDest(pipeid); local
109 PipeBook::setAllocation((int)dest);
110 return dest;
114 eDest dest = OV_INVALID; local
128 dest
163 eDest dest = OV_INVALID; local
197 eDest dest = OV_INVALID; local
228 eDest dest = OV_INVALID; local
283 commit(utils::eDest dest) argument
303 queueBuffer(int fd, uint32_t offset, utils::eDest dest) argument
315 setCrop(const utils::Dim& d, utils::eDest dest) argument
322 setColor(const uint32_t color, utils::eDest dest) argument
329 setPosition(const utils::Dim& d, utils::eDest dest) argument
336 setTransform(const int orient, utils::eDest dest) argument
347 setSource(const utils::PipeArgs args, utils::eDest dest) argument
368 setVisualParams(const MetaData_t& metadata, utils::eDest dest) argument
[all...]
H A Doverlay.h89 /* getting dest for the given pipeid */
91 /* getting overlay.pipeid for the given dest */
92 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);
367 getPipeType(utils::eDest dest) argument
371 startSession(utils::eDest dest) argument
375 sessionInProgress(utils::eDest dest) argument
379 isSessionEnded(utils::eDest dest) argument
383 getDestStr(utils::eDest dest) argument
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A 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) { argument
227 getDestStr(utils::eDest dest) argument
[all...]
H A Doverlay.cpp85 eDest dest = OV_INVALID; local
95 dest = (eDest)i;
102 if(dest != OV_INVALID) {
103 int index = (int)dest;
111 PipeBook::getDestStr(dest), dpy);
119 return dest;
122 bool Overlay::commit(utils::eDest dest) { argument
124 int index = (int)dest;
129 PipeBook::setUse((int)dest);
131 PipeBook::resetUse((int)dest);
140 queueBuffer(int fd, uint32_t offset, utils::eDest dest) argument
152 setCrop(const utils::Dim& d, utils::eDest dest) argument
159 setPosition(const utils::Dim& d, utils::eDest dest) argument
166 setTransform(const int orient, utils::eDest dest) argument
177 setSource(const utils::PipeArgs args, utils::eDest dest) argument
198 setVisualParams(const MetaData_t& metadata, utils::eDest dest) argument
[all...]
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_cmdbuf.h148 #define RELOC_CMDBUF(dest, offset, buf) lnc_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 0, (uint32_t *)cmdbuf->cmd_start)
151 #define RELOC_PIC_PARAMS(dest, offset, buf) lnc_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 1, (uint32_t *)cmdbuf->pic_params_p)
154 #define RELOC_SLICE_PARAMS(dest, offset, buf) lnc_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 2,(uint32_t *)cmdbuf->slice_params_p)
/hardware/intel/img/psb_video/src/
H A Dtng_cmdbuf.h196 #define TNG_RELOC_CMDBUF_START(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 0, (IMG_UINT32 *)(cmdbuf->cmd_start))
198 #define TNG_RELOC_CMDBUF_FRAMES(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 3,(IMG_UINT32 *)(cmdbuf->frame_mem_p))
201 #define RELOC_PIC_PARAMS_PTG(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 1, (uint32_t *)cmdbuf->pic_params_p)
205 #define RELOC_MTXCTX_PARAMS_PTG(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 3,(uint32_t *)cmdbuf->mtx_ctx_mem_p)
208 //#define RELOC_SLICE_PARAMS_PTG(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*)(dest), bu
[all...]
H A Dpnw_cmdbuf.h169 #define RELOC_CMDBUF_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 0, (uint32_t *)cmdbuf->cmd_start)
172 #define RELOC_PIC_PARAMS_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 1, (uint32_t *)cmdbuf->pic_params_p)
175 #define RELOC_SLICE_PARAMS_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest), buf, offset, 0XFFFFFFFF, 0, 0, 2,(uint32_t *)cmdbuf->slice_params_p)
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dframeparser.h70 OMX_BUFFERHEADERTYPE *dest ,
74 OMX_BUFFERHEADERTYPE *dest ,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h71 OMX_BUFFERHEADERTYPE *dest ,
75 OMX_BUFFERHEADERTYPE *dest ,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h72 OMX_BUFFERHEADERTYPE *dest ,
76 OMX_BUFFERHEADERTYPE *dest ,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h72 OMX_BUFFERHEADERTYPE *dest ,
76 OMX_BUFFERHEADERTYPE *dest ,
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A 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/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h40 ColorConvertFormat dest);

Completed in 3253 milliseconds

12345