Searched defs:buffering (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | initial_delay_manager.h | 74 bool buffering() { return buffering_; } in buffering() function
|
/external/python/cpython2/Lib/ |
D | httplib.py | 364 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False): argument 1084 def getresponse(self, buffering=False): argument 1186 def getreply(self, buffering=False): argument
|
D | codecs.py | 856 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): argument
|
D | _pyio.py | 44 def open(file, mode="r", buffering=-1, argument
|
/external/python/cpython2/Modules/_io/ |
D | _iomodule.c | 295 int buffering = -1, closefd = 1; in io_open() local
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 1364 int buffering = -1; in BZ2File_init() local
|
/external/libopus/src/ |
D | opus_encoder.c | 658 int bitrate, opus_val16 tonality, float *mem, int buffering, in optimize_framesize()
|