Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 25 of 26) sorted by relevance

12

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h622 #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/interfaces/bluetooth/1.1/
DIBluetoothHci.hal26 * controller chip. This boundary is the natural choice for a Hardware
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c405 avail += pcm->sw_p->boundary; in pcm_avail()
410 avail += pcm->sw_p->boundary; in pcm_avail()
411 else if ((unsigned long) avail >= pcm->sw_p->boundary) in pcm_avail()
412 avail -= pcm->sw_p->boundary; in pcm_avail()
Daplay.c159 fprintf (stderr," sparams->boundary= %lu\n", sparams->boundary); in set_params()
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHci.hal24 * controller chip. This boundary is the natural choice for a Hardware
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp2669 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI() argument
2685 if(MIN_WIDTH == boundary.right - boundary.left) { in getSanitizeROI()
2689 if((t_roi.left + MIN_WIDTH) > boundary.right) in getSanitizeROI()
2698 if(MIN_HEIGHT == boundary.bottom - boundary.top) { in getSanitizeROI()
2702 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()
2718 if(t_roi.right > boundary.right) { in getSanitizeROI()
2719 t_roi.right = boundary.right; in getSanitizeROI()
2736 if(t_roi.bottom > boundary.bottom) { in getSanitizeROI()
2737 t_roi.bottom = boundary.bottom; in getSanitizeROI()
Dhwc_utils.h393 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp2234 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI() argument
2250 if((t_roi.left + MIN_WIDTH) > boundary.right) in getSanitizeROI()
2258 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()
2273 if(t_roi.right > boundary.right) { in getSanitizeROI()
2274 t_roi.right = boundary.right; in getSanitizeROI()
2292 if(t_roi.bottom > boundary.bottom) { in getSanitizeROI()
2293 t_roi.bottom = boundary.bottom; in getSanitizeROI()
Dhwc_utils.h310 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp2245 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI() argument
2261 if((t_roi.left + MIN_WIDTH) > boundary.right) in getSanitizeROI()
2269 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()
2284 if(t_roi.right > boundary.right) { in getSanitizeROI()
2285 t_roi.right = boundary.right; in getSanitizeROI()
2303 if(t_roi.bottom > boundary.bottom) { in getSanitizeROI()
2304 t_roi.bottom = boundary.bottom; in getSanitizeROI()
Dhwc_utils.h330 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1949 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/qcom/msm8x26/kernel-headers/sound/
Dasound.h379 snd_pcm_uframes_t boundary; member
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h392 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h379 snd_pcm_uframes_t boundary; member
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dasound.h398 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
/hardware/qcom/msm8996/kernel-headers/sound/
Dasound.h383 snd_pcm_uframes_t boundary; member
/hardware/qcom/msm8998/original-kernel-headers/sound/
Dasound.h410 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h391 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h380 snd_pcm_uframes_t boundary; member
/hardware/qcom/msm8x09/kernel-headers/sound/
Dasound.h381 snd_pcm_uframes_t boundary; member
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dasound.h391 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasound.h398 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
/hardware/qcom/msm8998/kernel-headers/sound/
Dasound.h393 snd_pcm_uframes_t boundary; member
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4100 * Rounding is applied in this operation to ensure integer boundary for

12