Home
last modified time | relevance | path

Searched refs:VideoRecorderCaps (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp97 std::vector<std::shared_ptr<VideoRecorderCaps>> RecorderProfilesImpl::GetVideoRecorderCaps() in GetVideoRecorderCaps()
100 … std::vector<std::shared_ptr<VideoRecorderCaps>>(), "RecorderProfiles service does not exist."); in GetVideoRecorderCaps()
102 std::vector<std::shared_ptr<VideoRecorderCaps>> videoRecorderCapsArray; in GetVideoRecorderCaps()
104 …std::shared_ptr<VideoRecorderCaps> videoRecorderCaps = std::make_shared<VideoRecorderCaps>((*iter)… in GetVideoRecorderCaps()
H A Drecorder_profiles_impl.h30 std::vector<std::shared_ptr<VideoRecorderCaps>> GetVideoRecorderCaps() override;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp118 const std::vector<std::shared_ptr<VideoRecorderCaps>> &videoRecorderArray) const in CheckVideoRecorderCapsArray()
125 std::shared_ptr< VideoRecorderCaps> pVideoRecorderCaps = *iter; in CheckVideoRecorderCapsArray()
170 std::vector<std::shared_ptr<VideoRecorderCaps>> videoRecorderArray =
H A Drecorder_profiles_unit_test.h31 …bool CheckVideoRecorderCapsArray(const std::vector<std::shared_ptr<VideoRecorderCaps>> &videoRecor…
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h179 struct VideoRecorderCaps { struct
279 virtual std::vector<std::shared_ptr<VideoRecorderCaps>> GetVideoRecorderCaps() = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.h41 …JsVideoRecorderCapsArray(const std::vector<std::shared_ptr<OHOS::Media::VideoRecorderCaps>> &value) in MediaJsVideoRecorderCapsArray()
49 std::vector<std::shared_ptr<OHOS::Media::VideoRecorderCaps>> value_;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_profiles_service.h40 VideoRecorderCaps videoCaps;