Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.cpp383 int interlace_flag = 0; in GetYUVPlaneInfo() local
385 GET_PP_PARAM_INTERLACED, &interlace_flag) != 0) { in GetYUVPlaneInfo()
386 interlaced = interlace_flag; in GetYUVPlaneInfo()
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.cpp383 int interlace_flag = 0; in GetYUVPlaneInfo() local
385 GET_PP_PARAM_INTERLACED, &interlace_flag) != 0) { in GetYUVPlaneInfo()
386 interlaced = interlace_flag; in GetYUVPlaneInfo()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.cpp447 int interlace_flag = 0; in GetYUVPlaneInfo() local
448 if (getMetaData(const_cast<private_handle_t *>(hnd), GET_PP_PARAM_INTERLACED, &interlace_flag) == in GetYUVPlaneInfo()
450 interlaced = interlace_flag; in GetYUVPlaneInfo()