Home
last modified time | relevance | path

Searched refs:mCurrentMode (Results 1 – 13 of 13) sorted by relevance

/hardware/ti/omap4-aah/camera/
DCameraParameters.cpp170 mProperties[mCurrentMode].removeItem(android::String8(prop)); in set()
172 mProperties[mCurrentMode].replaceValueFor(android::String8(prop), android::String8(value)); in set()
183 return mProperties[mCurrentMode].valueFor(android::String8(prop)).string(); in get()
187 android::String8 value = mProperties[mCurrentMode].valueFor(android::String8(prop)); in getInt()
205 mCurrentMode = mode; in setMode()
209 return mCurrentMode; in getMode()
216 for (size_t i = 0; i < mProperties[mCurrentMode].size(); i++) { in dump()
218 mProperties[mCurrentMode].keyAt(i).string(), in dump()
219 mProperties[mCurrentMode].valueAt(i).string()); in dump()
226 if (index < mProperties[mCurrentMode].size()) { in keyAt()
[all …]
/hardware/qcom/display/msm8909/libhdmi/
Dhdmi.cpp108 mCurrentMode = getUserMode(); in configure()
109 if (mCurrentMode == -1) { in configure()
111 mCurrentMode = getBestMode(); in configure()
141 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0), in HDMIDisplay()
406 mCurrentMode = -1; in resetInfo()
510 if (cur->video_format == (uint32_t)mCurrentMode) { in activateDisplay()
517 "(%d,%d,%d), (%d,%d,%d) %dMHz>", __FUNCTION__, mCurrentMode, in activateDisplay()
636 if (gEDIDData[dataIndex].mMode == mCurrentMode) { in getAttrForMode()
643 ALOGE("%s Unable to get attributes for %d", __FUNCTION__, mCurrentMode); in getAttrForMode()
Dhdmi_stub.cpp35 HDMIDisplay::HDMIDisplay() : mFd(-1), mCurrentMode(-1), mModeCount(0), in HDMIDisplay()
Dhdmi.h93 int mCurrentMode; variable
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp122 mCurrentMode = mEDIDModes[mActiveConfig]; in configure()
151 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0), in HDMIDisplay()
418 mCurrentMode = -1; in resetInfo()
533 if (cur->video_format == (uint32_t)mCurrentMode) { in activateDisplay()
540 "(%d,%d,%d), (%d,%d,%d) %dMHz>", __FUNCTION__, mCurrentMode, in activateDisplay()
659 if (gEDIDData[dataIndex].mMode == mCurrentMode) { in getAttrForMode()
666 ALOGE("%s Unable to get attributes for %d", __FUNCTION__, mCurrentMode); in getAttrForMode()
734 mCurrentMode = mEDIDModes[newConfig]; in setActiveConfig()
737 ALOGD("%s config(%d) mode(%d)", __FUNCTION__, mActiveConfig, mCurrentMode); in setActiveConfig()
Dhdmi.h102 int mCurrentMode; variable
/hardware/qcom/display/msm8084/libexternal/
Dexternal.cpp86 mCurrentMode(-1), mModeCount(0), in ExternalDisplay()
371 mCurrentMode = -1; in resetInfo()
510 if ((isValidMode(ID)) && mCurrentMode != ID) { in setResolution()
544 mCurrentMode = ID; in setResolution()
616 switch (mCurrentMode) { in getAttrForMode()
Dexternal.h77 int mCurrentMode; variable
/hardware/qcom/display/msm8226/libexternal/
Dexternal.cpp86 mCurrentMode(-1), mModeCount(0), in ExternalDisplay()
371 mCurrentMode = -1; in resetInfo()
510 if ((isValidMode(ID)) && mCurrentMode != ID) { in setResolution()
544 mCurrentMode = ID; in setResolution()
636 switch (mCurrentMode) { in getAttrForMode()
Dexternal.h77 int mCurrentMode; variable
/hardware/qcom/display/msm8960/libexternal/
Dexternal.cpp170 mCurrentMode(-1), mConnected(0), mConnectedFbNum(0), mModeCount(0), in ExternalDisplay()
476 mCurrentMode = -1; in resetInfo()
601 if ((isValidMode(ID)) && mCurrentMode != ID) { in setResolution()
635 mCurrentMode = ID; in setResolution()
712 switch (mCurrentMode) { in getAttrForMode()
Dexternal.h83 int mCurrentMode; variable
/hardware/ti/omap4-aah/camera/inc/
DCameraProperties.h218 OperatingMode mCurrentMode;