Home
last modified time | relevance | path

Searched refs:async_mode (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/xcore/
Dsmart_analysis_handler.cpp58 uint32_t async_mode = 0; in create_context() local
61 if ((ret = _desc->create_context (&context, &async_mode, NULL)) != XCAM_RETURN_NO_ERROR) { in create_context()
69 _async_mode = async_mode; in create_context()
/external/libxcam/plugins/smart/dvs/
Dxcam_plugin_dvs.cpp61 XCamReturn dvs_create_context(XCamSmartAnalysisContext **context, uint32_t *async_mode, XcamPostRes… in dvs_create_context() argument
63 XCAM_UNUSED (async_mode); in dvs_create_context()
/external/libxcam/xcore/base/
Dxcam_smart_description.h65 uint32_t *async_mode, XcamPostResultsFunc post_func);
/external/libxcam/plugins/smart/sample/
Dsample_smart_analysis.cpp335 xcam_create_context (XCamSmartAnalysisContext **context, uint32_t *async_mode, XcamPostResultsFunc … in xcam_create_context() argument
341 *async_mode = false; in xcam_create_context()