Lines Matching refs:format
37 audio_format_t format)
40 , mSpdifEncoder(this, format)
55 mApplicationFormat = config->format;
61 switch(config->format) {
71 ALOGE("ERROR SpdifStreamOut::open() unrecognized format 0x%08X\n",
72 config->format);
77 customConfig.format = AUDIO_FORMAT_PCM_16_BIT;
84 " sampleRate %d, format %#x, channelMask %#x",
86 config->format,
89 " sampleRate %d, format %#x, channelMask %#x",
91 customConfig.format,