/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
H A D | viddec_parse_sc_stub.c | 3 uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap) argument
|
H A D | utils.c | 114 * [in] swap : Enable or disable byte swap(endian). 120 uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap) argument 139 if(swap) /* Endian swap if needed */ 161 * [in] swap : Enable or disable byte swap(endian). 167 uint32_t cp_using_dma_phys(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap) argument 186 if(swap) /* Endian swap i [all...] |
H A D | gv_sven_devh.c | 199 uint32_t cp_using_dma_phys(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap);
|
H A D | main.c | 33 * when we are ready to swap.Threshold is the amount of data specified by the driver to trigger an 140 * This function is responsible for seeting the swap memory to a good state for current stream. 141 * The swap parameter tells us whether we need to dma the context to local memory. 146 void viddec_fw_init_swap_memory(unsigned int stream_id, unsigned int swap, unsigned int clean) argument 153 if(swap) 163 if(swap) 298 * If a valid stream is found we swap the required context from DDR to DMEM and do all necessary 427 /* Step 6: swap context into DDR */
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
H A D | utils.cpp | 43 std::swap(a, b);
|
/hardware/qcom/display/sdm845/sdm/libs/utils/ |
H A D | utils.cpp | 43 std::swap(a, b);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
H A D | fw_pvt.h | 35 uint32_t ddr_cxt; /* phys addr of swap space where Parser kernel stores pvt information */ 103 uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap); 113 void viddec_fw_init_swap_memory(unsigned int stream_id, unsigned int swap, unsigned int clean);
|
/hardware/interfaces/broadcastradio/1.1/utils/ |
H A D | WorkerThread.cpp | 65 priority_queue<Task>().swap(mTasks); // empty queue
|
/hardware/qcom/gps/msm8909/utils/ |
H A D | LocHeap.cpp | 46 void swap(LocHeapNode& node); 88 void LocHeapNode::swap(LocHeapNode& node) { function in class:LocHeapNode 110 swap(node); 139 // recursively to the leaf level. So we swap the mData of the 151 // swap mData, the tree top gets updated with the new data. 152 top->swap(*subTop);
|
/hardware/qcom/gps/msm8996/utils/ |
H A D | LocHeap.cpp | 46 void swap(LocHeapNode& node); 88 void LocHeapNode::swap(LocHeapNode& node) { function in class:LocHeapNode 110 swap(node); 139 // recursively to the leaf level. So we swap the mData of the 151 // swap mData, the tree top gets updated with the new data. 152 top->swap(*subTop);
|
/hardware/qcom/gps/msm8998/utils/ |
H A D | LocHeap.cpp | 46 void swap(LocHeapNode& node); 88 void LocHeapNode::swap(LocHeapNode& node) { function in class:LocHeapNode 110 swap(node); 139 // recursively to the leaf level. So we swap the mData of the 151 // swap mData, the tree top gets updated with the new data. 152 top->swap(*subTop);
|
/hardware/qcom/gps/sdm845/utils/ |
H A D | LocHeap.cpp | 46 void swap(LocHeapNode& node); 88 void LocHeapNode::swap(LocHeapNode& node) { function in class:LocHeapNode 110 swap(node); 139 // recursively to the leaf level. So we swap the mData of the 151 // swap mData, the tree top gets updated with the new data. 152 top->swap(*subTop);
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
H A D | sync_task.h | 60 worker_thread_.swap(worker_thread);
|
/hardware/interfaces/camera/common/1.0/default/include/ |
H A D | CameraMetadata.h | 180 void swap(CameraMetadata &other);
|
/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayMdpRot.cpp | 129 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height); 150 utils::swap(mOrigWhf.w, mOrigWhf.h);
|
H A D | overlayUtils.cpp | 244 swap(whf.w, whf.h); 245 swap(srcCrop.w, srcCrop.h);
|
/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayUtils.cpp | 332 swap(whf.w, whf.h); 333 swap(srcCrop.w, srcCrop.h);
|
H A D | overlayMdpRot.cpp | 136 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
|
/hardware/qcom/display/msm8909/liboverlay/ |
H A D | overlayUtils.cpp | 303 swap(whf.w, whf.h); 304 swap(srcCrop.w, srcCrop.h);
|
/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayUtils.cpp | 325 swap(whf.w, whf.h); 326 swap(srcCrop.w, srcCrop.h);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
H A D | mix_vbp_h264_stubs.c | 11 uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap) argument 13 if (swap != 0) 15 g_warning("swap copying is not implemented.");
|
/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayUtils.cpp | 321 swap(whf.w, whf.h); 322 swap(srcCrop.w, srcCrop.h);
|
H A D | overlayMdpRot.cpp | 117 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
|
H A D | overlayMdssRot.cpp | 118 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
H A D | h264parse.h | 159 extern uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap);
|