Searched refs:ce_info (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp232 int ce_info = -1; local
273 ce_info = atoi(ce_info_str);
278 // ce_info contains the underscan information
279 if (ce_info == EXT_SCAN_ALWAYS_UNDERSCANED ||
280 ce_info == EXT_SCAN_BOTH_SUPPORTED)
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp282 int ce_info = -1; local
324 ce_info = atoi(ce_info_str);
329 // ce_info contains the underscan information
330 if (ce_info == EXT_SCAN_ALWAYS_UNDERSCANED ||
331 ce_info == EXT_SCAN_BOTH_SUPPORTED)
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp232 int ce_info = -1; local
273 ce_info = atoi(ce_info_str);
278 // ce_info contains the underscan information
279 if (ce_info == EXT_SCAN_ALWAYS_UNDERSCANED ||
280 ce_info == EXT_SCAN_BOTH_SUPPORTED)

Completed in 54 milliseconds