Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/av/media/libstagefright/
DSkipCutBuffer.cpp27 SkipCutBuffer::SkipCutBuffer(size_t skip, size_t cut, size_t num16BitChannels) { in SkipCutBuffer() argument
39 if (skip > INT32_MAX / frameSize || cut > INT32_MAX / frameSize in SkipCutBuffer()
40 || cut * frameSize > INT32_MAX - 4096) { in SkipCutBuffer()
42 skip, cut); in SkipCutBuffer()
46 cut *= frameSize; in SkipCutBuffer()
49 mBackPadding = cut; in SkipCutBuffer()
50 mCapacity = cut + 4096; in SkipCutBuffer()
52 ALOGV("skipcutbuffer %zu %zu %d", skip, cut, mCapacity); in SkipCutBuffer()
/frameworks/base/data/sounds/
Dgenerate-all-audio.sh44 cut -d : -f 2 |
45 cut -d \ -f 1 |
53 cut -d : -f 1 |
/frameworks/wilhelm/tools/permute/
Dpermute.c97 unsigned cut = r % slop; in split() local
99 unsigned leftLength = s->mMinSegmentLengthFrames + cut; in split()
101 unsigned rightLength = s->mMinSegmentLengthFrames + (slop - cut); in split()
/frameworks/webview/chromium/tools/
Dwebview_command_line21 adb shell "cat $CMD_LINE_FILE 2>/dev/null" | cut -d" " -f "2-"
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrView.java262 cut(0, deltax, deltay); in actionMove()
267 cut(1, deltax, deltay); in actionMove()
272 cut(2, deltax, deltay); in actionMove()
281 public void cut(int side, float fractionx, float fractiony) { in cut() method in VrView
/frameworks/av/include/media/stagefright/
DSkipCutBuffer.h35 SkipCutBuffer(size_t skip, size_t cut, size_t num16Channels);
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java463 return cut("b=", ':'); in getBandwidthTypes()
493 return cut("a=", ':'); in getAttributeNames()
549 private String[] cut(String prefix, char delimiter) { in cut() method in SimpleSessionDescription.Fields
/frameworks/rs/
Dupdate_rs_prebuilts.sh26 NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp175 unsigned cut = atoi(value); in initDecoder() local
176 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut, in initDecoder()
178 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut); in initDecoder()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java261 getActivity().getString(com.android.internal.R.string.cut)); in testToolbarAppearsAfterSelection_withFirstStringLtrAlgorithmAndRtlHint()
285 getActivity().getString(com.android.internal.R.string.cut)); in testToolbarAndInsertionHandle()
303 getActivity().getString(com.android.internal.R.string.cut)); in testToolbarAndSelectionHandle()
321 getActivity().getString(com.android.internal.R.string.cut)); in testToolbarAndSelectionHandle()
/frameworks/base/tools/orientationplot/
DREADME.txt42 1. Ensure the filtering is not too aggressive. If the filter cut-off frequency is
/frameworks/base/docs/html/distribute/essentials/quality/
Dwear.jd275 the physical display area and no text or controls are cut off by the screen edges.
290 area and no text or controls are cut off by the screen edges.
Dtv.jd192 App does not display any text or functionality that is partially cut off by the
Dcore.jd673 <li>No cut-off letters or words are visible.
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd94 … <li>If your content is searchable, include the Search action in the action bar so people can cut
189 typically dictated by the structure of your app's content, there are several ways you can cut down
Dhelp.jd110 … if you have a large amount of content, divide it into multiple screens to cut down on scrolling.<…
/frameworks/base/docs/html/
Dlicense.jd58 you could quote the text in a book, cut-and-paste sections to your blog, record
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtext.jd36 (cut, copy, paste) and data look-up via auto-completion.</p>
/frameworks/base/docs/html/training/basics/network-ops/
Dmanaging.jd265 // It's best practice to unregister listeners when your app isn't using them to cut down on
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd981 an {@link android.accessibilityservice.AccessibilityService} to select, cut, copy, and paste
984 <p>To specify the selection of text to cut or copy, your accessibility service can use the new
994 <p>You can then cut or copy with {@link android.view.accessibility.AccessibilityNodeInfo#ACTION_CUT…
Dandroid-3.0.jd669 <li>{@link android.widget.TextView} now supports keyboard-based cut, copy, paste, and select-all,
Djelly-bean.jd390 <strong>jump-cut</strong>, <strong>cross-fade</strong>, or
/frameworks/base/core/java/android/widget/
DEditor.java2536 com.android.internal.R.string.cut) in onCreateContextMenu()
3719 com.android.internal.R.string.cut). in populateMenuWithItems()
DTextView.java9324 static final int ID_CUT = android.R.id.cut;
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java173 private static final int ID_CUT = android.R.id.cut;

12