Searched defs:cut (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp27 SkipCutBuffer::SkipCutBuffer(size_t skip, size_t cut, size_t num16BitChannels) { argument
39 if (skip > INT32_MAX / frameSize || cut > INT32_MAX / frameSize
40 || cut * frameSize > INT32_MAX - 4096) {
41 ALOGW("out of range skip/cut: %zu/%zu, using passthrough instead",
42 skip, cut);
46 cut *= frameSize;
49 mBackPadding = cut;
50 mCapacity = cut + 4096;
52 ALOGV("skipcutbuffer %zu %zu %d", skip, cut, mCapacity);
/frameworks/wilhelm/tools/permute/
H A Dpermute.c95 // choose a random cut point within the slop region
97 unsigned cut = r % slop; local
99 unsigned leftLength = s->mMinSegmentLengthFrames + cut;
101 unsigned rightLength = s->mMinSegmentLengthFrames + (slop - cut);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java463 return cut("b=", ':');
493 return cut("a=", ':');
549 private String[] cut(String prefix, char delimiter) { method in class:SimpleSessionDescription.Fields
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java261 cut(0, deltax, deltay);
266 cut(1, deltax, deltay);
271 cut(2, deltax, deltay);
280 public void cut(int side, float fractionx, float fractiony) { method in class:VrView
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp176 unsigned cut = atoi(value); local
177 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut,
179 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 212 milliseconds