Home
last modified time | relevance | path

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

12

/frameworks/av/media/libmedia/
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.cpp105 size_t filled = (mMaxFrames - avail) + written; in write() local
107 if (filled <= mSetpoint / 2) { in write()
110 } else if (filled <= (mSetpoint * 3) / 4) { in write()
113 } else if (filled <= (mSetpoint * 5) / 4) { in write()
116 } else if (filled <= (mSetpoint * 3) / 2) { in write()
119 } else if (filled <= (mSetpoint * 7) / 4) { in write()
/frameworks/base/libs/hwui/tests/common/scenes/
DListViewAnimation.cpp104 static SkBitmap createBoxBitmap(bool filled) { in createBoxBitmap() argument
113 paint.setColor(filled ? Color::Yellow_500 : Color::Grey_700); in createBoxBitmap()
114 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/docs/html/training/testing/unit-testing/
Dindex.jd47 that can be filled by using mock objects.</li>
51 have Android dependencies which cannot be easily filled by using mock objects.</li>
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt3 frameworks/base/services/java/com/android/server/wifi: gitk <SHA1 to be filled in later>
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd235 whether the shapes are filled, outlined, or both by calling {@link
243 Just as with primitive shapes, paths can be outlined, filled, or both, depending on the
250 {@link android.graphics.LinearGradient} on filled
/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.cpp6961 const ssize_t filled = rear - front; in sync() local
6965 if (filled < 0) { in sync()
6970 } else if ((size_t) filled <= recordThread->mRsmpInFrames) { in sync()
6971 framesIn = (size_t) filled; in sync()
6999 ssize_t filled = rear - front; in getNextBuffer() local
7002 LOG_ALWAYS_FATAL_IF(!(0 <= filled && (size_t) filled <= recordThread->mRsmpInFrames)); in getNextBuffer()
7006 if (part1 > (size_t) filled) { in getNextBuffer()
7007 part1 = filled; in getNextBuffer()
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Dbadges.jd175 /* This is necessary to handle back-navigation to the page after form was filled */
/frameworks/base/docs/html/google/play/billing/
Dbilling_admin.jd528 <h5>Using auto-filled prices</h5>
543 Entering a default, tax-exclusive price. Auto-filled prices include tax.
562 <li>You want the prices for other countries auto-filled.</li>
573 <h5>Not using auto-filled prices</h5>
Dbilling_subscriptions.jd137 <li>Additional currency pricing (can be auto-filled)</li>
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dchecklist.jd119 it is filled.</li>
Dapps.jd133 expected when the text field is empty. When the field is filled, TalkBack reads the entered
/frameworks/rs/api/
Drs_matrix.spec226 of the destination is filled with elements of the identity matrix. E.g.
/frameworks/base/docs/html/training/tv/start/
Dlayouts.jd116 clip the outside edge of an app layout in order to ensure that the entire display is filled.
Dstart.jd231 <p>When a TV app launches, the system displays an animation that resembles an expanding, filled
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd132 screen {@link android.widget.GridView} filled with images on a device with 800x480 resolution would
/frameworks/rs/scriptc/
Drs_matrix.rsh229 * of the destination is filled with elements of the identity matrix. E.g.
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd112 invokable function. The <code>in</code> argument is automatically filled in based on the
173 automatically filled in based on the input {@link android.renderscript.Allocation} passed to
847 are automatically filled in based on the inputs passed to the kernel launch, one argument
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd171 replace filled images with pixel patterns. For analog watch face designs, hollow out the center
/frameworks/base/docs/html/training/auto/audio/
Dindex.jd214 icon's background gets filled in with the app's primary color.</p>
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_matrix.jd426 of the destination is filled with elements of the identity matrix. E.g.
/frameworks/base/proto/src/
Dmetrics_constants.proto1908 // package, the class name will be filled in instead (since settings

12