Searched refs:mChannels (Results 1 – 5 of 5) sorted by relevance
48 private static Map<String, ClientChannel> mChannels = new HashMap<>(); field in TestLogService71 if (mChannels.containsKey(logtag)) { in registerClient()74 mChannels.put(logtag, new ClientChannel(stopKey)); in registerClient()89 if (!mChannels.containsKey(logtag)) { in getResultsForClient()92 latch = mChannels.get(logtag).mLatch; in getResultsForClient()99 for (Map.Entry<String, String> e : mChannels.get(logtag).mResults.entrySet()) { in getResultsForClient()108 if (!mChannels.containsKey(logtag)) { in record()112 ClientChannel channel = mChannels.get(logtag); in record()
48 inline int getChannels() const { return mChannels; } in getChannels()66 int mChannels; variable
41 int mChannels; member in CodecEncoderTest224 pts += mNumBytesSubmitted * 1000000LL / (2 * mChannels * mSampleRate); in enqueueInput()328 RETURN_IF_FALSE(AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_CHANNEL_COUNT, &mChannels), in initFormat()
747 int mChannels; field in CodecEncoderTestBase754 mChannels = 1; in CodecEncoderTestBase()873 pts += mNumBytesSubmitted * 1000000L / (2 * mChannels * mSampleRate); in enqueueInput()
458 mChannels = format.getInteger(MediaFormat.KEY_CHANNEL_COUNT); in calculateInitLatency()