Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dprofession_session.h67 class ProfessionSessionMetadataResultProcessor : public MetadataResultProcessor {
69 …explicit ProfessionSessionMetadataResultProcessor(wptr<ProfessionSession> session) : session_(sess… in ProfessionSessionMetadataResultProcessor() function
80 metadataResultProcessor_ = std::make_shared<ProfessionSessionMetadataResultProcessor>(this); in ProfessionSession()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dprofession_session.cpp915 void ProfessionSession::ProfessionSessionMetadataResultProcessor::ProcessCallbacks( in ProcessCallbacks()