Searched refs:swap (Results 1 - 25 of 76) sorted by relevance

1234

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_parse_sc_stub.c3 uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap) argument
H A Dutils.c114 * [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 Dgv_sven_devh.c199 uint32_t cp_using_dma_phys(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap);
H A Dmain.c33 * 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 Dutils.cpp43 std::swap(a, b);
/hardware/qcom/display/sdm845/sdm/libs/utils/
H A Dutils.cpp43 std::swap(a, b);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dfw_pvt.h35 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 DWorkerThread.cpp65 priority_queue<Task>().swap(mTasks); // empty queue
/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp46 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 DLocHeap.cpp46 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 DLocHeap.cpp46 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 DLocHeap.cpp46 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 Dsync_task.h60 worker_thread_.swap(worker_thread);
/hardware/interfaces/camera/common/1.0/default/include/
H A DCameraMetadata.h180 void swap(CameraMetadata &other);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdpRot.cpp129 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
150 utils::swap(mOrigWhf.w, mOrigWhf.h);
H A DoverlayUtils.cpp244 swap(whf.w, whf.h);
245 swap(srcCrop.w, srcCrop.h);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp332 swap(whf.w, whf.h);
333 swap(srcCrop.w, srcCrop.h);
H A DoverlayMdpRot.cpp136 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.cpp303 swap(whf.w, whf.h);
304 swap(srcCrop.w, srcCrop.h);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.cpp325 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 Dmix_vbp_h264_stubs.c11 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 DoverlayUtils.cpp321 swap(whf.w, whf.h);
322 swap(srcCrop.w, srcCrop.h);
H A DoverlayMdpRot.cpp117 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
H A DoverlayMdssRot.cpp118 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264parse.h159 extern uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap);

Completed in 1207 milliseconds

1234