Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/
DSkipCutBuffer.cpp27 SkipCutBuffer::SkipCutBuffer(int32_t skip, int32_t cut) { in SkipCutBuffer() argument
29 if (skip < 0 || cut < 0 || cut > 64 * 1024) { in SkipCutBuffer()
30 ALOGW("out of range skip/cut: %d/%d, using passthrough instead", skip, cut); in SkipCutBuffer()
32 cut = 0; in SkipCutBuffer()
36 mBackPadding = cut; in SkipCutBuffer()
39 mCapacity = cut + 4096; in SkipCutBuffer()
41 ALOGV("skipcutbuffer %d %d %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/webview/chromium/tools/
Dwebview_command_line21 adb shell "cat $CMD_LINE_FILE 2>/dev/null" | cut -d" " -f "2-"
/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/av/include/media/stagefright/
DSkipCutBuffer.h34 SkipCutBuffer(int32_t skip, int32_t cut);
/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/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.cpp166 unsigned cut = atoi(value); in initDecoder() local
167 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut, in initDecoder()
169 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut); in initDecoder()
/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.jd180 App does not display any text or functionality that is partially cut off by the
Dcore.jd656 <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.jd56 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,
/frameworks/base/docs/html/tools/help/
Dshell.jd790 recording, some of the screen is cut off in the recording.</li>
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java173 private static final int ID_CUT = android.R.id.cut;
/frameworks/base/core/java/android/widget/
DEditor.java3175 com.android.internal.R.string.cut). in populateMenuWithItems()
DTextView.java9136 static final int ID_CUT = android.R.id.cut;
/frameworks/base/docs/html/tools/sdk/
Declipse-adt.jd1243 <li>Fixed compatibility issues with Eclipse 4.x (Juno), including cut/copy/paste

12