Home
last modified time | relevance | path

Searched refs:priv_flags (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp1137 uint64_t priv_flags = 0; in GetHandleFlags() local
1140 priv_flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER; in GetHandleFlags()
1144 priv_flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE; in GetHandleFlags()
1148 priv_flags |= private_handle_t::PRIV_FLAGS_CAMERA_READ; in GetHandleFlags()
1152 priv_flags |= private_handle_t::PRIV_FLAGS_DISP_CONSUMER; in GetHandleFlags()
1156 priv_flags |= private_handle_t::PRIV_FLAGS_HW_TEXTURE; in GetHandleFlags()
1160 priv_flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in GetHandleFlags()
1165 priv_flags |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED_PI; in GetHandleFlags()
1167 priv_flags |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED; in GetHandleFlags()
1172 priv_flags |= private_handle_t::PRIV_FLAGS_CPU_RENDERED; in GetHandleFlags()
[all …]
DQtiMapperExtensions.cpp123 uint64_t priv_flags = 0; in getCustomFormatFlags() local
126 if (gralloc::GetCustomFormatFlags(format, usage, &custom_format, &priv_flags) != 0) { in getCustomFormatFlags()
129 hidl_cb(err, custom_format, priv_flags); in getCustomFormatFlags()
Dgr_utils.h117 int GetCustomFormatFlags(int format, uint64_t usage, int *custom_format, uint64_t *priv_flags);