Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpcm-blurayenc.c112 int sample_size, samples, channel, num_dest_channels; in pcm_bluray_encode_frame() local
119 num_dest_channels = FFALIGN(avctx->ch_layout.nb_channels, 2); in pcm_bluray_encode_frame()
120 sample_size = (num_dest_channels * in pcm_bluray_encode_frame()
142 samples *= num_dest_channels; in pcm_bluray_encode_frame()

Completed in 1 milliseconds