Searched refs:usage (Results 51 - 75 of 162) sorted by relevance

1234567

/hardware/libhardware/modules/camera/
H A DStream.cpp56 void Stream::setUsage(uint32_t usage) argument
59 if (usage != mUsage) {
60 mUsage = usage;
61 mStream->usage = usage;
230 // ToDo: prettyprint usage mask flags
H A DStream.h38 void setUsage(uint32_t usage);
68 // Gralloc usage mask : GRALLOC_USAGE_* (see <hardware/gralloc.h>)
/hardware/intel/img/psb_video/src/android/
H A Dpsb_surface_gralloc.c61 int usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER; local
65 usage |= GRALLOC_USAGE_SW_WRITE_OFTEN;
69 if (!gralloc_lock(handle, usage, 0, 0,
104 int i, height_origin, usage, buffer_stride = 0; local
189 /*hard code the gralloc buffer usage*/
190 usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER;
192 /* usage hack for byt */
193 usage |= GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
194 /* usage hack to force pages alloc and CPU/GPU cache flush */
195 usage |
260 int i, height_origin, usage, buffer_stride = 0; local
[all...]
H A Dpsb_gralloc.cpp56 int usage, int left, int top, int width, int height,
69 err = mAllocMod->lock(mAllocMod, handle, usage,
72 ALOGV("gralloc_lock: handle is %p, usage is %x, vaddr is %p.\n", handle, usage, *vaddr);
55 gralloc_lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void** vaddr) argument
/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp34 InputUsage usage; member in struct:android::__anon1899
65 usages[numUsages++] = codeMap[i].usage;
114 getInputReport()->setBoolUsage(INPUT_COLLECTION_ID_SWITCH, codeMap[bit].usage,
H A DMouseInputMapper.cpp38 InputUsage usage; member in struct:android::__anon1898
80 usages[numUsages++] = codeMap[i].usage;
154 getInputReport()->setBoolUsage(INPUT_COLLECTION_ID_MOUSE, codeMap[bit].usage,
/hardware/qcom/display/msm8996/libgralloc/
H A Dmapper.cpp205 buffer_handle_t handle, int usage)
213 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
226 if ((usage & GRALLOC_USAGE_SW_READ_MASK) and
235 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) {
245 buffer_handle_t handle, int usage,
251 int err = gralloc_map_and_invalidate(module, handle, usage);
258 buffer_handle_t handle, int usage,
264 int err = gralloc_map_and_invalidate(module, handle, usage);
382 int usage = va_arg(args, int); local
386 *tileEnabled = isUBwcEnabled(format, usage) ||
204 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage) argument
244 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , void** vaddr) argument
257 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , struct android_ycbcr *ycbcr) argument
[all...]
H A Dgralloc.cpp41 buffer_handle_t handle, int usage,
46 buffer_handle_t handle, int usage,
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dqseecom.h102 enum qseecom_key_management_usage_type usage; member in struct:qseecom_create_key_req
106 enum qseecom_key_management_usage_type usage; member in struct:qseecom_wipe_key_req
114 enum qseecom_key_management_usage_type usage; member in struct:qseecom_update_key_userinfo_req
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dqseecom.h136 enum qseecom_key_management_usage_type usage; member in struct:qseecom_create_key_req
140 enum qseecom_key_management_usage_type usage; member in struct:qseecom_wipe_key_req
148 enum qseecom_key_management_usage_type usage; member in struct:qseecom_update_key_userinfo_req
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
H A DTngGrallocBuffer.cpp57 mUsage = grallocHandle->usage;
/hardware/libhardware/modules/usbcamera/
H A DStream.h36 void setUsage(uint32_t usage);
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dqseecom.h107 enum qseecom_key_management_usage_type usage; member in struct:qseecom_create_key_req
111 enum qseecom_key_management_usage_type usage; member in struct:qseecom_wipe_key_req
119 enum qseecom_key_management_usage_type usage; member in struct:qseecom_update_key_userinfo_req
206 unsigned int usage; member in struct:qseecom_ce_info_req
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dqseecom.h141 enum qseecom_key_management_usage_type usage; member in struct:qseecom_create_key_req
145 enum qseecom_key_management_usage_type usage; member in struct:qseecom_wipe_key_req
153 enum qseecom_key_management_usage_type usage; member in struct:qseecom_update_key_userinfo_req
269 unsigned int usage; member in struct:qseecom_ce_info_req
/hardware/qcom/display/msm8994/libgralloc/
H A Dmapper.cpp213 buffer_handle_t handle, int usage)
221 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
234 if ((usage & GRALLOC_USAGE_SW_READ_MASK) and
243 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) {
253 buffer_handle_t handle, int usage,
259 int err = gralloc_map_and_invalidate(module, handle, usage);
266 buffer_handle_t handle, int usage,
272 int err = gralloc_map_and_invalidate(module, handle, usage);
391 int usage = va_arg(args, int); local
395 *tileEnabled = isMacroTileEnabled(format, usage);
212 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage) argument
252 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , void** vaddr) argument
265 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , struct android_ycbcr *ycbcr) argument
[all...]
H A Dgralloc.cpp41 buffer_handle_t handle, int usage,
46 buffer_handle_t handle, int usage,
/hardware/qcom/display/msm8084/libgralloc/
H A Dgralloc.cpp41 buffer_handle_t handle, int usage,
46 buffer_handle_t handle, int usage,
H A Dmapper.cpp208 buffer_handle_t handle, int usage)
215 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
230 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) {
242 buffer_handle_t handle, int usage,
247 int err = gralloc_map_and_invalidate(module, handle, usage);
254 buffer_handle_t handle, int usage,
259 int err = gralloc_map_and_invalidate(module, handle, usage);
404 int usage = va_arg(args, int); local
408 *tileEnabled = isMacroTileEnabled(format, usage);
207 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage) argument
241 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , void** vaddr) argument
253 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , struct android_ycbcr *ycbcr) argument
/hardware/qcom/display/msm8226/libgralloc/
H A Dgralloc.cpp41 buffer_handle_t handle, int usage,
46 buffer_handle_t handle, int usage,
H A Dmapper.cpp208 buffer_handle_t handle, int usage)
215 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
230 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) {
242 buffer_handle_t handle, int usage,
247 int err = gralloc_map_and_invalidate(module, handle, usage);
254 buffer_handle_t handle, int usage,
259 int err = gralloc_map_and_invalidate(module, handle, usage);
404 int usage = va_arg(args, int); local
408 *tileEnabled = isMacroTileEnabled(format, usage);
207 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage) argument
241 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , void** vaddr) argument
253 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , struct android_ycbcr *ycbcr) argument
/hardware/qcom/display/msm8909/libgralloc/
H A Dgralloc.cpp41 buffer_handle_t handle, int usage,
46 buffer_handle_t handle, int usage,
H A Dmapper.cpp223 buffer_handle_t handle, int usage)
231 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
244 if ((usage & GRALLOC_USAGE_SW_READ_MASK) and
253 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) {
263 buffer_handle_t handle, int usage,
269 int err = gralloc_map_and_invalidate(module, handle, usage);
276 buffer_handle_t handle, int usage,
282 int err = gralloc_map_and_invalidate(module, handle, usage);
403 int usage = va_arg(args, int); local
407 *tileEnabled = isMacroTileEnabled(format, usage);
222 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage) argument
262 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , void** vaddr) argument
275 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , struct android_ycbcr *ycbcr) argument
[all...]
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc.cpp41 buffer_handle_t handle, int usage,
46 buffer_handle_t handle, int usage,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dftfy.sh5 usage() { function
103 [ $# -lt 2 ] || usage
144 -h|--help) usage;;
149 *) usage;;
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngPrimaryPlane.cpp114 uint32_t usage; local
119 usage = tmpBuf.getUsage();
120 if (GRALLOC_USAGE_HW_FB & usage) {

Completed in 416 milliseconds

1234567