Home
last modified time | relevance | path

Searched defs:PhotoOutputAsyncContext (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
Dphoto_output_napi.h401 struct PhotoOutputAsyncContext : public AsyncContext { struct
402PhotoOutputAsyncContext(std::string funcName, int32_t taskId) : AsyncContext(funcName, taskId) {}; in PhotoOutputAsyncContext() argument
403 int32_t quality = -1;
404 int32_t rotation = -1;
405 bool isMirror = false;
406 bool hasPhotoSettings = false;
407 bool isMirrorSettedByUser = false;
408 bool isSupported = false;
409 shared_ptr<Location> location;
410 PhotoOutputNapi* objectInfo = nullptr;
[all …]