/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
D | InnerAVMuxerFuzzTest.cpp | 135 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/ |
D | FFmpegAVMuxerFuzzTest.cpp | 135 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/ |
D | recorder_profiles.h | 223 int32_t videoFrameRate = 0; member
|
D | screen_capture.h | 103 int32_t videoFrameRate; member
|
/foundation/multimedia/player_framework/interfaces/kits/c/ |
D | native_avscreen_capture_base.h | 249 int32_t videoFrameRate; member
|
/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
D | recorder_profiles_parcel.cpp | 67 (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/ |
D | screen_capture_capi_mock.cpp | 87 … .videoFrameRate = static_cast<OH_VideoCodecFormat>(config_.videoInfo.videoEncInfo.videoFrameRate) in Convert()
|
/foundation/multimedia/player_framework/test/sample/AVRecorder/entry/src/main/ets/recorder/ |
D | VRecorder.ets | 68 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.ts | 2651 readonly videoFrameRate: number; property 2822 videoFrameRate?: number; property
|
D | video_recorder_napi.h | 84 int32_t videoFrameRate = DEFAULT_FRAME_RATE; member
|
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
D | native_avscreen_capture.cpp | 132 .videoFrameRate = config_.videoInfo.videoEncInfo.videoFrameRate in OH_AVScreenCapture_Convert()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_input/ |
D | av_transport_input_filter.cpp | 359 …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/ |
D | recorder_profiles_unit_test.cpp | 200 EXPECT_EQ(30, videoRecorderProfile->videoFrameRate); // 30 expect frame rate
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
D | avrecorder_napi.cpp | 928 …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()
|
D | avrecorder_napi.h | 125 int32_t videoFrameRate = AVRECORDER_DEFAULT_FRAME_RATE; member
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/ |
D | CameraService.ts | 69 videoFrameRate: Constants.VIDEO_FRAME_30 571 this.videoConfig.profile.videoFrameRate = this.videoProfilesObj.frameRateRange.min;
|
/foundation/multimedia/player_framework/frameworks/js/recorder/ |
D | video_recorder_napi.cpp | 675 …(void)CommonNapi::GetPropertyInt32(env, item, "videoFrameRate", properties.profile.videoFrameRate); in GetVideoRecorderProperties() 721 ret = recorder_->SetVideoFrameRate(ctx->napi->videoSourceID, properties.profile.videoFrameRate); in SetVideoRecorderProperties()
|
D | recorder_capability_napi.cpp | 403 setRet = CommonNapi::SetPropertyInt32(env, result, "videoFrameRate", value_->videoFrameRate); in GetJsResult()
|
/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/ |
D | recorder_profiles_xml_parser.cpp | 505 …{"frameRate", data.recorderProfile.videoFrameRate}, {"quality", data.recorderProfile.qualityLevel}… in SetVideoRecorderProfiles()
|
/foundation/multimedia/player_framework/test/jstest/avRecorder/src/main/js/test/ |
D | AVRecorderFuncTest.test.js | 87 videoFrameRate : 30 property
|