Searched defs:cameraType (Results 1 – 14 of 14) sorted by relevance
21 CameraInfoImpl::CameraInfoImpl(int32_t cameraType, int32_t cameraFacingType) in CameraInfoImpl()31 void CameraInfoImpl::SetCameraType(int32_t cameraType) in SetCameraType()
85 auto cameraType = Hold<int32_t>(cameraDevice_.GetCameraType()); in GetCameraNapiObject() local
59 uint8_t cameraType; member
126 int32_t cameraType; in Callback() local
176 camera_type_enum_t cameraType = static_cast<camera_type_enum_t>(item.data.u8[0]); in toString() local
259 uint8_t cameraType = (res == CAM_META_SUCCESS) ? item.data.u8[0] : OHOS_CAMERA_TYPE_UNSPECIFIED; in GetCameraMetaInfo() local
1326 int32_t cameraType; in CreateCameraInputInstance() local1352 const CameraType cameraType, sptr<CameraDevice>& cameraInfo) in ProcessCameraInfo()
727 Camera_Type cameraType; member
1421 sptr<CameraInput> CameraManager::CreateCameraInput(CameraPosition position, CameraType cameraType) in CreateCameraInput()1431 int CameraManager::CreateCameraInput(CameraPosition position, CameraType cameraType, sptr<CameraInp… in CreateCameraInput()
1422 readonly cameraType: CameraType; property
1695 string cameraType; in PrimitiveAttributes() local
2292 Camera_Type cameraType = Camera_Type::CAMERA_TYPE_DEFAULT; variable
6376 CameraType cameraType = cameras_[0]->GetCameraType(); variable7265 CameraType cameraType = cameras_[0]->GetCameraType(); variable
2030 int32_t cameraType = cameraInfo->GetCameraType(); in HWTEST_F() local