Home | History | Annotate | Download | only in common

Lines Matching refs:cInfo

958     device::V1_0::CameraInfo cInfo;
960 ret = mInterface->getCameraInfo([&status, &cInfo](Status s, device::V1_0::CameraInfo camInfo) {
962 cInfo = camInfo;
973 switch(cInfo.facing) {
984 __FUNCTION__, mId.c_str(), cInfo.facing);
987 info->orientation = cInfo.orientation;