Home
last modified time | relevance | path

Searched refs:VideoRecorderConfig (Results 1 – 5 of 5) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
Drecorder_mock.h82 struct VideoRecorderConfig { struct
148 …int32_t RequesetBuffer(const std::string &recorderType, RecorderTestParam::VideoRecorderConfig &re…
153 int32_t CameraServicesForVideo(RecorderTestParam::VideoRecorderConfig &recorderConfig) const;
154 int32_t CameraServicesForAudio(RecorderTestParam::VideoRecorderConfig &recorderConfig) const;
155 …int32_t SetFormat(const std::string &type, RecorderTestParam::VideoRecorderConfig &recorderConfig)…
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
Drecorder_unit_test.cpp28 static VideoRecorderConfig g_videoRecorderConfig;
218 VideoRecorderConfig videoRecorderConfig;
246 VideoRecorderConfig videoRecorderConfig;
268 VideoRecorderConfig videoRecorderConfig;
297 VideoRecorderConfig videoRecorderConfig;
318 VideoRecorderConfig videoRecorderConfig;
339 VideoRecorderConfig videoRecorderConfig;
360 VideoRecorderConfig videoRecorderConfig;
381 VideoRecorderConfig videoRecorderConfig;
402 VideoRecorderConfig videoRecorderConfig;
[all …]
Drecorder_mock.cpp293 int32_t RecorderMock::RequesetBuffer(const std::string &recorderType, VideoRecorderConfig &recorder… in RequesetBuffer()
491 int32_t RecorderMock::CameraServicesForVideo(VideoRecorderConfig &recorderConfig) const in CameraServicesForVideo()
511 int32_t RecorderMock::CameraServicesForAudio(VideoRecorderConfig &recorderConfig) const in CameraServicesForAudio()
530 int32_t RecorderMock::SetFormat(const std::string &recorderType, VideoRecorderConfig &recorderConfi… in SetFormat()
/foundation/multimedia/player_framework/interfaces/kits/js/
D@ohos.multimedia.media.d.ts1793 prepare(config: VideoRecorderConfig, callback: AsyncCallback<void>): void;
1807 prepare(config: VideoRecorderConfig): Promise<void>;
2700 interface VideoRecorderConfig { interface
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
DCameraService.ts56 private videoConfig: media.VideoRecorderConfig = {