/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
D | eboled.cxx | 267 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()
|
D | eboled.h | 44 #define swap(a, b) { uint8_t t = a; a = b; b = t; } macro
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | utils.c | 120 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()
|
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) in cp_using_dma() argument
|
D | main.c | 146 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()
|
D | gv_sven_devh.c | 199 …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/ |
D | LocHeap.cpp | 46 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/ |
D | LocHeap.cpp | 46 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/ |
D | gfx.cxx | 78 swap(x0, y0); in drawLine() 79 swap(x1, y1); in drawLine() 83 swap(x0, x1); in drawLine() 84 swap(y0, y1); in drawLine()
|
D | gfx.h | 33 #define swap(a, b) { int16_t t = a; a = b; b = t; } macro
|
D | st7735.h | 239 #define swap(a, b) { int16_t t = a; a = b; b = t; } macro
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
D | fw_pvt.h | 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/ti/omap4xxx/hwc/ |
D | hwc.c | 45 #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/ |
D | hwc.c | 50 #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 …]
|
D | rgz_2d.c | 62 #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/ |
D | overlayMdpRot.cpp | 129 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height); in doTransform() 150 utils::swap(mOrigWhf.w, mOrigWhf.h); in calcOutputBufSize()
|
D | overlayUtils.cpp | 244 swap(whf.w, whf.h); in preRotateSource() 245 swap(srcCrop.w, srcCrop.h); in preRotateSource()
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayUtils.cpp | 303 swap(whf.w, whf.h); in preRotateSource() 304 swap(srcCrop.w, srcCrop.h); in preRotateSource()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.cpp | 332 swap(whf.w, whf.h); in preRotateSource() 333 swap(srcCrop.w, srcCrop.h); in preRotateSource()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.cpp | 325 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/ |
D | x86inc.asm | 974 ; 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/ |
D | overlayUtils.cpp | 321 swap(whf.w, whf.h); in preRotateSource() 322 swap(srcCrop.w, srcCrop.h); in preRotateSource()
|
D | overlayMdpRot.cpp | 117 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height); in doTransform()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
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) 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/ |
D | h264parse.h | 159 …nt32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap);
|