Home
last modified time | relevance | path

Searched refs:max_decoded_bytes (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/
Daudio_decoder.cc21 int sample_rate_hz, size_t max_decoded_bytes, in Decode() argument
26 duration * Channels() * sizeof(int16_t) > max_decoded_bytes) { in Decode()
34 int sample_rate_hz, size_t max_decoded_bytes, in DecodeRedundant() argument
39 duration * Channels() * sizeof(int16_t) > max_decoded_bytes) { in DecodeRedundant()
Daudio_decoder.h47 size_t max_decoded_bytes,
56 size_t max_decoded_bytes,
/external/webrtc/webrtc/test/fuzzers/
Daudio_decoder_fuzzer.cc33 size_t max_decoded_bytes, in FuzzAudioDecoder() argument
42 decoder->Decode(data_ptr, packet_len, sample_rate_hz, max_decoded_bytes, in FuzzAudioDecoder()
Daudio_decoder_fuzzer.h26 size_t max_decoded_bytes,