Searched refs:getSurfaceById (Results 1 – 12 of 12) sorted by relevance
82 static sptr<IConsumerSurface> getSurfaceById(std::string id);
81 static sptr<Surface> getSurfaceById(std::string id);
529 surface = Media::ImageReceiver::getSurfaceById(surfaceId); in CreatePreviewOutput()550 surface = Media::ImageReceiver::getSurfaceById(surfaceId); in CreatePreviewOutputUsedInPreconfig()574 sptr<Surface> surface = Media::ImageReceiver::getSurfaceById(surfaceId); in CreatePhotoOutput()591 surface = Media::ImageReceiver::getSurfaceById(surfaceId); in CreatePhotoOutputUsedInPreconfig()658 surface = Media::ImageReceiver::getSurfaceById(surfaceId); in CreateVideoOutput()
133 sptr<IConsumerSurface> getsrfid = creat.getSurfaceById(id);
457 auto surfacebuffer = imageReceiver->getSurfaceById(id);
379 surface = Media::ImageReceiver::getSurfaceById(surfaceId); in CreatePreviewOutput()424 surface = Media::ImageReceiver::getSurfaceById(surfaceId); in CreatePreviewOutput()552 surface = Media::ImageReceiver::getSurfaceById(surfaceId); in AddDeferredSurface()
1955 photoSurface = Media::ImageReceiver::getSurfaceById(surfaceId); in CreatePhotoOutput()2007 photoSurface = Media::ImageReceiver::getSurfaceById(surfaceId); in CreatePhotoOutput()
292 sptr<IConsumerSurface> ImageCreator::getSurfaceById(std::string id) in getSurfaceById() function in OHOS::Media::ImageCreator
179 sptr<Surface> ImageReceiver::getSurfaceById(std::string id) in getSurfaceById() function in OHOS::Media::ImageReceiver
589 OHOS::sptr<OHOS::Surface> receiverSurface = ImageReceiver::getSurfaceById(receiveKey); in DoTest()
505 OHOS::sptr<OHOS::IConsumerSurface> creatorSurface = ImageCreator::getSurfaceById(creatorKey); in DoTest()
591 OHOS::sptr<OHOS::Surface> receiverSurface = ImageReceiver::getSurfaceById(receiveKey); in DoTest()