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

/frameworks/rs/cpp/
H A DScriptC.cpp23 const void *codeTxt, size_t codeLength,
28 rs->mCacheDir.c_str(), rs->mCacheDir.length(), (const char *)codeTxt, codeLength);
22 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.h1390 const void *codeTxt, size_t codeLength,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c233 * [in] codeLength Length of the code word valid range 1...32
251 OMX_INT codeLength
261 armRetArgErrIf(codeLength < 1, OMX_Sts_BadArgErr);
262 armRetArgErrIf(codeLength > 32, OMX_Sts_BadArgErr);
265 codeWord = codeWord << (32-codeLength);
270 while (8-Offset <= codeLength)
274 codeLength = codeLength - (8-Offset);
282 *pOffset = Offset + codeLength;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c233 * [in] codeLength Length of the code word valid range 1...32
251 OMX_INT codeLength
261 armRetArgErrIf(codeLength < 1, OMX_Sts_BadArgErr);
262 armRetArgErrIf(codeLength > 32, OMX_Sts_BadArgErr);
265 codeWord = codeWord << (32-codeLength);
270 while (8-Offset <= codeLength)
274 codeLength = codeLength - (8-Offset);
282 *pOffset = Offset + codeLength;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c233 * [in] codeLength Length of the code word valid range 1...32
251 OMX_INT codeLength
261 armRetArgErrIf(codeLength < 1, OMX_Sts_BadArgErr);
262 armRetArgErrIf(codeLength > 32, OMX_Sts_BadArgErr);
265 codeWord = codeWord << (32-codeLength);
270 while (8-Offset <= codeLength)
274 codeLength = codeLength - (8-Offset);
282 *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.h150 * [in] codeLength Length of the code word valid range 1...32
168 OMX_INT codeLength
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_Bitstream.h150 * [in] codeLength Length of the code word valid range 1...32
168 OMX_INT codeLength
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM_Bitstream.h150 * [in] codeLength Length of the code word valid range 1...32
168 OMX_INT codeLength

Completed in 430 milliseconds