Searched refs:data_mq_size (Results 1 – 2 of 2) sorted by relevance
98 uint32_t data_mq_size = in startSession() local102 if (data_mq_size <= 0) { in startSession()103 LOG(ERROR) << __func__ << "Unexpected audio buffer size: " << data_mq_size in startSession()114 LOG(INFO) << __func__ << " - size of audio buffer " << data_mq_size in startSession()118 new DataMQ(data_mq_size, /* EventFlag */ true)); in startSession()
91 uint32_t data_mq_size = kBufferCount * bytes_per_sample * in startSession() local95 LOG(ERROR) << __func__ << "Unexpected audio buffer size: " << data_mq_size in startSession()106 LOG(INFO) << __func__ << " - size of audio buffer " << data_mq_size in startSession()110 new DataMQ(data_mq_size, /* EventFlag */ true)); in startSession()