Searched refs:get_channel_count (Results 1 – 3 of 3) sorted by relevance
250 get_channel_count(AVCodecContext* context) in get_channel_count() function357 rawBitRate = fCodecContext->sample_rate * get_channel_count(fCodecContext) in _Setup()600 int count = avcodec_fill_audio_frame(fFrame, get_channel_count(fCodecContext),
355 get_channel_count(AVCodecContext* context) in get_channel_count() function406 outputAudioFormat.channel_count = get_channel_count(fCodecContext); in _NegotiateAudioOutputFormat()979 for (int j = 0; j < get_channel_count(fCodecContext); j++) { in _MoveAudioFramesToRawDecodedAudioAndUpdateStartTimes()1008 codecContext->channels = get_channel_count(fCodecContext); in _MoveAudioFramesToRawDecodedAudioAndUpdateStartTimes()
967 get_channel_count(AVCodecParameters* context) in get_channel_count() function1097 format->u.raw_audio.channel_count = get_channel_count(codecParams); in Init()1122 format->u.encoded_audio.output.channel_count = get_channel_count(codecParams); in Init()1137 = codecParams->frame_size * get_channel_count(codecParams) in Init()