Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp568 sptr<PhotoOutput> innerPhotoOutput = nullptr; in CreatePhotoOutput() local
588 sptr<PhotoOutput> innerPhotoOutput = nullptr; in CreatePhotoOutputUsedInPreconfig() local
615 sptr<PhotoOutput> innerPhotoOutput = nullptr; in CreatePhotoOutputWithoutSurface() local
H A Dcapture_session_impl.cpp282 sptr<CaptureOutput> innerPhotoOutput = photoOutput->GetInnerPhotoOutput(); in AddPhotoOutput() local
290 sptr<CaptureOutput> innerPhotoOutput = photoOutput->GetInnerPhotoOutput(); in RemovePhotoOutput() local
626 sptr<CaptureOutput> innerPhotoOutput = photoOutput->GetInnerPhotoOutput(); in CanAddPhotoOutput() local
H A Dphoto_output_impl.cpp33 Camera_PhotoOutput::Camera_PhotoOutput(sptr<PhotoOutput> &innerPhotoOutput) : innerPhotoOutput_(inn… in Camera_PhotoOutput()