Searched defs:usage (Results 1 - 25 of 95) sorted by relevance

1234

/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/common/buffers/
H A DGraphicBuffer.cpp34 bool GraphicBuffer::isProtectedUsage(uint32_t usage) argument
36 if (usage == USAGE_INVALID) {
40 return (usage & GRALLOC_USAGE_PROTECTED) != 0;
52 bool GraphicBuffer::isCompressionUsage(uint32_t usage) argument
54 if (usage == USAGE_INVALID) {
H A DBufferManager.cpp312 buffer_handle_t BufferManager::allocGrallocBuffer(uint32_t width, uint32_t height, uint32_t format, uint32_t usage) argument
334 usage,
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBuffer.h29 int usage; member in struct:android::intel::PnwIMGGrallocBuffer
H A DPnwPrimaryPlane.cpp46 uint32_t usage; local
50 usage = tmpBuf.getUsage();
51 if (!handle || (GRALLOC_USAGE_HW_FB & usage)) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
H A DGraphicBuffer.cpp34 bool GraphicBuffer::isProtectedUsage(uint32_t usage) argument
36 if (usage == USAGE_INVALID) {
40 return (usage & GRALLOC_USAGE_PROTECTED) != 0;
52 bool GraphicBuffer::isCompressionUsage(uint32_t usage) argument
54 if (usage == USAGE_INVALID) {
H A DBufferManager.cpp312 uint32_t BufferManager::allocGrallocBuffer(uint32_t width, uint32_t height, uint32_t format, uint32_t usage) argument
334 usage,
/hardware/intel/img/psb_video/src/android/
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 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,
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,
/hardware/intel/common/libva/test/decode/
H A Dloadjpeg.c101 static void usage(void) function
121 usage();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dresize_util.c20 static void usage(char *progname) { function
52 usage(argv[0]);
60 usage(argv[0]);
65 usage(argv[0]);
72 usage(argv[0]);
78 usage(argv[0]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.h32 int usage; member in struct:VpxEncoderConfig
/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) {
/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
/hardware/libhardware/modules/usbcamera/
H A DStream.cpp48 void Stream::setUsage(uint32_t usage) { argument
50 if (usage != mStream->usage) {
51 mStream->usage = usage;
170 // ToDo: prettyprint usage mask flags
171 dprintf(fd, "Gralloc Usage Mask: %#" PRIx32 "\n", mStream->usage);
/hardware/intel/common/utils/ISV/base/
H A Disv_bufmanager.cpp127 int32_t usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN; local
130 int32_t err = mpGralloc->lock(mpGralloc, (buffer_handle_t)mGrallocHandle, usage, 0, 0, mStride, mSurfaceHeight, &vaddr[0]);
/hardware/libhardware/modules/radio/
H A Dradio_hal_tool.c32 void usage() { function
/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/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/ips/anniedale/
H A DAnnRGBPlane.cpp67 uint32_t usage; local
72 usage = tmpBuf.getUsage();
73 if (GRALLOC_USAGE_HW_FB & usage) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnRGBPlane.cpp126 uint32_t usage; local
131 usage = tmpBuf.getUsage();
132 if (GRALLOC_USAGE_HW_FB & usage) {

Completed in 1103 milliseconds

1234