Home
last modified time | relevance | path

Searched refs:metaSurface_ (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/recorder/
H A Drecorder_impl.h81 sptr<Surface> metaSurface_ = nullptr; member in OHOS::Media::RecorderImpl
H A Drecorder_impl.cpp153 metaSurface_ = recorderService_->GetMetaSurface(sourceId); in GetMetaSurface()
154 return metaSurface_; in GetMetaSurface()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h167 sptr<Surface> metaSurface_; member in OHOS::OHOS::CameraStandard::MovingPhotoListener
349 sptr<Surface> metaSurface_ = nullptr; member in OHOS::OHOS::CameraStandard::HCaptureSession
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp744 metaSurface_ = Surface::CreateSurfaceAsConsumer("movingPhotoMeta"); in ExpandMovingPhotoRepeatStream()
748 metaSurface_, metaCache); in ExpandMovingPhotoRepeatStream()
751 livephotoMetaListener_ = new(std::nothrow) MovingPhotoMetaListener(metaSurface_, metaCache); in ExpandMovingPhotoRepeatStream()
753 metaSurface_->RegisterConsumerListener((sptr<IBufferConsumerListener> &)livephotoMetaListener_); in ExpandMovingPhotoRepeatStream()
786 streamRepeat->SetMetaProducer(metaSurface_->GetProducer()); in CreateMovingPhotoStreamRepeat()
2289 metaSurface_(metaSurface), in MovingPhotoListener()
2328 popFrame->ReleaseMetaBuffer(metaSurface_, true); in ClearCache()
2354 popFrame->ReleaseMetaBuffer(metaSurface_, true); in OnBufferArrival()
2417 MEDIA_DEBUG_LOG("metaSurface_ OnBufferAvailable %{public}u", surface_->GetQueueSize()); in OnBufferAvailable()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h412 sptr<Surface> metaSurface_ = nullptr; member in OHOS::Media::AVRecorderNapi
H A Davrecorder_napi.cpp1350 if (napi->metaSurface_ == nullptr) {
1352 napi->metaSurface_ = napi->recorder_->GetMetaSurface(napi->metaSourceIDMap_.at(type));
1353 CHECK_AND_RETURN_RET_LOG(napi->metaSurface_ != nullptr,
1357 SurfaceUtils::GetInstance()->Add(napi->metaSurface_->GetUniqueId(), napi->metaSurface_);
1363 auto surfaceId = std::to_string(napi->metaSurface_->GetUniqueId());

Completed in 10 milliseconds