Home
last modified time | relevance | path

Searched refs:supported_video_mode_lut (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8084/libexternal/
Dexternal.cpp98 supported_video_mode_lut = in ExternalDisplay()
101 MSM_HDMI_MODES_INIT_TIMINGS(supported_video_mode_lut); in ExternalDisplay()
102 MSM_HDMI_MODES_SET_SUPP_TIMINGS(supported_video_mode_lut, in ExternalDisplay()
245 delete [] supported_video_mode_lut; in ~ExternalDisplay()
512 &supported_video_mode_lut[0]; in setResolution()
515 &supported_video_mode_lut[i]; in setResolution()
Dexternal.h84 msm_hdmi_mode_timing_info* supported_video_mode_lut; variable
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp172 supported_video_mode_lut = in HDMIDisplay()
175 MSM_HDMI_MODES_INIT_TIMINGS(supported_video_mode_lut); in HDMIDisplay()
176 MSM_HDMI_MODES_SET_SUPP_TIMINGS(supported_video_mode_lut, in HDMIDisplay()
301 delete [] supported_video_mode_lut; in ~HDMIDisplay()
529 &supported_video_mode_lut[0]; in activateDisplay()
532 &supported_video_mode_lut[i]; in activateDisplay()
Dhdmi.h112 msm_hdmi_mode_timing_info* supported_video_mode_lut; variable
/hardware/qcom/display/msm8226/libexternal/
Dexternal.h84 msm_hdmi_mode_timing_info* supported_video_mode_lut; variable
/hardware/qcom/display/msm8960/libexternal/
Dexternal.cpp363 static struct disp_mode_timing_type supported_video_mode_lut[] = { variable
603 &supported_video_mode_lut[0]; in setResolution()
604 unsigned count = sizeof(supported_video_mode_lut)/sizeof in setResolution()
605 (*supported_video_mode_lut); in setResolution()
608 &supported_video_mode_lut[i]; in setResolution()