/hardware/qcom/display/msm8909/libhdmi/ |
H A D | hdmi_stub.cpp | 35 HDMIDisplay::HDMIDisplay() : mFd(-1), mCurrentMode(-1), mModeCount(0),
|
H A D | hdmi.h | 93 int mCurrentMode; member in class:qhwc::HDMIDisplay
|
H A D | hdmi.cpp | 108 mCurrentMode = getUserMode(); 109 if (mCurrentMode == -1) { 111 mCurrentMode = getBestMode(); 141 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0), 406 mCurrentMode = -1; 489 // the configuration (resolution, timing info) to match mCurrentMode 510 if (cur->video_format == (uint32_t)mCurrentMode) { 517 "(%d,%d,%d), (%d,%d,%d) %dMHz>", __FUNCTION__, mCurrentMode, 636 if (gEDIDData[dataIndex].mMode == mCurrentMode) { 643 ALOGE("%s Unable to get attributes for %d", __FUNCTION__, mCurrentMode); [all...] |
/hardware/qcom/display/msm8084/libexternal/ |
H A D | external.h | 77 int mCurrentMode; member in class:qhwc::ExternalDisplay
|
H A D | external.cpp | 86 mCurrentMode(-1), mModeCount(0), 371 mCurrentMode = -1; 510 if ((isValidMode(ID)) && mCurrentMode != ID) { 544 mCurrentMode = ID; 616 switch (mCurrentMode) {
|
/hardware/qcom/display/msm8226/libexternal/ |
H A D | external.h | 77 int mCurrentMode; member in class:qhwc::ExternalDisplay
|
H A D | external.cpp | 86 mCurrentMode(-1), mModeCount(0), 371 mCurrentMode = -1; 510 if ((isValidMode(ID)) && mCurrentMode != ID) { 544 mCurrentMode = ID; 636 switch (mCurrentMode) {
|
/hardware/qcom/display/msm8960/libexternal/ |
H A D | external.h | 83 int mCurrentMode; member in class:qhwc::ExternalDisplay
|
H A D | external.cpp | 170 mCurrentMode(-1), mConnected(0), mConnectedFbNum(0), mModeCount(0), 476 mCurrentMode = -1; 601 if ((isValidMode(ID)) && mCurrentMode != ID) { 635 mCurrentMode = ID; 712 switch (mCurrentMode) {
|
/hardware/qcom/display/msm8994/libhdmi/ |
H A D | hdmi.cpp | 122 mCurrentMode = mEDIDModes[mActiveConfig]; 151 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0), 418 mCurrentMode = -1; 512 // the configuration (resolution, timing info) to match mCurrentMode 533 if (cur->video_format == (uint32_t)mCurrentMode) { 540 "(%d,%d,%d), (%d,%d,%d) %dMHz>", __FUNCTION__, mCurrentMode, 659 if (gEDIDData[dataIndex].mMode == mCurrentMode) { 666 ALOGE("%s Unable to get attributes for %d", __FUNCTION__, mCurrentMode); 734 mCurrentMode = mEDIDModes[newConfig]; 737 ALOGD("%s config(%d) mode(%d)", __FUNCTION__, mActiveConfig, mCurrentMode); [all...] |
H A D | hdmi.h | 100 // mCurrentMode is the HDMI video format that corresponds to the mEDIDMode 102 int mCurrentMode; member in class:qhwc::HDMIDisplay
|