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

/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp27 SkipCutBuffer::SkipCutBuffer(int32_t skip, int32_t cut) { argument
29 mBackPadding = cut;
32 mCapacity = cut + 4096;
34 ALOGV("skipcutbuffer %d %d %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/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp166 unsigned cut = atoi(value); local
167 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut,
169 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut);

Completed in 172 milliseconds