Searched refs:underflow (Results 1 – 8 of 8) sorted by relevance
/frameworks/proto_logging/stats/atoms/expresslog/ |
D | expresslog_extension_atoms.proto | 72 // 2 extra bins reserved to represent underflow/overflow 73 // dim[bins_count] - could be considered as an underflow bin 89 // 2 extra bins reserved to represent underflow/overflow 90 // dim[bins_count] - could be considered as an underflow bin
|
/frameworks/native/services/vr/performanced/ |
D | stdio_filebuf.h | 61 virtual int_type underflow() override; 107 typename stdio_filebuf<_CharT>::int_type stdio_filebuf<_CharT>::underflow() { in underflow() function
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 336 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) { in checkBuffering() argument 387 *underflow = (underflowCount > 0); in checkBuffering() 394 bool prepared, underflow, overflow, startServer, finished; in onPollBuffering() local 395 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished); in onPollBuffering() 402 if (!mInPreparationPhase && underflow) { in onPollBuffering()
|
/frameworks/proto_logging/stats/express/ |
D | express_config.proto | 45 // Inclusive min value, values < min will go to underflow bin
|
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/ |
D | RTSPSource.h | 143 bool *underflow,
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 2085 bool underflow, ready, down, up; in onPollBuffering() local 2086 if (checkBuffering(underflow, ready, down, up)) { in onPollBuffering() 2103 } else if (underflow) { in onPollBuffering() 2161 bool &underflow, bool &ready, bool &down, bool &up) { in checkBuffering() argument 2162 underflow = ready = down = up = false; in checkBuffering() 2238 underflow = (underflowCount > 0); in checkBuffering()
|
D | LiveSession.h | 302 bool checkBuffering(bool &underflow, bool &ready, bool &down, bool &up);
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4026 // Buffer underflow count (in byte) since last event 15241 // indicate how many overflow or underflow happened between started to stopped
|