Searched refs:ConvertOHAudioChannelLayoutToFFMpeg (Results 1 – 13 of 13) sorted by relevance
53 static uint64_t ConvertOHAudioChannelLayoutToFFMpeg(AudioChannelLayout channelLayout);
54 static uint64_t ConvertOHAudioChannelLayoutToFFMpeg(AudioChannelLayout channelLayout);
390 uint64_t FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(AudioChannelLayout channelLayout) in ConvertOHAudioChannelLayoutToFFMpeg() function in OHOS::Media::Plugins::FFMpegConverter
193 … avCodecContext_->channel_layout = FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(layout); in ReceiveFrameSucc()293 auto ffChannelLayout = FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(channelLayout); in InitContext()
137 …FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(static_cast<AudioChannelLayout>(channelLayout… in CheckFormat()
246 …FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(static_cast<AudioChannelLayout>(channelLayout… in InitContext()
113 …FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(static_cast<AudioChannelLayout>(channelLayout… in CheckChannelLayout()
138 …FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(static_cast<AudioChannelLayout>(channelLayout… in CheckFormat()
284 …FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(static_cast<AudioChannelLayout>(channelLayout… in InitContext()
293 auto ffChannelLayout = FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg( in InitContext()
396 uint64_t FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(AudioChannelLayout channelLayout) in ConvertOHAudioChannelLayoutToFFMpeg() function in OHOS::MediaAVCodec::FFMpegConverter
144 uint64_t ffmpegChlayout = FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg( in CheckChannelLayout()
643 auto ffChannelLayout = FFMpegConverter::ConvertOHAudioChannelLayoutToFFMpeg(channelLayout); in AddAudioTrack()