Searched refs:offs (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1535 ssize_t offs = 0; in minOffset() local 1537 offs += colInc * (ssize_t)(width - 1); in minOffset() 1540 offs += rowInc * (ssize_t)(height - 1); in minOffset() 1542 return offs; in minOffset() 1546 ssize_t offs = (allocatedDepth + 7) >> 3; in maxOffset() local 1548 offs += colInc * (ssize_t)(width - 1); in maxOffset() 1551 offs += rowInc * (ssize_t)(height - 1); in maxOffset() 1553 return offs; in maxOffset()
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 832 size_t offs = GetBaseOffset( in querySupportedValues() local 835 if (~offs == 0) { in querySupportedValues() 840 offs += sizeof(C2Param); in querySupportedValues() 842 << StringPrintf("@%02zx+%02x", offs, _C2ParamInspector::GetSize(query.field())); in querySupportedValues() 844 param->findField(offs, _C2ParamInspector::GetSize(query.field())); in querySupportedValues()
|
/frameworks/base/media/java/android/media/audiofx/ |
D | AudioEffect.java | 1505 int offs = 0; in concatArrays() local 1507 System.arraycopy(a, 0, b, offs, a.length); in concatArrays() 1508 offs += a.length; in concatArrays()
|
/frameworks/av/media/codec2/vndk/include/util/ |
D | C2InterfaceHelper.h | 397 size_t offs = (uintptr_t)&field - (uintptr_t)&get(); 403 _mReflector, T::CORE_INDEX, offs - sizeof(C2Param));
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 596 float offs = offs100 * 0.01f; in drawModels() local 597 GLfixed fixedOffs = (GLfixed)(offs * 65536); in drawModels()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 972 int offs = Math.min(bottomOverlap, distanceToTop); in computeFrameLw() local 973 mWindowFrames.mContainingFrame.top -= offs; in computeFrameLw()
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 1917 * <p>Provides guidance to the runtime when trade-offs are possible. By default the runtime
|