Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 25 of 30) 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()
647 ssize_t filled = rear - newFront; in obtainBuffer() local
648 if (filled >= (ssize_t)overflowBit) { in obtainBuffer()
652 ALOGV("flush wrap: filled %zx >= overflowBit %zx", filled, overflowBit); in obtainBuffer()
654 filled -= overflowBit; in obtainBuffer()
657 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in obtainBuffer()
[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.cpp6662 const ssize_t filled = rear - front; in sync() local
6666 if (filled < 0) { in sync()
6671 } else if ((size_t) filled <= recordThread->mRsmpInFrames) { in sync()
6672 framesIn = (size_t) filled; in sync()
6700 ssize_t filled = rear - front; in getNextBuffer() local
6703 LOG_ALWAYS_FATAL_IF(!(0 <= filled && (size_t) filled <= recordThread->mRsmpInFrames)); in getNextBuffer()
6707 if (part1 > (size_t) filled) { in getNextBuffer()
6708 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/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/base/docs/html/guide/topics/renderscript/
Dcompute.jd88 automatically filled in based on the input {@link android.renderscript.Allocation} passed to the
/frameworks/rs/scriptc/
Drs_matrix.rsh229 * of the destination is filled with elements of the identity matrix. E.g.
/frameworks/base/docs/html/ndk/guides/audio/
Dopensl-prog-notes.jd233 (for an AudioPlayer), processing the just-filled input buffer and enqueueing the next
Dopensl-for-android.jd1026 buffer queue callback fires after each buffer is filled. The callback handler processes
1101 The application should initially enqueue a set of filled buffers in the Android buffer queue.
/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/google/play/billing/
Dbilling_subscriptions.jd137 <li>Additional currency pricing (can be auto-filled)</li>
/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/ndk/reference/
Dgroup___configuration.jd603 <p>Return the current country code set in the configuration. The output will be filled with an arra…
681 <p>Return the current language code set in the configuration. The output will be filled with an arr…

12