Searched defs:C2SoftOpusEnc (Results 1 – 2 of 2) sorted by relevance
28 struct C2SoftOpusEnc : public SimpleC2Component { struct31 C2SoftOpusEnc(const char *name, c2_node_id_t id, argument49 static const int kMaxSampleRateSupported = 48000;50 static const int kDefaultFrameDurationMs = 20;54 static const int kMaxPayload = 1500; // from tests/test_opus_encode.c56 std::shared_ptr<IntfImpl> mIntf;57 std::shared_ptr<C2LinearBlock> mOutputBlock;59 OpusMSEncoder* mEncoder;60 int16_t* mInputBufferPcm16;62 bool mHeaderGenerated;[all …]
126 C2SoftOpusEnc::C2SoftOpusEnc(const char* name, c2_node_id_t id, in C2SoftOpusEnc() function in android::C2SoftOpusEnc