Lines Matching refs:results
349 std::vector<Camera::MetaType> results;
350 Test_->rc = Test_->cameraDevice->GetEnabledResults(results);
353 for (int i=0; i<results.size(); ++i) {
354 std::cout << results.at(i) << std::endl;
390 std::vector<Camera::MetaType> results;
391 results.push_back(OHOS_SENSOR_EXPOSURE_TIME);
392 results.push_back(OHOS_SENSOR_COLOR_CORRECTION_GAINS);
393 Test_->rc = Test_->cameraDevice->EnableResult(results);
405 Test_->rc = Test_->cameraDevice->GetEnabledResults(results);
414 Test_->rc = Test_->cameraDevice->GetEnabledResults(results);
451 std::vector<Camera::MetaType> results;
452 results.push_back(OHOS_SENSOR_EXPOSURE_TIME);
453 results.push_back(OHOS_SENSOR_COLOR_CORRECTION_GAINS);
454 Test_->rc = Test_->cameraDevice->EnableResult(results);
469 Test_->rc = Test_->cameraDevice->GetEnabledResults(results);
483 std::vector<Camera::MetaType> results;
484 results.push_back(OHOS_SENSOR_EXPOSURE_TIME);
485 results.push_back(OHOS_SENSOR_COLOR_CORRECTION_GAINS);
486 Test_->rc = Test_->cameraDevice->EnableResult(results);
498 Test_->rc = Test_->cameraDevice->GetEnabledResults(results);
512 std::vector<Camera::MetaType> results;
513 results.push_back(OHOS_SENSOR_EXPOSURE_TIME);
514 results.push_back(OHOS_SENSOR_COLOR_CORRECTION_GAINS);
515 Test_->rc = Test_->cameraDevice->EnableResult(results);
529 Test_->rc = Test_->cameraDevice->GetEnabledResults(results);