Searched defs:innerPhotoOutput (Results 1 – 3 of 3) sorted by relevance
568 sptr<PhotoOutput> innerPhotoOutput = nullptr; in CreatePhotoOutput() local588 sptr<PhotoOutput> innerPhotoOutput = nullptr; in CreatePhotoOutputUsedInPreconfig() local615 sptr<PhotoOutput> innerPhotoOutput = nullptr; in CreatePhotoOutputWithoutSurface() local
282 sptr<CaptureOutput> innerPhotoOutput = photoOutput->GetInnerPhotoOutput(); in AddPhotoOutput() local290 sptr<CaptureOutput> innerPhotoOutput = photoOutput->GetInnerPhotoOutput(); in RemovePhotoOutput() local626 sptr<CaptureOutput> innerPhotoOutput = photoOutput->GetInnerPhotoOutput(); in CanAddPhotoOutput() local
33 Camera_PhotoOutput::Camera_PhotoOutput(sptr<PhotoOutput> &innerPhotoOutput) : innerPhotoOutput_(inn… in Camera_PhotoOutput()