Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp187 ssize_t filled = rear - front; in obtainBuffer() local
189 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in obtainBuffer()
192 "shutting down", filled, mFrameCount); in obtainBuffer()
198 filled = 0; in obtainBuffer()
207 ssize_t avail = (mIsOut) ? adjustableSize - filled : filled; in obtainBuffer()
643 ssize_t filled = rear - newFront; in flushBufferIfNeeded() local
644 if (filled >= (ssize_t)overflowBit) { in flushBufferIfNeeded()
648 ALOGV("flush wrap: filled %zx >= overflowBit %zx", filled, overflowBit); in flushBufferIfNeeded()
650 filled -= overflowBit; in flushBufferIfNeeded()
653 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in flushBufferIfNeeded()
[all …]
/frameworks/av/media/libnbaio/
DMonoPipe.cpp99 size_t filled = mMaxFrames - (size_t) avail; in write() local
101 if (filled <= mSetpoint / 2) { in write()
104 } else if (filled <= (mSetpoint * 3) / 4) { in write()
107 } else if (filled <= (mSetpoint * 5) / 4) { in write()
110 } else if (filled <= (mSetpoint * 3) / 2) { in write()
113 } else if (filled <= (mSetpoint * 7) / 4) { in write()
/frameworks/base/libs/hwui/tests/common/scenes/
DListViewAnimation.cpp58 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() argument
68 paint.setColor(filled ? Color::Yellow_500 : Color::Grey_700); in createBoxBitmap()
69 paint.setStyle(filled ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style); in createBoxBitmap()
/frameworks/base/tests/touchlag/
Dtouchlag.cpp106 size_t x0, size_t y0, size_t radius, bool filled = false) { in drawCircle() argument
112 if (filled) { in drawCircle()
126 if (filled) { in drawCircle()
/frameworks/base/core/proto/android/service/
Dpackage.proto35 // Should be filled if is_jar is true
37 // Should be filled if is_jar is false
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s56 ; * motion vector buffer is still filled with the
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s56 ; * motion vector buffer is still filled with the
/frameworks/av/services/audioflinger/
DThreads.cpp6993 const ssize_t filled = rear - front; in sync() local
6997 if (filled < 0) { in sync()
7002 } else if ((size_t) filled <= recordThread->mRsmpInFrames) { in sync()
7003 framesIn = (size_t) filled; in sync()
7031 ssize_t filled = rear - front; in getNextBuffer() local
7034 LOG_ALWAYS_FATAL_IF(!(0 <= filled && (size_t) filled <= recordThread->mRsmpInFrames)); in getNextBuffer()
7038 if (part1 > (size_t) filled) { in getNextBuffer()
7039 part1 = filled; in getNextBuffer()
/frameworks/rs/script_api/
Drs_matrix.spec226 of the destination is filled with elements of the identity matrix. E.g.
/frameworks/rs/script_api/include/
Drs_matrix.rsh229 * of the destination is filled with elements of the identity matrix. E.g.
/frameworks/base/proto/src/
Dmetrics_constants.proto2030 // package, the class name will be filled in instead (since settings
3827 // Tag FIELD_AUTOFILL_NUM_VIEWS_FILLED: Number of views that could be filled
3830 // Tag of a field for the number values to be filled in
3833 // Tag of a field for the number of views that were filled