Home
last modified time | relevance | path

Searched refs:AttachMetaSurface (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat.h51 virtual int32_t AttachMetaSurface(const sptr<OHOS::IBufferProducer>& producer, int32_t videoMetaType) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_repeat_proxy.h52 int32_t AttachMetaSurface(const sptr<OHOS::IBufferProducer>& producer, int32_t videoMetaType) override;
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dvideo_output.h190 void AttachMetaSurface(sptr<Surface> surface, VideoMetaType videoMetaType);
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_repeat.h85 int32_t AttachMetaSurface(const sptr<OHOS::IBufferProducer>& producer, int32_t videoMetaType) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_repeat_stub.cpp171 int errCode = AttachMetaSurface(producer, videoMetaType); in HandleAttachMetaSurface()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dvideo_output_napi.h101 static napi_value AttachMetaSurface(napi_env env, napi_callback_info info);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp406 void VideoOutput::AttachMetaSurface(sptr<Surface> surface, VideoMetaType videoMetaType) in AttachMetaSurface() function in OHOS::CameraStandard::VideoOutput
411 errCode = itemStream->AttachMetaSurface(surface->GetProducer(), videoMetaType); in AttachMetaSurface()
416 MEDIA_ERR_LOG("VideoOutput::AttachMetaSurface() itemStream is nullptr"); in AttachMetaSurface()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_repeat_proxy.cpp240 int32_t HStreamRepeatProxy::AttachMetaSurface(const sptr<OHOS::IBufferProducer>& producer, int32_t videoMetaType) in AttachMetaSurface() function in OHOS::CameraStandard::HStreamRepeatProxy
247 "HStreamRepeatProxy AttachMetaSurface producer is null"); in AttachMetaSurface()
255 "HStreamRepeatProxy::AttachMetaSurface failed, error: %{public}d", error); in AttachMetaSurface()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dvideo_output_napi.cpp232 DECLARE_NAPI_FUNCTION("attachMetaSurface", AttachMetaSurface), in Init()
372 napi_value VideoOutputNapi::AttachMetaSurface(napi_env env, napi_callback_info info) in AttachMetaSurface() function in OHOS::CameraStandard::VideoOutputNapi
400 videoOutputNapi->videoOutput_->AttachMetaSurface(surface, static_cast<VideoMetaType>(videoMetaType)); in AttachMetaSurface()
402 MEDIA_ERR_LOG("VideoOutputNapi::AttachMetaSurface failed!"); in AttachMetaSurface()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp899 int32_t HStreamRepeat::AttachMetaSurface(const sptr<OHOS::IBufferProducer>& producer, int32_t videoMetaType) in AttachMetaSurface() function in OHOS::CameraStandard::HStreamRepeat
901 MEDIA_INFO_LOG("HStreamRepeat::AttachMetaSurface called"); in AttachMetaSurface()
904 "HStreamRepeat::AttachMetaSurface producer is null"); in AttachMetaSurface()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12631 videoOutputTrans->AttachMetaSurface(surface, supportedVideoMetaTypes[0]); in HWTEST_F()

Completed in 22 milliseconds