Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libnbaio/
DPipeReader.cpp85 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/
Drs_vector_math.spec30 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>
Drs_math.spec36 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/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp317 int32_t nChannels, int32_t nSampleRate, bool flushed = false, in encodeNFrames() argument
345 if (flushed) { in encodeNFrames()
347 flushed = false; in encodeNFrames()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp308 uint32_t nWidth, int32_t nHeight, bool flushed = false, bool signalEOS = true) { in encodeNFrames() argument
334 if (flushed) { in encodeNFrames()
336 flushed = false; in encodeNFrames()
/frameworks/rs/script_api/include/
Drs_vector_math.rsh31 * 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.
Drs_math.rsh38 * 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/
DICameraDeviceUser.hal178 * @return lastFrameNumber the frame number of the last frame flushed.
/frameworks/av/services/audioflinger/
DThreads.cpp7656 const ssize_t flushed = mPipeSource->flush(); in inputStandBy() local
7657 if (flushed > 0) { in inputStandBy()
7658 ALOGV("Input standby flushed PipeSource %zd frames", flushed); in inputStandBy()
7659 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += flushed; in inputStandBy()
/frameworks/base/cmds/statsd/src/
Datoms.proto6615 * Logs information about session being flushed.