Searched defs:swap (Results 1 - 18 of 18) sorted by relevance

/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 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/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/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/msm8909w_3100/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/interfaces/camera/common/1.0/default/
H A DCameraMetadata.cpp452 void CameraMetadata::swap(CameraMetadata& other) { function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
/hardware/qcom/audio/hal/audio_extn/
H A Dmaxxaudio.c129 const struct ma_audio_cal_settings *audio_cal_settings, bool swap)
132 audio_cal_settings, swap);
285 // do platform LR swap if it enables on Waves effect
587 // do LR swap and usb recognition
128 ma_set_lr_swap_l( const struct ma_audio_cal_settings *audio_cal_settings, bool swap) argument
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h289 inline void swap(T& a, T& b) { function in namespace:qhwc
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h466 inline void swap(T& a, T& b) { function in namespace:qhwc
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h428 template <class T> inline void swap ( T& a, T& b ) function in namespace:overlay::utils
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h493 inline void swap(T& a, T& b) { function in namespace:qhwc
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h397 template <class T> inline void swap ( T& a, T& b ) function in namespace:overlay::utils
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h423 template <class T> inline void swap ( T& a, T& b ) function in namespace:overlay::utils
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.h568 inline void swap(T& a, T& b) { function in namespace:qhwc
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.h386 template <class T> inline void swap ( T& a, T& b ) function in namespace:overlay::utils

Completed in 6297 milliseconds