Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_SW_READ_OFTEN (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_usages.h84 #define GRALLOC_USAGE_SW_READ_OFTEN GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN macro
247 #define GRALLOC_USAGE_SW_READ_OFTEN static_cast<uint64_t>(BufferUsage::CPU_READ_OFTEN) macro
Dmali_gralloc_ion.cpp106 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN) in set_ion_flags()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.cpp64 GRALLOC_USAGE_SW_READ_OFTEN | in mali_gralloc_reference_retain()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera.cpp394 stream->usage = GRALLOC_USAGE_SW_READ_OFTEN; in setupStreams()
401 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN; in setupStreams()
/hardware/libhardware/include/hardware/
Dgralloc.h74 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003U, enumerator
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_usages.h87 #define GRALLOC_USAGE_SW_READ_OFTEN static_cast<uint64_t>(hidl_common::BufferUsage::CPU_READ_OFTEN) macro
/hardware/interfaces/automotive/evs/1.0/default/
DEvsDisplay.cpp261 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER, in returnTargetBufferForDisplay()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsDisplay.cpp270 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER, in returnTargetBufferForDisplayImpl()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp191 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN) in set_ion_flags()
553 uint64_t usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN; in mali_gralloc_ion_allocate_attr()
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFrameHandler.cpp236 src->lock(GRALLOC_USAGE_SW_READ_OFTEN, (void**)&srcPixels); in copyBufferContents()
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandler.cpp272 src->lock(GRALLOC_USAGE_SW_READ_OFTEN, (void**)&srcPixels); in copyBufferContents()
/hardware/libhardware/modules/usbcamera/
DCamera.cpp336 usage |= GRALLOC_USAGE_SW_READ_OFTEN | in setupStreamsLocked()
/hardware/libhardware/modules/camera/3_0/
DCamera.cpp291 usage |= GRALLOC_USAGE_SW_READ_OFTEN | in setupStreams()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp265 auto usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN; in LockSensorBuffer()
/hardware/google/camera/common/hal/google_camera_hal/
Dzsl_snapshot_capture_session.cc384 (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_OFTEN); in ConfigureStreams()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2_params.cpp67 *usage = *usage | GRALLOC_USAGE_SW_READ_OFTEN; in venc_get_consumer_usage()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp3032 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in configureViVCodec()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp441 m_sParamConsumerUsage |= (OMX_U32)GRALLOC_USAGE_SW_READ_OFTEN; in component_init()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp717 GRALLOC_USAGE_SW_READ_OFTEN | in get_parameter()
Domx_vdec_hevc_swvdec.cpp3275 nativeBuffersUsage->nUsage = (GRALLOC_USAGE_SW_READ_OFTEN | in get_parameter()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp737 GRALLOC_USAGE_SW_READ_OFTEN | in get_parameter()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp760 GRALLOC_USAGE_SW_READ_OFTEN | in get_parameter()