Searched refs:ByteOffset (Results 1 – 15 of 15) sorted by relevance
/external/opencore/codecs_v2/omx/omx_amr/src/ |
D | amr_decode_frame.cpp | 285 OMX_S32 ByteOffset, ii; in AmrDecodeFrame() local 350 ByteOffset = iAudioAmrDecoder->ExecuteL(iCodecExternals); in AmrDecodeFrame() 352 if (PV_GSMAMR_DECODE_STATUS_ERR == ByteOffset) in AmrDecodeFrame() 400 ByteOffset = iAudioAmrDecoder->ExecuteL(iCodecExternals); in AmrDecodeFrame() 402 if (PV_GSMAMR_DECODE_STATUS_ERR == ByteOffset) in AmrDecodeFrame() 407 if (ByteOffset <= (OMX_S32)*aInBufSize) in AmrDecodeFrame() 409 *aInBufSize -= ByteOffset; in AmrDecodeFrame() 410 *aInBuffer += ByteOffset; in AmrDecodeFrame() 498 ByteOffset = iAudioAmrDecoder->ExecuteL(iCodecExternals); in AmrDecodeFrame() 500 if (PV_GSMAMR_DECODE_STATUS_ERR == ByteOffset) in AmrDecodeFrame() [all …]
|
/external/icu4c/layout/ |
D | StateTables.h | 23 ByteOffset classTableOffset; 24 ByteOffset stateArrayOffset; 25 ByteOffset entryTableOffset; 59 ByteOffset newStateOffset;
|
D | LigatureSubstProc.h | 32 …virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTable… 57 ByteOffset ligatureActionTableOffset; 58 ByteOffset componentTableOffset; 59 ByteOffset ligatureTableOffset;
|
D | StateTableProcessor.h | 31 …virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTable… 42 ByteOffset classTableOffset; 43 ByteOffset stateArrayOffset; 44 ByteOffset entryTableOffset;
|
D | LigatureSubstitution.h | 25 ByteOffset ligatureActionTableOffset; 26 ByteOffset componentTableOffset; 27 ByteOffset ligatureTableOffset;
|
D | ContextualGlyphInsertion.h | 41 ByteOffset currentInsertionListOffset; 42 ByteOffset markedInsertionListOffset;
|
D | LigatureSubstProc.cpp | 45 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 … in processStateEntry() 48 ByteOffset newState = SWAPW(entry->newStateOffset); in processStateEntry() 59 ByteOffset actionOffset = flags & lsfActionOffsetMask; in processStateEntry()
|
D | ContextualGlyphSubstProc.h | 30 …virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTable… 55 ByteOffset substitutionTableOffset;
|
D | ContextualGlyphSubstProc.cpp | 39 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le… in processStateEntry() 42 ByteOffset newState = SWAPW(entry->newStateOffset); in processStateEntry()
|
D | LayoutTables.h | 21 typedef le_int16 ByteOffset; typedef
|
D | ContextualGlyphSubstitution.h | 24 ByteOffset substitutionTableOffset;
|
D | IndicRearrangementProcessor.h | 30 …virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTable…
|
D | StateTableProcessor.cpp | 45 ByteOffset currentState = stateArrayOffset; in process()
|
D | IndicRearrangementProcessor.cpp | 38 ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &c… in processStateEntry() 41 ByteOffset newState = SWAPW(entry->newStateOffset); in processStateEntry()
|
/external/e2fsprogs/lib/ext2fs/ |
D | nt_io.c | 90 IN PLARGE_INTEGER ByteOffset OPTIONAL, 105 IN PLARGE_INTEGER ByteOffset OPTIONAL,
|