Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 60) sorted by relevance

123

/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.cxx267 swap(x0, y0); in drawLine()
268 swap(x1, y1); in drawLine()
272 swap(x0, x1); in drawLine()
273 swap(y0, y1); in drawLine()
359 swap(y0, y1); swap(x0, x1); in drawTriangleFilled()
362 swap(y2, y1); swap(x2, x1); in drawTriangleFilled()
365 swap(y0, y1); swap(x0, x1); in drawTriangleFilled()
407 if(a > b) swap(a,b); in drawTriangleFilled()
424 if(a > b) swap(a,b); in drawTriangleFilled()
Deboled.h44 #define swap(a, b) { uint8_t t = a; a = b; b = t; } macro
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dutils.c120 uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap) in cp_using_dma() argument
139 if(swap) /* Endian swap if needed */ in cp_using_dma()
167 …_t cp_using_dma_phys(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap) in cp_using_dma_phys() argument
186 if(swap) /* Endian swap if needed */ in cp_using_dma_phys()
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) in cp_using_dma() argument
Dmain.c146 void viddec_fw_init_swap_memory(unsigned int stream_id, unsigned int swap, unsigned int clean) in viddec_fw_init_swap_memory() argument
153 if(swap) in viddec_fw_init_swap_memory()
163 if(swap) in viddec_fw_init_swap_memory()
Dgv_sven_devh.c199 …t cp_using_dma_phys(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap);
/hardware/qcom/gps/msm8909/utils/
DLocHeap.cpp46 void swap(LocHeapNode& node);
88 void LocHeapNode::swap(LocHeapNode& node) { in swap() function in LocHeapNode
110 swap(node); in push()
152 top->swap(*subTop); in pop()
/hardware/qcom/gps/msm8996/utils/
DLocHeap.cpp46 void swap(LocHeapNode& node);
88 void LocHeapNode::swap(LocHeapNode& node) { in swap() function in LocHeapNode
110 swap(node); in push()
152 top->swap(*subTop); in pop()
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dgfx.cxx78 swap(x0, y0); in drawLine()
79 swap(x1, y1); in drawLine()
83 swap(x0, x1); in drawLine()
84 swap(y0, y1); in drawLine()
Dgfx.h33 #define swap(a, b) { int16_t t = a; a = b; b = t; } macro
Dst7735.h239 #define swap(a, b) { int16_t t = a; a = b; b = t; } macro
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dfw_pvt.h103 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/ti/omap4xxx/hwc/
Dhwc.c45 #define swap(a, b) do { typeof(a) __a = (a); (a) = (b); (b) = __a; } while (0) macro
319 swap(w, h); in scaled()
577 swap(orig_w, orig_h); in set_ext_matrix()
609 int c, swap = cfg->rotation & 1; in crop_to_rect() local
612 if (swap) in crop_to_rect()
615 crop.xy[!swap] -= (crop.wh[!swap] = -crop.wh[!swap]); in crop_to_rect()
617 crop.xy[swap] -= (crop.wh[swap] = -crop.wh[swap]); in crop_to_rect()
625 !crop.wh[c ^ swap]) in crop_to_rect()
631 int a = (vis.lt[c] - win.xy[c]) * crop.wh[c ^ swap] / win.wh[c]; in crop_to_rect()
632 crop.xy[c ^ swap] += a; in crop_to_rect()
[all …]
/hardware/ti/omap4-aah/hwc/
Dhwc.c50 #define swap(a, b) do { typeof(a) __a = (a); (a) = (b); (b) = __a; } while (0) macro
422 swap(w, h); in scaled()
517 swap(w, h); in is_upscaled_NV12()
766 swap(orig_w, orig_h); in set_ext_matrix()
798 int c, swap = cfg->rotation & 1; in crop_to_rect() local
801 if (swap) in crop_to_rect()
804 crop.xy[!swap] -= (crop.wh[!swap] = -crop.wh[!swap]); in crop_to_rect()
806 crop.xy[swap] -= (crop.wh[swap] = -crop.wh[swap]); in crop_to_rect()
814 !crop.wh[c ^ swap]) in crop_to_rect()
820 int a = (vis.lt[c] - win.xy[c]) * crop.wh[c ^ swap] / win.wh[c]; in crop_to_rect()
[all …]
Drgz_2d.c62 #define swap(a, b) do { typeof(a) __a = (a); (a) = (b); (b) = __a; } while (0) macro
355 swap(srcgeom->width, srcgeom->height); in rgz_set_src_data()
597 swap(w, h); in getscalew()
608 swap(w, h); in getscaleh()
745 swap(w, h); in rgz_hwc_scaled()
1243 swap(res_width , res_height); in rgz_get_src_rect()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMdpRot.cpp129 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height); in doTransform()
150 utils::swap(mOrigWhf.w, mOrigWhf.h); in calcOutputBufSize()
DoverlayUtils.cpp244 swap(whf.w, whf.h); in preRotateSource()
245 swap(srcCrop.w, srcCrop.h); in preRotateSource()
/hardware/qcom/display/msm8909/liboverlay/
DoverlayUtils.cpp303 swap(whf.w, whf.h); in preRotateSource()
304 swap(srcCrop.w, srcCrop.h); in preRotateSource()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp332 swap(whf.w, whf.h); in preRotateSource()
333 swap(srcCrop.w, srcCrop.h); in preRotateSource()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp325 swap(whf.w, whf.h); in preRotateSource()
326 swap(srcCrop.w, srcCrop.h); in preRotateSource()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm974 ; So, if the op is symmetric and the wrong one is memory, swap them.
976 %assign %%swap 0
979 %assign %%swap 1
983 %assign %%swap 1
986 %if %%swap && %3 == 0 && %8 == 1
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp321 swap(whf.w, whf.h); in preRotateSource()
322 swap(srcCrop.w, srcCrop.h); in preRotateSource()
DoverlayMdpRot.cpp117 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height); in doTransform()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
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) in cp_using_dma() argument
13 if (swap != 0) in cp_using_dma()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264parse.h159 …nt32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap);

123