Home
last modified time | relevance | path

Searched refs:videoMetaType (Results 1 - 9 of 9) 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/services/camera_service/binder/server/src/
H A Dhstream_repeat_stub.cpp163 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 Dvideo_output.h190 void AttachMetaSurface(sptr<Surface> surface, VideoMetaType videoMetaType);
/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() argument
251 data.WriteInt32(videoMetaType); in AttachMetaSurface()
/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/frameworks/js/camera_napi/src/output/
H A Dvideo_output_napi.cpp364 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 Dvideo_output.cpp406 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 Dhstream_repeat.cpp899 int32_t HStreamRepeat::AttachMetaSurface(const sptr<OHOS::IBufferProducer>& producer, int32_t videoMetaType) in AttachMetaSurface() argument

Completed in 7 milliseconds