Searched refs:max_decoded_bytes (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
D | audio_decoder.cc | 21 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()
|
D | audio_decoder.h | 47 size_t max_decoded_bytes, 56 size_t max_decoded_bytes,
|
/external/webrtc/webrtc/test/fuzzers/ |
D | audio_decoder_fuzzer.cc | 33 size_t max_decoded_bytes, in FuzzAudioDecoder() argument 42 decoder->Decode(data_ptr, packet_len, sample_rate_hz, max_decoded_bytes, in FuzzAudioDecoder()
|
D | audio_decoder_fuzzer.h | 26 size_t max_decoded_bytes,
|