/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehicleUtils.cpp | 80 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...] |
/hardware/qcom/display/msm8909/liboverlay/ |
H A D | overlay.cpp | 79 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 D | overlay.h | 90 /* 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 D | overlay.cpp | 85 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 D | overlay.h | 93 /* 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 D | frameparser.cpp | 145 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 D | overlay.cpp | 103 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 D | overlay.h | 90 /* 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 D | frameparser.cpp | 145 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 D | frameparser.cpp | 145 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 D | frameparser.cpp | 145 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 D | overlay.cpp | 92 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 D | overlay.h | 89 /* 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 D | overlay.h | 65 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 D | overlay.cpp | 85 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 D | lnc_cmdbuf.h | 148 #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 D | tng_cmdbuf.h | 196 #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 D | pnw_cmdbuf.h | 169 #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/camera/msm8998/usbcamcore/src/ |
H A D | QCameraMjpegDecode.cpp | 233 jpegd_dst_t dest; local 345 dest.width = (p_args->width) ? (p_args->width) : header.main.width; 346 dest.height = (p_args->height) ? (p_args->height) : header.main.height; 347 dest.output_format = (jpeg_color_format_t) p_args->format; 348 dest.region = p_args->region; 351 output_width = dest.width; 352 output_height = dest.height; 358 output_width = MIN((dest.width), 359 (uint32_t)(dest.region.right - dest [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
H A D | frameparser.h | 70 OMX_BUFFERHEADERTYPE *dest , 74 OMX_BUFFERHEADERTYPE *dest ,
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
H A D | frameparser.h | 71 OMX_BUFFERHEADERTYPE *dest , 75 OMX_BUFFERHEADERTYPE *dest ,
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | frameparser.h | 72 OMX_BUFFERHEADERTYPE *dest , 76 OMX_BUFFERHEADERTYPE *dest ,
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | frameparser.h | 72 OMX_BUFFERHEADERTYPE *dest , 76 OMX_BUFFERHEADERTYPE *dest ,
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
H A D | VehicleUtils.h | 70 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 D | vidc_color_converter.h | 40 ColorConvertFormat dest);
|