Home
last modified time | relevance | path

Searched refs:mBitsPerChannel (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavdevice/
Daudiotoolbox.m177 …device_format.mBitsPerChannel = (codecpar->codec_id == AV_NE(AV_CODEC_ID_PCM_S24BE, AV_CODEC_ID…
178 …device_format.mBytesPerFrame = (device_format.mBitsPerChannel >> 3) * device_format.mChannelsP…
197 …av_log(ctx, AV_LOG_DEBUG, "device_format.mBitsPerChannel = %i\n", av_get_bytes_per_sample(codec…
198 …LOG_DEBUG, "device_format.mBytesPerFrame = %i\n", (device_format.mBitsPerChannel >> 3) * codec…
Davfoundation.m713 ctx->audio_bits_per_sample = basic_desc->mBitsPerChannel;
/third_party/libsnd/src/ALAC/
DALACAudioTypes.h154 uint32_t mBitsPerChannel ; member
Dalac_encoder.c1240 …rPCM) || ((source->mFormatFlags & kALACFormatFlagIsFloat) != 0) || (source->mBitsPerChannel <= 16)) in alac_get_source_format()
1242 else if (source->mBitsPerChannel <= 20) in alac_get_source_format()
1244 else if (source->mBitsPerChannel <= 24) in alac_get_source_format()
/third_party/ffmpeg/libavcodec/
Daudiotoolboxdec.c321 .mBitsPerChannel = av_get_bytes_per_sample(sample_fmt) * 8, in ffat_create_decoder()
379 out_format.mChannelsPerFrame * (out_format.mBitsPerChannel / 8); in ffat_create_decoder()
Daudiotoolboxenc.c248 .mBitsPerChannel = av_get_bytes_per_sample(avctx->sample_fmt) * 8, in ffat_init_encoder()
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c698 pa_log_debug("%d bits per channel", (unsigned int) u->stream_description.mBitsPerChannel); in ca_device_create_streams()