Searched refs:flushed (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libnbaio/ |
D | PipeReader.cpp | 85 ssize_t flushed = mFifoReader.flush(&lost); in flush() local 86 if (flushed == -EOVERFLOW || lost > 0) { in flush() 89 flushed = OVERRUN; in flush() 91 if (flushed <= 0) { in flush() 92 return flushed; in flush() 94 mFramesRead += (size_t) flushed; // we consider flushed frames as read, but not lost frames in flush() 95 return flushed; in flush()
|
/frameworks/rs/script_api/ |
D | rs_vector_math.spec | 30 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and 33 values may be flushed to zero, and rounding towards zero may be used.</li>
|
D | rs_math.spec | 36 rs_fp_relaxed and rs_fp_full. Under rs_fp_relaxed, subnormal values may be flushed to zero and 44 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and 47 values may be flushed to zero, and rounding towards zero may be used.</li>
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 286 int32_t nSampleRate, bool flushed = false, in encodeNFrames() argument 316 if (flushed) { in encodeNFrames() 318 flushed = false; in encodeNFrames()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 289 int32_t nHeight, bool flushed = false, bool signalEOS = true) { in encodeNFrames() argument 317 if (flushed) { in encodeNFrames() 319 flushed = false; in encodeNFrames()
|
/frameworks/rs/script_api/include/ |
D | rs_vector_math.rsh | 31 * subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and 34 * values may be flushed to zero, and rounding towards zero may be used.
|
D | rs_math.rsh | 38 * rs_fp_relaxed and rs_fp_full. Under rs_fp_relaxed, subnormal values may be flushed to zero and 46 * subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and 49 * values may be flushed to zero, and rounding towards zero may be used.
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceUser.hal | 178 * @return lastFrameNumber the frame number of the last frame flushed.
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 7470 const ssize_t flushed = mPipeSource->flush(); in inputStandBy() local 7471 if (flushed > 0) { in inputStandBy() 7472 ALOGV("Input standby flushed PipeSource %zd frames", flushed); in inputStandBy() 7473 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += flushed; in inputStandBy()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5533 * Logs information about session being flushed.
|