/hardware/ti/omap4-aah/camera/ |
D | CameraParameters.cpp | 170 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/ |
D | hdmi.cpp | 108 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()
|
D | hdmi_stub.cpp | 35 HDMIDisplay::HDMIDisplay() : mFd(-1), mCurrentMode(-1), mModeCount(0), in HDMIDisplay()
|
D | hdmi.h | 93 int mCurrentMode; variable
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.cpp | 122 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()
|
D | hdmi.h | 102 int mCurrentMode; variable
|
/hardware/qcom/display/msm8084/libexternal/ |
D | external.cpp | 86 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()
|
D | external.h | 77 int mCurrentMode; variable
|
/hardware/qcom/display/msm8226/libexternal/ |
D | external.cpp | 86 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()
|
D | external.h | 77 int mCurrentMode; variable
|
/hardware/qcom/display/msm8960/libexternal/ |
D | external.cpp | 170 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()
|
D | external.h | 83 int mCurrentMode; variable
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraProperties.h | 218 OperatingMode mCurrentMode;
|