Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_SW_READ_RARELY (Results 1 – 16 of 16) sorted by relevance

/hardware/ti/omap4-aah/test/CameraHal/
Dsurfacetexture_test.cpp133 usage = GRALLOC_USAGE_SW_READ_RARELY | in test_format()
156 mapper.lock(anb[i]->handle, GRALLOC_USAGE_SW_READ_RARELY, in test_format()
Dcamera_test.h375 gbuf->lock(GRALLOC_USAGE_SW_READ_RARELY, (void**) &defer.mappedBuffer);
Dcamera_test_surfacetexture.cpp131 int usage = GRALLOC_USAGE_SW_READ_RARELY | in getUsageFromANW()
/hardware/libhardware/include/hardware/
Dgralloc.h73 GRALLOC_USAGE_SW_READ_RARELY = 0x00000002, enumerator
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
Domx_proxy_videodec.c369 pUsage->nUsage |= GRALLOC_USAGE_SW_READ_RARELY; in PROXY_VIDDEC_GetParameter()
765 GRALLOC_USAGE_HW_RENDER | GRALLOC_USAGE_SW_READ_RARELY, in PROXY_VIDDEC_FillBufferDone()
/hardware/libhardware/modules/gralloc/
Dframebuffer.cpp127 GRALLOC_USAGE_SW_READ_RARELY, in fb_post()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp86 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c361 usage |= GRALLOC_USAGE_SW_WRITE_RARELY | GRALLOC_USAGE_SW_READ_RARELY; in psb_CreateSurfacesFromGralloc()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp84 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp88 GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp90 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp93 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h71 GRALLOC_USAGE_SW_READ_RARELY | \
/hardware/ti/omap4-aah/camera/
DBufferSourceAdapter.cpp55 int usage = GRALLOC_USAGE_SW_READ_RARELY | in getUsageFromANW()
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h89 GRALLOC_USAGE_SW_READ_RARELY | \
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp1021 param->nUsage |= GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY;