Searched refs:ResetForPacket (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/codec/
H A Daudio_decoder_opus.h30 bool ResetForPacket(AudioPacket* packet);
H A Daudio_encoder_opus.h35 bool ResetForPacket(AudioPacket* packet);
H A Daudio_decoder_opus.cc54 bool AudioDecoderOpus::ResetForPacket(AudioPacket* packet) { function in class:remoting::AudioDecoderOpus
91 if (!ResetForPacket(packet.get())) {
H A Daudio_encoder_opus.cc102 bool AudioEncoderOpus::ResetForPacket(AudioPacket* packet) { function in class:remoting::AudioEncoderOpus
143 if (!ResetForPacket(packet.get())) {

Completed in 94 milliseconds