HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_STSZ (Results 1 - 3 of 3) sorted by null

  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Types.h 214 /* So sampleSize should be tested to know weither or not there is a TABLE_STSZ. */
215 M4OSA_UInt32* TABLE_STSZ; /* table size is 4K*/
255 M4OSA_UInt16* TABLE_STSZ; /* table size is 2K*/
257 M4OSA_UInt32* TABLE_STSZ; /* table size is 4K*/
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Utils.c 190 if (mMp4FileDataPtr->audioTrackPtr->TABLE_STSZ != M4OSA_NULL)
192 free(mMp4FileDataPtr->audioTrackPtr->TABLE_STSZ);
255 if (M4OSA_NULL != mMp4FileDataPtr->videoTrackPtr->TABLE_STSZ)
257 free(mMp4FileDataPtr->videoTrackPtr->TABLE_STSZ);
M4MP4W_Writer.c 671 mMp4FileDataPtr->audioTrackPtr->TABLE_STSZ = M4OSA_NULL;
757 mMp4FileDataPtr->audioTrackPtr->TABLE_STSZ = M4OSA_NULL;
898 mMp4FileDataPtr->videoTrackPtr->TABLE_STSZ = M4OSA_NULL;
    [all...]

Completed in 129 milliseconds