Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Drecorder_profiles_parcel.cpp71 (void)parcel.WriteInt32Vector(profileCapabilityData.videoCaps.audioSampleRates); in MarshallingRecorderProfilesData()
140 parcel.ReadInt32Vector(&profileCapabilityData.videoCaps.audioSampleRates); in UnmarshallingRecorderProfilesData()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h183 std::vector<int32_t> audioSampleRates; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp140 EXPECT_GE(pVideoRecorderCaps->audioSampleRates.size(), 0); in CheckVideoRecorderCapsArray()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.cpp348 std::vector<int32_t> vec = (*it)->audioSampleRates; in GetJsResult()
/ohos5.0/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
H A Drecorder_profiles_xml_parser.cpp350 videoData.videoCaps.audioSampleRates = (*itAudio).audioCaps.sampleRate; in PaddingVideoCapsByAudioCaps()