Home
last modified time | relevance | path

Searched defs:blockIndex (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_neighbour.c241 const neighbour_t* h264bsdNeighbour4x4BlockA(u32 blockIndex) in h264bsdNeighbour4x4BlockA()
272 const neighbour_t* h264bsdNeighbour4x4BlockB(u32 blockIndex) in h264bsdNeighbour4x4BlockB()
303 const neighbour_t* h264bsdNeighbour4x4BlockC(u32 blockIndex) in h264bsdNeighbour4x4BlockC()
334 const neighbour_t* h264bsdNeighbour4x4BlockD(u32 blockIndex) in h264bsdNeighbour4x4BlockD()
Dh264bsd_macroblock_layer.c516 u32 blockIndex; in DecodeResidual() local
708 u32 blockIndex; in DecodeResidual() local
807 u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, u8 *pTotalCoeff) in DetermineNc()
/frameworks/base/core/java/android/nfc/tech/
DMifareClassic.java290 public int blockToSector(int blockIndex) { in blockToSector()
420 public byte[] readBlock(int blockIndex) throws IOException { in readBlock()
442 public void writeBlock(int blockIndex, byte[] data) throws IOException { in writeBlock()
471 public void increment(int blockIndex, int value) throws IOException { in increment()
499 public void decrement(int blockIndex, int value) throws IOException { in decrement()
526 public void transfer(int blockIndex) throws IOException { in transfer()
548 public void restore(int blockIndex) throws IOException { in restore()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
DomxVCM4P2_QuantIntra_I.c62 OMX_INT blockIndex, in omxVCM4P2_QuantIntra_I()
DarmVCM4P2_SetPredDir.c51 OMX_INT blockIndex, in armVCM4P2_SetPredDir()
DomxVCM4P2_DecodeBlockCoef_Intra.c101 OMX_INT blockIndex, in omxVCM4P2_DecodeBlockCoef_Intra()
DomxVCM4P2_TransRecBlockCoef_intra.c129 OMX_INT blockIndex, in omxVCM4P2_TransRecBlockCoef_intra()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodeBlockCoef_Intra.c110 OMX_INT blockIndex, in omxVCM4P2_DecodeBlockCoef_Intra()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_DecodeBlockCoef_Intra.c104 OMX_INT blockIndex, in omxVCM4P2_DecodeBlockCoef_Intra()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c72 uint64_t blockIndex; member
220 uint64_t blockIndex, in FwdLockFile_CalculateCounter()
243 uint64_t blockIndex = pSession->filePos / AES_BLOCK_SIZE; in FwdLockFile_DecryptByte() local
/frameworks/base/core/java/android/text/
DDynamicLayout.java510 int blockIndex = firstBlock; in updateBlocks() local
/frameworks/base/core/java/android/widget/
DEditor.java1273 int blockIndex = blockIndices[i]; in drawHardwareAccelerated() local
1394 final int blockIndex = blockIndices[i]; in invalidateTextDisplayList() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2631 ssize_t blockIndex, uint32_t* outLastRef, in resolveAttributeReference()
3123 ssize_t ResTable::resolveReference(Res_value* value, ssize_t blockIndex, in resolveReference()