Searched refs:async_mode (Results 1 – 4 of 4) sorted by relevance
58 uint32_t async_mode = 0; in create_context() local61 if ((ret = _desc->create_context (&context, &async_mode, NULL)) != XCAM_RETURN_NO_ERROR) { in create_context()69 _async_mode = async_mode; in create_context()
61 XCamReturn dvs_create_context(XCamSmartAnalysisContext **context, uint32_t *async_mode, XcamPostRes… in dvs_create_context() argument63 XCAM_UNUSED (async_mode); in dvs_create_context()
65 uint32_t *async_mode, XcamPostResultsFunc post_func);
335 xcam_create_context (XCamSmartAnalysisContext **context, uint32_t *async_mode, XcamPostResultsFunc … in xcam_create_context() argument341 *async_mode = false; in xcam_create_context()