/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
H A D | h264bsd_neighbour.h | 72 const neighbour_t* h264bsdNeighbour4x4BlockA(u32 blockIndex); 73 const neighbour_t* h264bsdNeighbour4x4BlockB(u32 blockIndex); 74 const neighbour_t* h264bsdNeighbour4x4BlockC(u32 blockIndex); 75 const neighbour_t* h264bsdNeighbour4x4BlockD(u32 blockIndex);
|
H A D | h264bsd_neighbour.c | 232 blockIndex indicates the block whose neighbours are wanted 241 const neighbour_t* h264bsdNeighbour4x4BlockA(u32 blockIndex) argument 248 ASSERT(blockIndex < 24); 250 return(N_A_4x4B+blockIndex); 263 blockIndex indicates the block whose neighbours are wanted 272 const neighbour_t* h264bsdNeighbour4x4BlockB(u32 blockIndex) argument 279 ASSERT(blockIndex < 24); 281 return(N_B_4x4B+blockIndex); 294 blockIndex indicates the block whose neighbours are wanted 303 const neighbour_t* h264bsdNeighbour4x4BlockC(u32 blockIndex) argument 334 h264bsdNeighbour4x4BlockD(u32 blockIndex) argument [all...] |
H A D | h264bsd_macroblock_layer.c | 93 static u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, u8 *pTotalCoeff); 95 static u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, i16 *pTotalCoeff); 516 u32 blockIndex; local 558 for (i = 4, blockIndex = 0; i--;) 565 for (j = 4; j--; blockIndex++) 567 nc = (OMX_INT)DetermineNc(pMb,blockIndex,pResidual->totalCoeff); 574 &pResidual->totalCoeff[blockIndex], 582 &pResidual->totalCoeff[blockIndex], 594 &pResidual->totalCoeff[blockIndex], 602 &pResidual->totalCoeff[blockIndex], 708 u32 blockIndex; local 807 DetermineNc(mbStorage_t *pMb, u32 blockIndex, u8 *pTotalCoeff) argument [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
H A D | omxVCM4P2_QuantIntra_I.c | 34 * blockIndex - block index indicating the component type and position, 54 * - blockIndex < 0 or blockIndex >= 10 62 OMX_INT blockIndex, 74 armRetArgErrIf(((blockIndex < 0) || (blockIndex >= 10)), OMX_Sts_BadArgErr); 97 if ((blockIndex < 4) || (blockIndex > 5)) 116 else if (blockIndex < 6) 59 omxVCM4P2_QuantIntra_I( OMX_S16 * pSrcDst, OMX_U8 QP, OMX_INT blockIndex, OMX_INT shortVideoHeader ) argument
|
H A D | armVCM4P2_SetPredDir.c | 32 * [in] blockIndex block index indicating the component type and 51 OMX_INT blockIndex, 63 if (blockIndex == 3) 50 armVCM4P2_SetPredDir( OMX_INT blockIndex, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_INT *predDir, OMX_INT *predQP, const OMX_U8 *pQpBuf ) argument
|
H A D | omxVCM4P2_TransRecBlockCoef_intra.c | 60 * blockIndex - block index indicating the component type and position, as 109 * - blockIndex < 0 or blockIndex >= 10; 129 OMX_INT blockIndex, 168 armRetArgErrIf((blockIndex < 0) || (blockIndex > 9), OMX_Sts_BadArgErr); 174 if (blockIndex <= 3) 195 blockIndex, 211 blockIndex, 121 omxVCM4P2_TransRecBlockCoef_intra( const OMX_U8 *pSrc, OMX_S16 * pDst, OMX_U8 * pRec, OMX_S16 *pPredBufRow, OMX_S16 *pPredBufCol, OMX_S16 * pPreACPredict, OMX_INT *pSumErr, OMX_INT blockIndex, OMX_U8 curQp, const OMX_U8 *pQpBuf, OMX_INT srcStep, OMX_INT dstStep, OMX_INT shortVideoHeader ) argument
|
H A D | omxVCM4P2_DecodeBlockCoef_Intra.c | 51 * blockIndex - block index indicating the component type and position as 85 * - blockIndex exceeds [0,5] 101 OMX_INT blockIndex, 125 armRetArgErrIf((blockIndex < 0) || (blockIndex > 5), OMX_Sts_BadArgErr); 135 blockIndex, 152 if (blockIndex <= 3) 92 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
|
/frameworks/base/core/java/android/nfc/tech/ |
H A D | MifareClassic.java | 287 * @param blockIndex index of block to lookup, starting from 0 290 public int blockToSector(int blockIndex) { argument 291 validateBlock(blockIndex); 293 if (blockIndex < 32 * 4) { 294 return blockIndex / 4; 296 return 32 + (blockIndex - 32 * 4) / 16; 415 * @param blockIndex index of block to read, starting from 0 420 public byte[] readBlock(int blockIndex) throws IOException { argument 421 validateBlock(blockIndex); 424 byte[] cmd = { 0x30, (byte) blockIndex }; 442 writeBlock(int blockIndex, byte[] data) argument 471 increment(int blockIndex, int value) argument 499 decrement(int blockIndex, int value) argument 526 transfer(int blockIndex) argument 548 restore(int blockIndex) argument [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
H A D | omxVCM4P2_DecodeBlockCoef_Intra.c | 56 * [in] blockIndex block index indicating the component type and 87 * blockIndex exceeds [0,9], step is not the multiple of 8, intraDCVLC is zero while 88 * blockIndex greater than 5. 104 OMX_INT blockIndex, 124 blockIndex, 140 if (blockIndex <= 3) 95 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
|
H A D | armVCM4P2_SetPredDir_s.s | 22 ; * [in] blockIndex block index indicating the component type and
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
H A D | omxVCM4P2_DecodeBlockCoef_Intra.c | 62 * [in] blockIndex block index indicating the component type and 93 * blockIndex exceeds [0,9], step is not the multiple of 8, intraDCVLC is zero while 94 * blockIndex greater than 5. 110 OMX_INT blockIndex, 130 blockIndex, 146 if (blockIndex <= 3) 101 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
|
H A D | armVCM4P2_SetPredDir_s.s | 22 ; * [in] blockIndex block index indicating the component type and
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
H A D | FwdLockFile.c | 72 uint64_t blockIndex; member in struct:FwdLockFile_Session 219 * @param[in] blockIndex The index number of the block. 223 uint64_t blockIndex, 227 for (; i < sizeof blockIndex; ++i) { 228 unsigned char part = pNonce[i] + (unsigned char)(blockIndex >> (i * CHAR_BIT)); 246 uint64_t blockIndex = pSession->filePos / AES_BLOCK_SIZE; local 248 if (blockIndex != pSession->blockIndex) { 251 FwdLockFile_CalculateCounter(pSession->pEncryptedSessionKey, blockIndex, counter); 253 pSession->blockIndex 222 FwdLockFile_CalculateCounter(const unsigned char *pNonce, uint64_t blockIndex, unsigned char *pCounter) argument [all...] |
/frameworks/base/core/java/android/text/ |
H A D | DynamicLayout.java | 514 int blockIndex = firstBlock; 516 mBlockEndLines[blockIndex] = startLine - 1; 517 mBlockIndices[blockIndex] = INVALID_BLOCK_INDEX; 518 blockIndex++; 522 mBlockEndLines[blockIndex] = startLine + newLineCount - 1; 523 mBlockIndices[blockIndex] = INVALID_BLOCK_INDEX; 524 blockIndex++; 528 mBlockEndLines[blockIndex] = lastBlockEndLine + deltaLines; 529 mBlockIndices[blockIndex] = INVALID_BLOCK_INDEX;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
H A D | omxVC.h | 1179 * blockIndex - block index indicating the component type and position, 1199 * - blockIndex < 0 or blockIndex >= 10 1206 OMX_INT blockIndex, 1287 * blockIndex - block index indicating the component type and position, as 1336 * - blockIndex < 0 or blockIndex >= 10; 1355 OMX_INT blockIndex, 2001 * blockIndex - block index indicating the component type and position as 2035 * - blockIndex exceed [all...] |
H A D | armVC.h | 144 * [in] blockIndex block index indicating the component type and 163 OMX_INT blockIndex,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
H A D | omxVC.h | 1179 * blockIndex - block index indicating the component type and position, 1199 * - blockIndex < 0 or blockIndex >= 10 1206 OMX_INT blockIndex, 1287 * blockIndex - block index indicating the component type and position, as 1336 * - blockIndex < 0 or blockIndex >= 10; 1355 OMX_INT blockIndex, 2001 * blockIndex - block index indicating the component type and position as 2035 * - blockIndex exceed [all...] |
H A D | armVC.h | 144 * [in] blockIndex block index indicating the component type and 163 OMX_INT blockIndex,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
H A D | omxVC.h | 1179 * blockIndex - block index indicating the component type and position, 1199 * - blockIndex < 0 or blockIndex >= 10 1206 OMX_INT blockIndex, 1287 * blockIndex - block index indicating the component type and position, as 1336 * - blockIndex < 0 or blockIndex >= 10; 1355 OMX_INT blockIndex, 2001 * blockIndex - block index indicating the component type and position as 2035 * - blockIndex exceed [all...] |
H A D | armVC.h | 144 * [in] blockIndex block index indicating the component type and 163 OMX_INT blockIndex,
|
/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 1347 int blockIndex = blockIndices[i]; 1349 final boolean blockIsInvalid = blockIndex == DynamicLayout.INVALID_BLOCK_INDEX; 1351 blockIndex = getAvailableDisplayListIndex(blockIndices, numberOfBlocks, 1354 blockIndices[i] = blockIndex; 1355 searchStartIndex = blockIndex + 1; 1358 if (mTextDisplayLists[blockIndex] == null) { 1359 mTextDisplayLists[blockIndex] = 1360 new TextDisplayList("Text " + blockIndex); 1363 final boolean blockDisplayListIsInvalid = mTextDisplayLists[blockIndex].needsRecord(); 1364 RenderNode blockDisplayList = mTextDisplayLists[blockIndex] [all...] |
/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 3233 ssize_t blockIndex, uint32_t* outLastRef, 3239 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags); 3240 TABLE_THEME(ALOGI("Resolving attr reference: blockIndex=%d, type=0x%x, data=%p\n", 3241 (int)blockIndex, (int)inOutValue->dataType, (void*)inOutValue->data)); 3244 if (blockIndex < 0) { 3245 return blockIndex; 3248 return mTable.resolveReference(inOutValue, blockIndex, outLastRef, 3698 ssize_t ResTable::resolveReference(Res_value* value, ssize_t blockIndex, argument 3703 while (blockIndex >= 0 && value->dataType == Res_value::TYPE_REFERENCE 3721 return blockIndex; 3232 resolveAttributeReference(Res_value* inOutValue, ssize_t blockIndex, uint32_t* outLastRef, uint32_t* inoutTypeSpecFlags, ResTable_config* inoutConfig) const argument [all...] |
/frameworks/base/include/androidfw/ |
H A D | ResourceTypes.h | 1552 ssize_t blockIndex, 1628 ssize_t blockIndex, uint32_t* outLastRef = NULL,
|