Lines Matching refs:results
261 void MetaDataTest::Prepare(ResultCallbackMode mode, std::vector<MetaType> &results)
266 if (results.size() == 0) {
267 CAMERA_LOGE("results size is null");
270 cameraBase_->cameraDevice->EnableResult(results);
303 std::vector<MetaType> results;
304 results.push_back(OHOS_CAMERA_STREAM_ID);
305 results.push_back(OHOS_CONTROL_FPS_RANGES);
306 Prepare(ResultCallbackMode::PER_FRAME, results);
333 std::vector<MetaType> results;
334 results.push_back(OHOS_CAMERA_STREAM_ID);
335 results.push_back(OHOS_CONTROL_FPS_RANGES);
336 Prepare(ResultCallbackMode::ON_CHANGED, results);
368 std::vector<MetaType> results;
369 results.push_back(OHOS_CAMERA_STREAM_ID);
370 results.push_back(OHOS_CONTROL_FPS_RANGES);
371 Prepare(ResultCallbackMode::ON_CHANGED, results);
403 std::vector<MetaType> results;
404 results.push_back(OHOS_CAMERA_STREAM_ID);
405 Prepare(ResultCallbackMode::PER_FRAME, results);
433 std::vector<MetaType> results;
434 results.push_back(OHOS_CAMERA_STREAM_ID);
435 Prepare(ResultCallbackMode::ON_CHANGED, results);
469 std::vector<MetaType> results;
470 results.push_back(OHOS_CAMERA_STREAM_ID);
471 results.push_back(OHOS_CONTROL_FPS_RANGES);
472 results.push_back(OHOS_SENSOR_EXPOSURE_TIME);
473 Prepare(ResultCallbackMode::PER_FRAME, results);
506 std::vector<MetaType> results;
507 results.push_back(OHOS_CAMERA_STREAM_ID);
508 results.push_back(OHOS_CONTROL_FPS_RANGES);
509 results.push_back(OHOS_SENSOR_EXPOSURE_TIME);
510 Prepare(ResultCallbackMode::PER_FRAME, results);
548 std::vector<MetaType> results;
549 results.push_back(OHOS_CAMERA_STREAM_ID);
550 Prepare(ResultCallbackMode::ON_CHANGED, results);
585 std::vector<MetaType> results;
586 results.push_back(OHOS_CAMERA_STREAM_ID);
587 results.push_back(OHOS_CONTROL_FPS_RANGES);
588 Prepare(ResultCallbackMode::ON_CHANGED, results);