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