Searched refs:get_channel_count (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecEncoder.cpp250 get_channel_count(AVCodecContext* context) function
357 rawBitRate = fCodecContext->sample_rate * get_channel_count(fCodecContext)
600 int count = avcodec_fill_audio_frame(fFrame, get_channel_count(fCodecContext),
H A DAVCodecDecoder.cpp355 get_channel_count(AVCodecContext* context) function
406 outputAudioFormat.channel_count = get_channel_count(fCodecContext);
979 for (int j = 0; j < get_channel_count(fCodecContext); j++) {
1008 codecContext->channels = get_channel_count(fCodecContext);
H A DAVFormatReader.cpp967 get_channel_count(AVCodecParameters* context) function
1097 format->u.raw_audio.channel_count = get_channel_count(codecParams);
1122 format->u.encoded_audio.output.channel_count = get_channel_count(codecParams);
1137 = codecParams->frame_size * get_channel_count(codecParams)

Completed in 33 milliseconds