Searched refs:usage (Results 76 - 100 of 162) sorted by relevance

1234567

/hardware/qcom/msm8994/kernel-headers/linux/
H A Dqseecom.h105 enum qseecom_key_management_usage_type usage; member in struct:qseecom_create_key_req
109 enum qseecom_key_management_usage_type usage; member in struct:qseecom_wipe_key_req
116 enum qseecom_key_management_usage_type usage; member in struct:qseecom_update_key_userinfo_req
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dqseecom.h138 enum qseecom_key_management_usage_type usage; member in struct:qseecom_create_key_req
142 enum qseecom_key_management_usage_type usage; member in struct:qseecom_wipe_key_req
150 enum qseecom_key_management_usage_type usage; member in struct:qseecom_update_key_userinfo_req
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Ddocs.mk19 usage.dox \
/hardware/intel/img/hwcomposer/merrifield/include/
H A DBufferManager.h60 buffer_handle_t allocGrallocBuffer(uint32_t width, uint32_t height, uint32_t format, uint32_t usage);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DBufferManager.h60 uint32_t allocGrallocBuffer(uint32_t width, uint32_t height, uint32_t format, uint32_t usage);
/hardware/libhardware/modules/input/evdev/
H A DInputHost.h59 virtual void setIntUsage(InputCollectionId id, InputUsage usage, int32_t value,
61 virtual void setBoolUsage(InputCollectionId id, InputUsage usage, bool value,
80 virtual void declareUsage(InputCollectionId id, InputUsage usage, int32_t min, int32_t max,
82 virtual void declareUsages(InputCollectionId id, InputUsage* usage, size_t usageCount);
/hardware/qcom/display/msm8960/libgralloc/
H A Dgr.h59 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
H A Dmapper.cpp201 buffer_handle_t handle, int usage,
209 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
223 if ((usage & GRALLOC_USAGE_SW_WRITE_MASK) &&
235 buffer_handle_t handle, int usage,
240 int err = gralloc_map_and_invalidate(module, handle, usage, l, t, w, h);
247 buffer_handle_t handle, int usage,
252 int err = gralloc_map_and_invalidate(module, handle, usage, l, t, w, h);
200 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h) argument
234 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
246 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr) argument
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dblit_engine_c2d.h100 int AllocateBlitTargetBuffers(uint32_t width, uint32_t height, uint32_t format, uint32_t usage);
H A Dblit_engine_c2d.cpp145 uint32_t usage) {
161 status = alloc_buffer(&blit_target_buffer_[i], width, height, format, usage);
325 uint32_t usage = 0; local
343 usage = GRALLOC_USAGE_PRIVATE_IOMMU_HEAP | GRALLOC_USAGE_HW_TEXTURE;
345 usage |= GRALLOC_USAGE_PRIVATE_ALLOC_UBWC;
349 INT(HAL_PIXEL_FORMAT_RGBA_8888), usage, width, height);
366 HAL_PIXEL_FORMAT_RGBA_8888, usage) < 0)) {
144 AllocateBlitTargetBuffers(uint32_t width, uint32_t height, uint32_t format, uint32_t usage) argument
/hardware/ti/omap4-aah/hwc/
H A Dhal_public.h82 /* This is used for buffer usage validation when locking a buffer,
85 int usage; member in struct:__anon5455
/hardware/ti/omap4-aah/test/CameraHal/
H A Dsurfacetexture_test.cpp120 unsigned int usage; local
133 usage = GRALLOC_USAGE_SW_READ_RARELY |
136 usage |= GRALLOC_USAGE_PRIVATE_0;
139 native_window_set_usage(anw.get(), usage);
/hardware/ti/omap4xxx/hwc/
H A Dhal_public.h82 /* This is used for buffer usage validation when locking a buffer,
85 int usage; member in struct:__anon5570
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_encoder.c162 unsigned int usage) {
166 if (!iface || !cfg || usage > INT_MAX)
173 for (map = iface->enc.cfg_maps; map->usage >= 0; map++) {
174 if (map->usage == (int)usage) {
176 cfg->g_usage = usage;
160 vpx_codec_enc_config_default(vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, unsigned int usage) argument
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c320 TRACE("set usage %d\n", va_arg(ap,int));
428 static aBuffer *cnw_alloc(CNativeWindow *win, unsigned format, unsigned usage) { argument
447 buf->usage = usage;
450 format, usage, &buf->handle, &buf->stride);
466 unsigned usage, format; local
503 usage = GRALLOC_USAGE_HW_FB |
508 aBuffer *buf = cnw_alloc(win, win->format, usage);
515 win->spare = cnw_alloc(win, win->format, usage);
/hardware/libhardware/include/hardware/
H A Dinput.h459 * Declare an int usage with the given properties. The report and collection defines where the
460 * usage is being declared.
464 input_usage_t usage, int32_t min, int32_t max, float resolution);
472 input_usage_t* usage, size_t usage_count);
491 * Add an int usage value to a report.
494 input_collection_id_t id, input_usage_t usage, int32_t value, int32_t arity_index);
497 * Add a boolean usage value to a report.
500 input_collection_id_t id, input_usage_t usage, bool value, int32_t arity_index);
H A Dtv_input.h276 /* OUT: Client must set this usage when allocating buffer. */
277 uint32_t usage; member in struct:buffer_producer_stream
370 * usage specified in the stream. Framework provides seq in an
H A Dcamera.h85 int (*set_usage)(struct preview_stream_ops* w, int usage);
H A Dcamera3.h104 * - configure_streams passes consumer usage flags to the HAL.
1147 * usage flags for the consumer endpoint will be set to GRALLOC_USAGE_HW_CAMERA_ZSL.
1182 * the gralloc usage flag GRALLOC_USAGE_HW_CAMERA_ZSL.
1211 * This section contains notes about the interpretation and usage of various metadata tags.
1503 * HAL with the gralloc usage flags and the maximum in-flight buffer count.
1519 * In DEVICE_API_VERSION_3_1, this was changed to share consumer usage flags
1521 * types) see the usage field below.
1550 * gralloc module will select a format based on the usage flags provided by
1563 * usage flags, and formats for the configured streams.
1572 * The gralloc usage flag
1601 uint32_t usage; member in struct:camera3_stream
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.cpp49 int usage, buffer_handle_t* handle, int32_t* stride) {
68 err = gAllocDev->alloc(gAllocDev, w, h, format, usage, handle, stride);
71 w, h, format, usage, err, strerror(-err));
104 static int gfx_lock(buffer_handle_t handle, int usage, argument
116 err = gAllocMod->lock(gAllocMod, handle, usage,
118 LOG_V("gfx_lock: handle is %x, usage is %x, vaddr is %x.\n", (unsigned int)handle, usage, (unsigned int)*vaddr);
231 int usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_OFTEN; local
234 if (gfx_lock((buffer_handle_t)handle, usage, 0, 0, vinfo.width, vinfo.height, &vaddr[0]) != 0)
323 int usage local
48 gfx_alloc(uint32_t w, uint32_t h, int format, int usage, buffer_handle_t* handle, int32_t* stride) argument
572 int usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_OFTEN; local
[all...]
/hardware/libhardware/tests/vehicle/
H A Dvehicle-hal-tool.c27 void usage() { function
488 usage();
499 usage();
515 usage();
523 usage();
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnRGBPlane.cpp67 uint32_t usage; local
72 usage = tmpBuf.getUsage();
73 if (GRALLOC_USAGE_HW_FB & usage) {
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h55 int usage; // \see alloc_device_t::alloc member in struct:ISVBuffer::_ufo_buffer_details_t
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
H A Dimg_gralloc_public.h137 /* This is used for buffer usage validation */
138 int usage; member in struct:__anon1263
214 /* Supported HW usage bits. If this is GRALLOC_USAGE_HW_MASK, all usages
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
H A Dimg_gralloc_public.h137 /* This is used for buffer usage validation */
138 int usage; member in struct:__anon1302
214 /* Supported HW usage bits. If this is GRALLOC_USAGE_HW_MASK, all usages

Completed in 598 milliseconds

1234567