Home
last modified time | relevance | path

Searched refs:videoBitrate (Results 1 – 17 of 17) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/
Drecorder_profiles.h220 int32_t videoBitrate = 0; member
Dscreen_capture.h102 int32_t videoBitrate; member
/foundation/multimedia/player_framework/interfaces/kits/c/
Dnative_avscreen_capture_base.h247 int32_t videoBitrate; member
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
Drecorder_profiles_parcel.cpp64 (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/
Dscreen_capture_capi_mock.cpp86 … .videoBitrate = static_cast<OH_VideoCodecFormat>(config_.videoInfo.videoEncInfo.videoBitrate), in Convert()
/foundation/multimedia/player_framework/interfaces/kits/js/
D@ohos.multimedia.media.d.ts2619 readonly videoBitrate: number; property
2794 videoBitrate?: number; property
Dvideo_recorder_napi.h80 int32_t videoBitrate = DEFAULT_VIDEO_BIT_RATE; member
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
Dnative_avscreen_capture.cpp131 .videoBitrate = config_.videoInfo.videoEncInfo. videoBitrate, in OH_AVScreenCapture_Convert()
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
Drecorder_profiles_unit_test.cpp196 EXPECT_EQ(192000, videoRecorderProfile->videoBitrate); // 192000 expect video bitrate
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.cpp922 …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()
Davrecorder_napi.h122 int32_t videoBitrate = AVRECORDER_DEFAULT_VIDEO_BIT_RATE; member
/foundation/multimedia/player_framework/frameworks/js/recorder/
Dvideo_recorder_napi.cpp670 (void)CommonNapi::GetPropertyInt32(env, item, "videoBitrate", properties.profile.videoBitrate); in GetVideoRecorderProperties()
724 …et = recorder_->SetVideoEncodingBitRate(ctx->napi->videoSourceID, properties.profile.videoBitrate); in SetVideoRecorderProperties()
Drecorder_capability_napi.cpp395 setRet = CommonNapi::SetPropertyInt32(env, result, "videoBitrate", value_->videoBitrate); in GetJsResult()
/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
Drecorder_profiles_xml_parser.cpp503 … {"duration", data.recorderProfile.durationTime}, {"bitrate", data.recorderProfile.videoBitrate}, in SetVideoRecorderProfiles()
/foundation/multimedia/player_framework/test/sample/AVRecorder/entry/src/main/ets/recorder/
DVRecorder.ets64 videoBitrate: 300000, // set videoBitrate according to device ability
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
DCameraService.ts65 videoBitrate: 512000,
/foundation/multimedia/player_framework/test/jstest/avRecorder/src/main/js/test/
DAVRecorderFuncTest.test.js83 videoBitrate : 2000000, property