Home
last modified time | relevance | path

Searched refs:videoFramerateRange (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Drecorder_profiles_parcel.cpp49 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.videoFramerateRange.minVal); in MarshallingRecorderProfilesData()
50 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.videoFramerateRange.maxVal); in MarshallingRecorderProfilesData()
118 profileCapabilityData.videoCaps.videoFramerateRange.minVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
119 profileCapabilityData.videoCaps.videoFramerateRange.maxVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h186 Range videoFramerateRange; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp137 EXPECT_GE(pVideoRecorderCaps->videoFramerateRange.minVal, 0); in CheckVideoRecorderCapsArray()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.cpp357 range = (*it)->videoFramerateRange; in GetJsResult()
/ohos5.0/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
H A Drecorder_profiles_xml_parser.cpp265 … {"height", data.videoCaps.videoHeightRange}, {"frameRate", data.videoCaps.videoFramerateRange}}; in SetVideoRecorderCaps()