Searched refs:codeLength (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/cpp/
H A DScriptC.cpp24 const void *codeTxt, size_t codeLength,
29 rs->mCacheDir, rs->mCacheDirLen, (const char *)codeTxt, codeLength);
23 ScriptC(sp<RS> rs, const void *codeTxt, size_t codeLength, const char *cachedName, size_t cachedNameLength, const char *cacheDir, size_t cacheDirLength) argument
H A DrsCppStructs.h1762 const void *codeTxt, size_t codeLength,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c248 * [in] codeLength Length of the code word valid range 1...32
266 OMX_INT codeLength
276 armRetArgErrIf(codeLength < 1, OMX_Sts_BadArgErr);
277 armRetArgErrIf(codeLength > 32, OMX_Sts_BadArgErr);
280 codeWord = codeWord << (32-codeLength);
285 while (8-Offset <= codeLength)
289 codeLength = codeLength - (8-Offset);
297 *pOffset = Offset + codeLength;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c248 * [in] codeLength Length of the code word valid range 1...32
266 OMX_INT codeLength
276 armRetArgErrIf(codeLength < 1, OMX_Sts_BadArgErr);
277 armRetArgErrIf(codeLength > 32, OMX_Sts_BadArgErr);
280 codeWord = codeWord << (32-codeLength);
285 while (8-Offset <= codeLength)
289 codeLength = codeLength - (8-Offset);
297 *pOffset = Offset + codeLength;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c248 * [in] codeLength Length of the code word valid range 1...32
266 OMX_INT codeLength
276 armRetArgErrIf(codeLength < 1, OMX_Sts_BadArgErr);
277 armRetArgErrIf(codeLength > 32, OMX_Sts_BadArgErr);
280 codeWord = codeWord << (32-codeLength);
285 while (8-Offset <= codeLength)
289 codeLength = codeLength - (8-Offset);
297 *pOffset = Offset + codeLength;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c499 UWord16 codeWord, codeLength; local
514 codeLength = HI_LTAB(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
515 WriteBits(hBitstream, codeWord, codeLength);
526 codeLength = LO_LTAB(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
527 WriteBits(hBitstream,codeWord,codeLength);
580 codeLength = HI_LTAB(huff_ltab3_4[t0][t1][t2][t3]);
581 WriteBits(hBitstream,codeWord,codeLength);
634 codeLength = LO_LTAB(huff_ltab3_4[t0][t1][t2][t3]);
635 WriteBits(hBitstream,codeWord,codeLength);
645 codeLength
875 Word16 codeLength; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_Bitstream.h165 * [in] codeLength Length of the code word valid range 1...32
183 OMX_INT codeLength
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_Bitstream.h165 * [in] codeLength Length of the code word valid range 1...32
183 OMX_INT codeLength
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM_Bitstream.h165 * [in] codeLength Length of the code word valid range 1...32
183 OMX_INT codeLength

Completed in 676 milliseconds