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

  /frameworks/av/media/extractors/amr/
AMRExtractor.h 30 #define OFFSET_TABLE_LEN 300
52 off64_t mOffsetTable[OFFSET_TABLE_LEN]; //5 min
AMRExtractor.cpp 62 off64_t mOffsetTable[OFFSET_TABLE_LEN];
175 if ((numFrames % 50 == 0) && (numFrames / 50 < OFFSET_TABLE_LEN)) {
242 if (mOffsetTableLength > 0 && mOffsetTableLength <= OFFSET_TABLE_LEN) {

Completed in 157 milliseconds