Searched refs:mCurrentMode (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi_stub.cpp35 HDMIDisplay::HDMIDisplay() : mFd(-1), mCurrentMode(-1), mModeCount(0),
H A Dhdmi.h93 int mCurrentMode; member in class:qhwc::HDMIDisplay
H A Dhdmi.cpp108 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 Dexternal.h77 int mCurrentMode; member in class:qhwc::ExternalDisplay
H A Dexternal.cpp86 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 Dexternal.h77 int mCurrentMode; member in class:qhwc::ExternalDisplay
H A Dexternal.cpp86 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 Dexternal.h83 int mCurrentMode; member in class:qhwc::ExternalDisplay
H A Dexternal.cpp170 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 Dhdmi.cpp122 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 Dhdmi.h100 // mCurrentMode is the HDMI video format that corresponds to the mEDIDMode
102 int mCurrentMode; member in class:qhwc::HDMIDisplay

Completed in 49 milliseconds