Searched refs:videoMetaType (Results 1 - 9 of 9) sorted by relevance
/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/services/camera_service/binder/server/src/ |
H A D | hstream_repeat_stub.cpp | 163 int32_t videoMetaType = data.ReadInt32(); in HandleAttachMetaSurface() local 171 int errCode = AttachMetaSurface(producer, videoMetaType); in HandleAttachMetaSurface()
|
/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/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() argument 251 data.WriteInt32(videoMetaType); in AttachMetaSurface()
|
/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/frameworks/js/camera_napi/src/output/ |
H A D | video_output_napi.cpp | 364 std::vector<VideoMetaType> videoMetaType = videoOutputNapi->videoOutput_->GetSupportedVideoMetaTypes(); in GetSupportedVideoMetaTypes() local 365 result = CreateJSArray(env, status, videoMetaType); in GetSupportedVideoMetaTypes() 390 uint32_t videoMetaType; in AttachMetaSurface() local 391 napi_get_value_uint32(env, argv[PARAM1], &videoMetaType); in AttachMetaSurface() 400 videoOutputNapi->videoOutput_->AttachMetaSurface(surface, static_cast<VideoMetaType>(videoMetaType)); in AttachMetaSurface()
|
/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() argument 411 errCode = itemStream->AttachMetaSurface(surface->GetProducer(), videoMetaType); 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() argument
|
Completed in 7 milliseconds