Home
last modified time | relevance | path

Searched refs:_pEndCharOffsetVec (Results 1 – 3 of 3) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dtextsamplemodifiers.cpp144 _pEndCharOffsetVec = NULL; in TextKaraokeBox()
171 PV_MP4_FF_ARRAY_NEW(NULL, uint16, (_entryCount), _pEndCharOffsetVec); in TextKaraokeBox()
198 _pEndCharOffsetVec[i] = endOffset; in TextKaraokeBox()
223 if (_pEndCharOffsetVec != NULL) in ~TextKaraokeBox()
225 PV_MP4_ARRAY_DELETE(NULL, _pEndCharOffsetVec); in ~TextKaraokeBox()
/external/opencore/fileformats/mp4/parser/include/
Dtextsamplemodifiers.h126 return (_pEndCharOffsetVec); in getEndCharOffsetVec()
135 uint16 *_pEndCharOffsetVec; variable
/external/opencore/fileformats/mp4/composer/include/
Dtextsamplemodifiers.h154 uint16 *_pEndCharOffsetVec; variable