Home
last modified time | relevance | path

Searched refs:videoFrameRate (Results 1 – 20 of 20) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
DInnerAVMuxerFuzzTest.cpp135 int videoFrameRate = getIntRand(); variable
142 ", OH_AV_KEY_VIDEO_FRAME_RATE len is: " << videoFrameRate << endl;
153 mediaParams.PutIntValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, videoFrameRate);
243 int videoFrameRate = getIntRand(); in HwTest_AddTrack() local
250 ", OH_AV_KEY_VIDEO_FRAME_RATE len is: " << videoFrameRate << endl; in HwTest_AddTrack()
262 mediaParams->PutIntValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, videoFrameRate); in HwTest_AddTrack()
/foundation/multimedia/av_codec/test/moduletest/muxer/FFmpegAPI/
DFFmpegAVMuxerFuzzTest.cpp135 int videoFrameRate = getIntRand(); variable
143 cout << "OH_AV_KEY_VIDEO_FRAME_RATE len is: " << videoFrameRate << endl;
153 mediaParams.PutIntValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, videoFrameRate);
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Drecorder_profiles.h223 int32_t videoFrameRate = 0; member
Dscreen_capture.h103 int32_t videoFrameRate; member
/foundation/multimedia/player_framework/interfaces/kits/c/
Dnative_avscreen_capture_base.h249 int32_t videoFrameRate; member
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
Drecorder_profiles_parcel.cpp67 (void)parcel.WriteInt32(profileCapabilityData.recorderProfile.videoFrameRate); in MarshallingRecorderProfilesData()
136 profileCapabilityData.recorderProfile.videoFrameRate = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
Dscreen_capture_capi_mock.cpp87 … .videoFrameRate = static_cast<OH_VideoCodecFormat>(config_.videoInfo.videoEncInfo.videoFrameRate) in Convert()
/foundation/multimedia/player_framework/test/sample/AVRecorder/entry/src/main/ets/recorder/
DVRecorder.ets68 videoFrameRate: 30 // set videoFrameRate according to device ability
426 this.avConfig.profile.videoFrameRate = this.framerate;
661 videoFrameRate: $framerate,
685 @Link videoFrameRate: number
776 this.videoFrameRate = this.init_videoFramerate
785 this.videoFrameRate = this.current_videoFramerate
/foundation/multimedia/player_framework/interfaces/kits/js/
D@ohos.multimedia.media.d.ts2651 readonly videoFrameRate: number; property
2822 videoFrameRate?: number; property
Dvideo_recorder_napi.h84 int32_t videoFrameRate = DEFAULT_FRAME_RATE; member
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
Dnative_avscreen_capture.cpp132 .videoFrameRate = config_.videoInfo.videoEncInfo.videoFrameRate in OH_AVScreenCapture_Convert()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_input/
Dav_transport_input_filter.cpp359 …uint32_t videoFrameRate = static_cast<uint32_t>(Plugin::AnyCast<int>(paramsMap_[Tag::VIDEO_FRAME_R… in ConfigVideoMeta() local
360 AVTRANS_LOGI("ConfigVideoMeta: VIDEO_FRAME_RATE is %d", videoFrameRate); in ConfigVideoMeta()
361 meta.Set<Plugin::Tag::VIDEO_FRAME_RATE>(videoFrameRate); in ConfigVideoMeta()
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
Drecorder_profiles_unit_test.cpp200 EXPECT_EQ(30, videoRecorderProfile->videoFrameRate); // 30 expect frame rate
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.cpp928 …K_AND_RETURN_RET(CommonNapi::GetPropertyInt32(env, item, "videoFrameRate", profile.videoFrameRate), in GetProfile()
934 profile.videoFrameHeight, profile.videoFrameRate); in GetProfile()
1021 ret = recorder_->SetVideoFrameRate(videoSourceID_, profile.videoFrameRate); in SetProfile()
1120 profile->videoFrameRate = videoRecorderProfile->videoFrameRate; in GetAVRecorderProfile()
1254 setRet = CommonNapi::SetPropertyInt32(env, result, "videoFrameRate", value_->videoFrameRate); in GetJsResult()
Davrecorder_napi.h125 int32_t videoFrameRate = AVRECORDER_DEFAULT_FRAME_RATE; member
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
DCameraService.ts69 videoFrameRate: Constants.VIDEO_FRAME_30
571 this.videoConfig.profile.videoFrameRate = this.videoProfilesObj.frameRateRange.min;
/foundation/multimedia/player_framework/frameworks/js/recorder/
Dvideo_recorder_napi.cpp675 …(void)CommonNapi::GetPropertyInt32(env, item, "videoFrameRate", properties.profile.videoFrameRate); in GetVideoRecorderProperties()
721 ret = recorder_->SetVideoFrameRate(ctx->napi->videoSourceID, properties.profile.videoFrameRate); in SetVideoRecorderProperties()
Drecorder_capability_napi.cpp403 setRet = CommonNapi::SetPropertyInt32(env, result, "videoFrameRate", value_->videoFrameRate); in GetJsResult()
/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
Drecorder_profiles_xml_parser.cpp505 …{"frameRate", data.recorderProfile.videoFrameRate}, {"quality", data.recorderProfile.qualityLevel}… in SetVideoRecorderProfiles()
/foundation/multimedia/player_framework/test/jstest/avRecorder/src/main/js/test/
DAVRecorderFuncTest.test.js87 videoFrameRate : 30 property