Home
last modified time | relevance | path

Searched refs:is_gralloc_source_ubwc (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h439 bool is_gralloc_source_ubwc; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp290 is_gralloc_source_ubwc = 0; in venc_dev()
292 is_gralloc_source_ubwc = 1; in venc_dev()
295 is_gralloc_source_ubwc = 0; in venc_dev()
3517 …ool isUBWC = (handle->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) && is_gralloc_source_ubwc; in venc_empty_buf()