Searched refs:OH_AVFormat_CreateAudioFormat (Results 1 – 5 of 5) sorted by relevance
77 struct OH_AVFormat *OH_AVFormat_CreateAudioFormat(const char *mimeType,
86 format_ = OH_AVFormat_CreateAudioFormat(mimeType.data(), sampleRate, channelCount); in InitAudioTrackFormat()
83 format_ = OH_AVFormat_CreateAudioFormat(mimeType.data(), sampleRate, channelCount); in InitAudioTrackFormat()
36 struct OH_AVFormat *OH_AVFormat_CreateAudioFormat(const char *mimeType, int32_t sampleRate, int32_t… in OH_AVFormat_CreateAudioFormat() function
85 OH_AVFormat *formatAudio = OH_AVFormat_CreateAudioFormat(param->mimeType, in AddTrackAudio()