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

  /external/opencore/fileformats/rawgsmamr/parser/src/
amrfileparser.cpp 613 OSCL_TRY(error, iRPTable.push_back(filePos));
653 OSCL_TRY(error, iRPTable.push_back(filePos));
945 if (iAMRDuration != 0 && iRPTable.size() == 0)
955 else if (iRPTable.size() > 0)
958 if (tblIdx >= iRPTable.size())
962 tblIdx = ((int32)iRPTable.size()) - 2;
964 newPosition = iRPTable[tblIdx];
1031 if (iAMRDuration != 0 && iRPTable.size() <= 0)
1036 else if (iRPTable.size() > 0)
1038 if (startframenum >= iRPTable.size()
    [all...]
  /external/opencore/fileformats/rawaac/parser/src/
aacfileparser.cpp     [all...]
  /external/opencore/fileformats/rawgsmamr/parser/include/
amrfileparser.h 455 Oscl_Vector<int32, alloc_type> iRPTable; // table containing sync indexes for repositioning
  /external/opencore/fileformats/rawaac/parser/include/
aacfileparser.h 637 Oscl_Vector<int32, alloc_type> iRPTable;

Completed in 179 milliseconds