/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | _o_h___video_capture_info.md | 8 当videoFrameWidth和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.md | 8 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 D | screencapturevideoframewidth_fuzzer.cpp | 48 .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 D | using-avscreencapture-for-buffer.md | 128 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 D | using-avscreencapture-for-file.md | 76 .videoFrameWidth = 768, 175 .videoFrameWidth = 768,
|
H A D | using-avtranscoder-for-transcodering.md | 93 videoFrameWidth: 640, // 视频分辨率的宽为640 155 videoFrameWidth: 640, // 视频分辨率的宽
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideoframewidth_fuzzer/ |
H A D | screencapturevideoframewidth_ndk_fuzzer.cpp | 47 .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 D | transcoder_mock.cpp | 68 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 D | camera-recording.md | 68 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 D | screen_capture_adapter_impl_test.cpp | 150 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 D | screen_capture_server_function_unittest.cpp | 127 .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 D | screen_capture_unit_test.cpp | 658 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 D | screencapturesetcanvasrotation_fuzzer.cpp | 48 .videoFrameWidth = 720, in SetConfig()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetmicrophoneenabled_fuzzer/ |
H A D | screencapturesetmicrophoneenabled_fuzzer.cpp | 48 .videoFrameWidth = 720, in SetConfig()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
H A D | recorder_profiles_parcel.cpp | 65 (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 D | using-avscreencapture-for-buffer.md | 129 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 D | avscreen_capture_napi.cpp | 717 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 D | screencaptureskipprivacymode_fuzzer.cpp | 48 .videoFrameWidth = 720, in SetConfig()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframeheight_fuzzer/ |
H A D | screencapturevideoframeheight_fuzzer.cpp | 48 .videoFrameWidth = 720, in SetConfig()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiochannels_fuzzer/ |
H A D | screencaptureaudiochannels_fuzzer.cpp | 48 .videoFrameWidth = 720, in SetConfig()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosamplerate_fuzzer/ |
H A D | screencaptureaudiosamplerate_fuzzer.cpp | 48 .videoFrameWidth = 720, in SetConfig()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkresizecanvas_fuzzer/ |
H A D | screencaptureresizecanvas_ndk_fuzzer.cpp | 47 .videoFrameWidth = 720, in SetConfig()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendksetcanvasrotation_fuzzer/ |
H A D | screencapturesetcanvasrotation_ndk_fuzzer.cpp | 47 .videoFrameWidth = 720, in SetConfig()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendksetmaxframerate_fuzzer/ |
H A D | screencapture_set_max_framerate_ndk_fuzzer.cpp | 47 .videoFrameWidth = 720, in SetConfig()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendksetmicrophoneenabled_fuzzer/ |
H A D | screencapturesetmicrophoneenabled_ndk_fuzzer.cpp | 47 .videoFrameWidth = 720, in SetConfig()
|