Home
last modified time | relevance | path

Searched refs:aOffset (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codecs/amrnb/enc/src/
Dpre_big.cpp174 Word16 aOffset; in pre_big() local
188 aOffset = 2 * MP1; in pre_big()
192 aOffset = 0; in pre_big()
198 Weight_Ai(&A_t[aOffset], g1, Ap1); in pre_big()
199 Weight_Ai(&A_t[aOffset], gamma2, Ap2); in pre_big()
204 aOffset = add(aOffset, MP1, pOverflow); in pre_big()
/frameworks/av/media/libstagefright/
DMediaAppender.cpp192 int64_t aOffset, bOffset; in init() local
193 a.meta->findInt64(kKeySampleFileOffset, &aOffset); in init()
195 return aOffset < bOffset; in init()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp557 size_t aOffset; in hwcTestColor2Pixel() member
591 - (attrib->aOffset + attrib->aSize))); in hwcTestColor2Pixel()