/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | istream_repeat.h | 51 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 D | hstream_repeat_proxy.h | 52 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 D | video_output.h | 190 void AttachMetaSurface(sptr<Surface> surface, VideoMetaType videoMetaType);
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_repeat.h | 85 int32_t AttachMetaSurface(const sptr<OHOS::IBufferProducer>& producer, int32_t videoMetaType) override;
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hstream_repeat_stub.cpp | 171 int errCode = AttachMetaSurface(producer, videoMetaType); in HandleAttachMetaSurface()
|
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/ |
H A D | video_output_napi.h | 101 static napi_value AttachMetaSurface(napi_env env, napi_callback_info info);
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | video_output.cpp | 406 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 D | hstream_repeat_proxy.cpp | 240 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 D | video_output_napi.cpp | 232 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 D | hstream_repeat.cpp | 899 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 D | camera_framework_moduletest.cpp | 12631 videoOutputTrans->AttachMetaSurface(surface, supportedVideoMetaTypes[0]); in HWTEST_F()
|