Lines Matching refs:format
36 FORMAT,
80 int format,
94 data.writeInt32(format);
117 int format,
129 data.writeInt32(format);
164 virtual int format(int output) const
169 remote()->transact(FORMAT, data, &reply);
328 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount)
333 data.writeInt32(format);
349 uint32_t format = pFormat ? *pFormat : 0;
356 data.writeInt32(format);
367 format = reply.readInt32();
368 if (pFormat) *pFormat = format;
422 uint32_t format = pFormat ? *pFormat : 0;
428 data.writeInt32(format);
437 format = reply.readInt32();
438 if (pFormat) *pFormat = format;
515 int format = data.readInt32();
523 streamType, sampleRate, format,
534 int format = data.readInt32();
540 sampleRate, format, channelCount, bufferCount, flags, &status);
555 case FORMAT: {
557 reply->writeInt32( format(data.readInt32()) );
664 int format = data.readInt32();
666 reply->writeInt32( getInputBufferSize(sampleRate, format, channelCount) );
673 uint32_t format = data.readInt32();
679 &format,
687 reply->writeInt32(format);
718 uint32_t format = data.readInt32();
724 &format,
730 reply->writeInt32(format);