Home
last modified time | relevance | path

Searched refs:videoFrameWidth (Results 1 – 25 of 112) sorted by relevance

12345

/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A D_o_h___video_capture_info.md8videoFrameWidth和videoFrameHeight同时为0时,忽略视频相关参数不录制屏幕数据。
27 | int32_t [videoFrameWidth](#videoframewidth) | 采集视频的宽度设置,单位px。 |
79 ### videoFrameWidth subsection
82 int32_t OH_VideoCaptureInfo::videoFrameWidth
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A D_o_h___video_capture_info.md8 When both **videoFrameWidth** and **videoFrameHeight** are **0**, video-related parameters are igno…
27 | int32_t [videoFrameWidth](#videoframewidth) | Width of the video to capture, in px.|
79 ### videoFrameWidth subsection
82 int32_t OH_VideoCaptureInfo::videoFrameWidth
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframewidth_fuzzer/
H A Dscreencapturevideoframewidth_fuzzer.cpp48 .videoFrameWidth = 720, in SetConfig()
80 config.videoInfo.videoCapInfo.videoFrameWidth = *reinterpret_cast<int32_t *>(data); in FuzzScreenCaptureVideoFrameWidth()
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-avscreencapture-for-buffer.md128 config_.videoInfo.videoCapInfo.videoFrameWidth = 2880;
149 config_.videoInfo.videoCapInfo.videoFrameWidth = 2880;
168 config_.videoInfo.videoCapInfo.videoFrameWidth = 2880;
182 config_.videoInfo.videoCapInfo.videoFrameWidth = 2880;
213 .videoFrameWidth = 768,
498 … .videoFrameWidth = 768, .videoFrameHeight = 1280, .videoSource = OH_VIDEO_SOURCE_SURFACE_RGBA};
H A Dusing-avscreencapture-for-file.md76 .videoFrameWidth = 768,
175 .videoFrameWidth = 768,
H A Dusing-avtranscoder-for-transcodering.md93 videoFrameWidth: 640, // 视频分辨率的宽为640
155 videoFrameWidth: 640, // 视频分辨率的宽
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideoframewidth_fuzzer/
H A Dscreencapturevideoframewidth_ndk_fuzzer.cpp47 .videoFrameWidth = 720, in SetConfig()
78 config.videoInfo.videoCapInfo.videoFrameWidth = *reinterpret_cast<int32_t *>(data); in FuzzScreenCaptureVideoFrameWidthNdk()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
H A Dtranscoder_mock.cpp68 int32_t TranscoderMock::SetVideoSize(int32_t videoFrameWidth, int32_t videoFrameHeight) in SetVideoSize() argument
71 return transcoder_->SetVideoSize(videoFrameWidth, videoFrameHeight); in SetVideoSize()
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-recording.md68 videoFrameWidth : 640, // 视频分辨率的宽
72 // 创建视频录制的参数,预览流与录像输出流的分辨率的宽(videoFrameWidth)高(videoFrameHeight)比要保持一致
96 …return profile.size.width === aVRecorderProfile.videoFrameWidth && profile.size.height === aVRecor…
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp150 return videoFrameWidth; in GetVideoFrameWidth()
165 int32_t videoFrameWidth = 0; member in OHOS::NWeb::MockVideoCaptureInfoAdapter
373 g_videoCaptureInfo->videoFrameWidth = SCREEN_WIDTH; in SetUpTestCase()
412 g_screenCaptureConfig->videoInfo->videoCapInfo->videoFrameWidth = SCREEN_WIDTH;
581 g_screenCaptureConfig->videoInfo->videoCapInfo->videoFrameWidth = SCREEN_WIDTH;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/
H A Dscreen_capture_server_function_unittest.cpp127 .videoFrameWidth = 720, in SetInvalidConfig()
172 .videoFrameWidth = 720, in SetValidConfig()
210 .videoFrameWidth = 720, in SetInvalidConfigFile()
262 .videoFrameWidth = 720, in SetValidConfigFile()
411 config_.videoInfo.videoCapInfo.videoFrameWidth = 0;
440 config_.videoInfo.videoCapInfo.videoFrameWidth = -1;
499 config_.videoInfo.videoCapInfo.videoFrameWidth = -1;
545 config_.videoInfo.videoCapInfo.videoFrameWidth = 0;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test.cpp658 config_.videoInfo.videoCapInfo.videoFrameWidth = 2720;
696 config_.videoInfo.videoCapInfo.videoFrameWidth = 2720;
728 config_.videoInfo.videoCapInfo.videoFrameWidth = 2720;
1026 .videoFrameWidth = 0,
1035 config_.videoInfo.videoCapInfo.videoFrameWidth = 720;
1209 config_.videoInfo.videoCapInfo.videoFrameWidth = -1;
1521 config_.videoInfo.videoCapInfo.videoFrameWidth = 160;
1555 config_.videoInfo.videoCapInfo.videoFrameWidth = 640;
1919 config_.videoInfo.videoCapInfo.videoFrameWidth = 720;
1963 config_.videoInfo.videoCapInfo.videoFrameWidth = 480;
[all …]
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetcanvasrotation_fuzzer/
H A Dscreencapturesetcanvasrotation_fuzzer.cpp48 .videoFrameWidth = 720, in SetConfig()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetmicrophoneenabled_fuzzer/
H A Dscreencapturesetmicrophoneenabled_fuzzer.cpp48 .videoFrameWidth = 720, in SetConfig()
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Drecorder_profiles_parcel.cpp65 (void)parcel.WriteInt32(profileCapabilityData.recorderProfile.videoFrameWidth); in MarshallingRecorderProfilesData()
134 profileCapabilityData.recorderProfile.videoFrameWidth = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-avscreencapture-for-buffer.md129 config_.videoInfo.videoCapInfo.videoFrameWidth = 2880;
150 config_.videoInfo.videoCapInfo.videoFrameWidth = 2880;
169 config_.videoInfo.videoCapInfo.videoFrameWidth = 2880;
183 config_.videoInfo.videoCapInfo.videoFrameWidth = 2880;
214 .videoFrameWidth = 768,
410 … .videoFrameWidth = 768, .videoFrameHeight = 1280, .videoSource = OH_VIDEO_SOURCE_SURFACE_RGBA};
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp717 videoConfig.videoFrameWidth, videoConfig.videoFrameHeight); in GetVideoInfo()
721 videoConfig.videoFrameWidth, videoConfig.videoFrameHeight); in GetVideoInfo()
759 int32_t &videoFrameWidth, int32_t &videoFrameHeight) in CheckVideoFrameFormat() argument
771 videoFrameWidth = display->GetWidth(); in CheckVideoFrameFormat()
773 videoFrameWidth = frameWidth; in CheckVideoFrameFormat()
781 videoFrameWidth = frameWidth; in CheckVideoFrameFormat()
785 videoFrameWidth = frameWidth; in CheckVideoFrameFormat()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureskipprivacymode_fuzzer/
H A Dscreencaptureskipprivacymode_fuzzer.cpp48 .videoFrameWidth = 720, in SetConfig()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframeheight_fuzzer/
H A Dscreencapturevideoframeheight_fuzzer.cpp48 .videoFrameWidth = 720, in SetConfig()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiochannels_fuzzer/
H A Dscreencaptureaudiochannels_fuzzer.cpp48 .videoFrameWidth = 720, in SetConfig()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosamplerate_fuzzer/
H A Dscreencaptureaudiosamplerate_fuzzer.cpp48 .videoFrameWidth = 720, in SetConfig()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkresizecanvas_fuzzer/
H A Dscreencaptureresizecanvas_ndk_fuzzer.cpp47 .videoFrameWidth = 720, in SetConfig()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendksetcanvasrotation_fuzzer/
H A Dscreencapturesetcanvasrotation_ndk_fuzzer.cpp47 .videoFrameWidth = 720, in SetConfig()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendksetmaxframerate_fuzzer/
H A Dscreencapture_set_max_framerate_ndk_fuzzer.cpp47 .videoFrameWidth = 720, in SetConfig()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendksetmicrophoneenabled_fuzzer/
H A Dscreencapturesetmicrophoneenabled_ndk_fuzzer.cpp47 .videoFrameWidth = 720, in SetConfig()

12345