Home
last modified time | relevance | path

Searched refs:NightSessionMetadataResultProcessor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dnight_session.h35 class NightSessionMetadataResultProcessor : public MetadataResultProcessor {
37 … explicit NightSessionMetadataResultProcessor(wptr<NightSession> session) : session_(session) {} in NightSessionMetadataResultProcessor() function
47 metadataResultProcessor_ = std::make_shared<NightSessionMetadataResultProcessor>(this); in NightSession()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dnight_session.cpp111 void NightSession::NightSessionMetadataResultProcessor::ProcessCallbacks( in ProcessCallbacks()