Searched refs:M4AMRR_NUM_SEEK_ENTRIES (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4AMRR_CoreReader.c56 #define M4AMRR_NUM_SEEK_ENTRIES 40 macro
613 (M4OSA_UInt32*)M4OSA_32bitAlignedMalloc(M4AMRR_NUM_SEEK_ENTRIES * sizeof(M4OSA_UInt32),
645 (M4OSA_UInt32)(duration_double / M4AMRR_NUM_SEEK_ENTRIES) ;
651 while(count < M4AMRR_NUM_SEEK_ENTRIES )
722 position=(position >= M4AMRR_NUM_SEEK_ENTRIES)?M4AMRR_NUM_SEEK_ENTRIES-1:position;

Completed in 50 milliseconds