Searched refs:packetize (Results 1 – 8 of 8) sorted by relevance
39 void packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs);
44 void packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs);
50 void packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs);
49 virtual void packetize(const std::shared_ptr<android::SBuffer>& accessUnit,
34 void OpusPacketizer::packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs) { in packetize() function in OpusPacketizer
36 void G711Packetizer::packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs) { in packetize() function in G711Packetizer
34 void VP8Packetizer::packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs) { in packetize() function in VP8Packetizer
103 packetize(accessUnit, timeUs); in onFrame()