/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
D | PERF.awk | 37 boundary = boundary ? boundary : "****"; 55 else if (gsub("^boundary=","",arg)) { boundary = arg } 72 if (boundary == "****") { 77 boundary = substr(who, 0, 3) "T"; 85 count = boundary ? skip : 0; 146 /Steady/ && $12 == "Boundary" && $4 == boundary {
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_print.c | 274 unsigned long boundary = ((unsigned long) eBoundary) & PERF_BoundaryMask; in __print_Boundary() local 283 (boundary < PERF_BoundaryMax ? in __print_Boundary() 284 PERF_BoundaryTypes[boundary] : "INVALID"), in __print_Boundary()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 622 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \ argument 623 & ~((boundary) - 1)) 624 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ argument 625 & ~((boundary) - 1))
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_pcm.c | 409 avail += pcm->sw_p->boundary; in pcm_avail() 414 avail += pcm->sw_p->boundary; in pcm_avail() 415 else if ((unsigned long) avail >= pcm->sw_p->boundary) in pcm_avail() 416 avail -= pcm->sw_p->boundary; in pcm_avail()
|
D | aplay.c | 159 fprintf (stderr," sparams->boundary= %lu\n", sparams->boundary); in set_params()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | loopfilter_v6.asm | 1083 ;roughly 3/7th difference across boundary 1130 ;roughly 2/7th difference across boundary 1167 ldrb r11, [src, #-5] ; load p2 for 1/7th difference across boundary 1170 ldrb r9, [src], pstep ; load q2 for 1/7th difference across boundary 1202 ;roughly 1/7th difference across boundary
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 2665 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI() argument 2681 if(MIN_WIDTH == boundary.right - boundary.left) { in getSanitizeROI() 2685 if((t_roi.left + MIN_WIDTH) > boundary.right) in getSanitizeROI() 2694 if(MIN_HEIGHT == boundary.bottom - boundary.top) { in getSanitizeROI() 2698 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI() 2714 if(t_roi.right > boundary.right) { in getSanitizeROI() 2715 t_roi.right = boundary.right; in getSanitizeROI() 2732 if(t_roi.bottom > boundary.bottom) { in getSanitizeROI() 2733 t_roi.bottom = boundary.bottom; in getSanitizeROI()
|
D | hwc_utils.h | 391 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | mbloopfilter_neon.asm | 423 ; roughly 1/7th difference across boundary 424 ; roughly 2/7th difference across boundary 425 ; roughly 3/7th difference across boundary
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 2232 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI() argument 2248 if((t_roi.left + MIN_WIDTH) > boundary.right) in getSanitizeROI() 2256 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI() 2271 if(t_roi.right > boundary.right) { in getSanitizeROI() 2272 t_roi.right = boundary.right; in getSanitizeROI() 2290 if(t_roi.bottom > boundary.bottom) { in getSanitizeROI() 2291 t_roi.bottom = boundary.bottom; in getSanitizeROI()
|
D | hwc_utils.h | 310 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 2242 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI() argument 2258 if((t_roi.left + MIN_WIDTH) > boundary.right) in getSanitizeROI() 2266 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI() 2281 if(t_roi.right > boundary.right) { in getSanitizeROI() 2282 t_roi.right = boundary.right; in getSanitizeROI() 2300 if(t_roi.bottom > boundary.bottom) { in getSanitizeROI() 2301 t_roi.bottom = boundary.bottom; in getSanitizeROI()
|
D | hwc_utils.h | 330 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1949 uint boundary; in bcm_mw_to_qdbm() local 1964 boundary = nqdBm_to_mW_map[qdbm] + (nqdBm_to_mW_map[qdbm+1] - in bcm_mw_to_qdbm() 1966 if (mw_uint < boundary) break; in bcm_mw_to_qdbm()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 507 ;# roughly 1/7th difference across boundary 526 ;# roughly 2/7th difference across boundary 546 ;# roughly 3/7th difference across boundary 638 ;# Filtering a vertical mb. Each mb is aligned on a 16 byte boundary.
|
/hardware/qcom/msm8x26/kernel-headers/sound/ |
D | asound.h | 379 snd_pcm_uframes_t boundary; member
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | asound.h | 391 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
|
/hardware/qcom/msm8994/kernel-headers/sound/ |
D | asound.h | 380 snd_pcm_uframes_t boundary; member
|
/hardware/qcom/msm8x84/kernel-headers/sound/ |
D | asound.h | 379 snd_pcm_uframes_t boundary; member
|
/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
D | asound.h | 391 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
|
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
D | asound.h | 392 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_mmx.asm | 1231 ; roughly 2/7th difference across boundary 1262 ; roughly 1/7th difference across boundary
|