Searched refs:mIsTypeVideo (Results 1 – 2 of 2) sorted by relevance
924 mIsTypeVideo(IS_TYPE_NONE), in QCameraParameters()13436 mIsTypeVideo = static_cast<cam_is_type_t>(atoi(value)); in setISType()13437 if ( (mIsTypeVideo == IS_TYPE_EIS_3_0) && (eis3Supported == FALSE) ) { in setISType()13439 mIsTypeVideo = IS_TYPE_EIS_2_0; in setISType()13448 mIsTypeVideo = static_cast<cam_is_type_t>(atoi(value)); in setISType()13449 if (mIsTypeVideo >= IS_TYPE_DIS) { in setISType()13451 mIsTypeVideo = IS_TYPE_DIS; in setISType()13461 mIsTypeVideo = IS_TYPE_NONE; in setISType()13568 return mIsTypeVideo; in getVideoISType()13816 mIsTypeVideo = getVideoISType(); in setStreamConfigure()[all …]
1182 cam_is_type_t mIsTypeVideo; variable