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

  /external/opencore/fileformats/avi/parser/include/
pv_avifile_indx.h 32 class PVAviFileIdxChunk: public PVAviFileParserStatus
38 PVAviFileIdxChunk(PVFile* aFp, uint32 aIndxSize, uint32 aNumStreams);
41 ~PVAviFileIdxChunk() { };
pv_avifile_parser.h 240 PVAviFileIdxChunk* ipIdxChunk;
pv_avifile_typedefs.h 151 class PVAviFileIdxChunk;
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_indx.cpp 20 PVAviFileIdxChunk::PVAviFileIdxChunk(PVFile* aFp, uint32 aIndxSize, uint32 aNumStreams)
pv_avifile_parser.cpp 244 ipIdxChunk = OSCL_NEW(PVAviFileIdxChunk, (ipFilePtr, iIndxChunkSize, numStreams));

Completed in 531 milliseconds