/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
D | recorder_profiles.h | 220 int32_t videoBitrate = 0; member
|
D | screen_capture.h | 102 int32_t videoBitrate; member
|
/foundation/multimedia/player_framework/interfaces/kits/c/ |
D | native_avscreen_capture_base.h | 247 int32_t videoBitrate; member
|
/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
D | recorder_profiles_parcel.cpp | 64 (void)parcel.WriteInt32(profileCapabilityData.recorderProfile.videoBitrate); in MarshallingRecorderProfilesData() 133 profileCapabilityData.recorderProfile.videoBitrate = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
D | screen_capture_capi_mock.cpp | 86 … .videoBitrate = static_cast<OH_VideoCodecFormat>(config_.videoInfo.videoEncInfo.videoBitrate), in Convert()
|
/foundation/multimedia/player_framework/interfaces/kits/js/ |
D | @ohos.multimedia.media.d.ts | 2619 readonly videoBitrate: number; property 2794 videoBitrate?: number; property
|
D | video_recorder_napi.h | 80 int32_t videoBitrate = DEFAULT_VIDEO_BIT_RATE; member
|
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
D | native_avscreen_capture.cpp | 131 .videoBitrate = config_.videoInfo.videoEncInfo. videoBitrate, in OH_AVScreenCapture_Convert()
|
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/ |
D | recorder_profiles_unit_test.cpp | 196 EXPECT_EQ(192000, videoRecorderProfile->videoBitrate); // 192000 expect video bitrate
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
D | avrecorder_napi.cpp | 922 …CHECK_AND_RETURN_RET(CommonNapi::GetPropertyInt32(env, item, "videoBitrate", profile.videoBitrate), in GetProfile() 933 profile.videoBitrate, profile.videoCodecFormat, profile.videoFrameWidth, in GetProfile() 1024 ret = recorder_->SetVideoEncodingBitRate(videoSourceID_, profile.videoBitrate); in SetProfile() 1117 profile->videoBitrate = videoRecorderProfile->videoBitrate; in GetAVRecorderProfile() 1240 setRet = CommonNapi::SetPropertyInt32(env, result, "videoBitrate", value_->videoBitrate); in GetJsResult()
|
D | avrecorder_napi.h | 122 int32_t videoBitrate = AVRECORDER_DEFAULT_VIDEO_BIT_RATE; member
|
/foundation/multimedia/player_framework/frameworks/js/recorder/ |
D | video_recorder_napi.cpp | 670 (void)CommonNapi::GetPropertyInt32(env, item, "videoBitrate", properties.profile.videoBitrate); in GetVideoRecorderProperties() 724 …et = recorder_->SetVideoEncodingBitRate(ctx->napi->videoSourceID, properties.profile.videoBitrate); in SetVideoRecorderProperties()
|
D | recorder_capability_napi.cpp | 395 setRet = CommonNapi::SetPropertyInt32(env, result, "videoBitrate", value_->videoBitrate); in GetJsResult()
|
/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/ |
D | recorder_profiles_xml_parser.cpp | 503 … {"duration", data.recorderProfile.durationTime}, {"bitrate", data.recorderProfile.videoBitrate}, in SetVideoRecorderProfiles()
|
/foundation/multimedia/player_framework/test/sample/AVRecorder/entry/src/main/ets/recorder/ |
D | VRecorder.ets | 64 videoBitrate: 300000, // set videoBitrate according to device ability
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/ |
D | CameraService.ts | 65 videoBitrate: 512000,
|
/foundation/multimedia/player_framework/test/jstest/avRecorder/src/main/js/test/ |
D | AVRecorderFuncTest.test.js | 83 videoBitrate : 2000000, property
|