Home
last modified time | relevance | path

Searched refs:packetize (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DVP8Packetizer.h39 void packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs);
DOpusPacketizer.h44 void packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs);
DG711Packetizer.h50 void packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs);
DPacketizer.h49 virtual void packetize(const std::shared_ptr<android::SBuffer>& accessUnit,
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DOpusPacketizer.cpp34 void OpusPacketizer::packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs) { in packetize() function in OpusPacketizer
DG711Packetizer.cpp36 void G711Packetizer::packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs) { in packetize() function in G711Packetizer
DVP8Packetizer.cpp34 void VP8Packetizer::packetize(const std::shared_ptr<SBuffer> &accessUnit, int64_t timeUs) { in packetize() function in VP8Packetizer
DPacketizer.cpp103 packetize(accessUnit, timeUs); in onFrame()