Searched refs:canAddInput (Results 1 – 7 of 7) sorted by relevance
67 interface canAddInput { interface300 export const oHCaptureSessionCanAddInput: (index:number) => canAddInput;
95 let canAddInput = cameraObj.oHCaptureSessionCanAddInput(Parameter_Setting.ALL_PARAMETER_OK);96 if (canAddInput.errorCode != 0) {100 console.info(TAG + "canAddInput: " + canAddInput.isAddInput);102 if (canAddInput.isAddInput) {
205 let canAddInput = cameraObj.oHCaptureSessionCanAddInput(Parameter_Setting.ALL_PARAMETER_OK);206 if (canAddInput.errorCode != 0) {210 console.info(TAG + "canAddInput: " + canAddInput.isAddInput);212 if (canAddInput.isAddInput) {265 let canAddInput = cameraObj.oHCaptureSessionCanAddInput(Parameter_Setting.ALL_PARAMETER_OK);266 if (canAddInput.errorCode != 0) {267 console.info(TAG + "canAddInput FAILED" + canAddInput.errorCode);270 console.info(TAG + "canAddInput: " + canAddInput.isAddInput);271 if (canAddInput.isAddInput) {882 let canAddInput = cameraObj.oHCaptureSessionCanAddInput(Parameter_Setting.ALL_PARAMETER_OK);[all …]
227 let canAddInput = cameraObj.oHCaptureSessionCanAddInput(Parameter_Setting.ALL_PARAMETER_OK);228 if (canAddInput.errorCode != 0) {229 console.error(TAG + "canAddInput FAILED" + canAddInput.errorCode);232 console.info(TAG + "canAddInput: " + canAddInput.isAddInput);233 if (canAddInput.isAddInput) {
275 let canAddInput = cameraObj.oHCaptureSessionCanAddInput(Parameter_Setting.ALL_PARAMETER_OK);276 if (canAddInput.errorCode != 0) {280 console.info(TAG + "canAddInput: " + canAddInput.isAddInput);282 if (canAddInput.isAddInput) {
587 let result = mCameraSession.canAddInput(mCameraInput);620 let result = mCameraSession.canAddInput(mCameraInput);623 result = mCameraSession.canAddInput(mCameraInput);701 let status: boolean = mCameraSession.canAddInput(mCameraInput);
1165 napi_value canAddInput = nullptr; in OHCaptureSessionCanAddInput() local1166 napi_create_object(env, &canAddInput); in OHCaptureSessionCanAddInput()1171 napi_set_named_property(env, canAddInput, "isAddInput", jsValue); in OHCaptureSessionCanAddInput()1174 napi_set_named_property(env, canAddInput, "errorCode", jsValue); in OHCaptureSessionCanAddInput()1176 return canAddInput; in OHCaptureSessionCanAddInput()