Lines Matching defs:outputDesc
237 OutputDescriptor *outputDesc;
240 outputDesc = AudioSystem::gOutputs.valueFor(output);
241 if (outputDesc == NULL) {
249 *samplingRate = outputDesc->samplingRate;
279 OutputDescriptor *outputDesc;
282 outputDesc = AudioSystem::gOutputs.valueFor(output);
283 if (outputDesc == NULL) {
289 *frameCount = outputDesc->frameCount;
319 OutputDescriptor *outputDesc;
322 outputDesc = AudioSystem::gOutputs.valueFor(output);
323 if (outputDesc == NULL) {
329 *latency = outputDesc->latency;
456 OutputDescriptor *outputDesc = new OutputDescriptor(*desc);
457 gOutputs.add(ioHandle, outputDesc);
460 outputDesc->samplingRate, outputDesc->format, outputDesc->channelMask,
461 outputDesc->frameCount, outputDesc->latency);
486 OutputDescriptor *outputDesc = gOutputs.valueAt(index);
487 delete outputDesc;
488 outputDesc = new OutputDescriptor(*desc);
489 gOutputs.replaceValueFor(ioHandle, outputDesc);