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

  /external/opencore/fileformats/avi/parser/include/
pv_avifile.h 74 GetNextMediaSample(uint32& aStreamNo, uint8* aBuffer, uint32& arSize,
pv_avifile_parser.h 59 GetNextMediaSample(uint32& arStreamNo, uint8* aBuffer, uint32& arSize,
  /external/opencore/fileformats/mp3/parser/include/
imp3ff.h 228 OSCL_IMPORT_REF MP3ErrorType GetNextMediaSample(uint8 *buf, uint32 size, uint32& framesize, uint32& timestamp);
mp3parser.h 257 MP3ErrorType GetNextMediaSample(uint8 *buf, uint32 bufsize, uint32& framesize, uint32& timestamp);
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_parser.cpp 302 PVAviFileParser::GetNextMediaSample(uint32& arStreamNo, uint8* aBuffer,
307 PVAVIFILE_LOGERROR((0, "PVAviFileParser::GetNextMediaSample: Wrong offset"));
325 PVAVIFILE_LOGERROR((0, "PVAviFileParser::GetNextMediaSample: Wrong offset"));
335 PVAVIFILE_LOGERROR((0, "PVAviFileParser::GetNextMediaSample: Read Error"));
342 PVAVIFILE_LOGERROR((0, "PVAviFileParser::GetNextMediaSample: Wrong Stream No"));
353 PVAVIFILE_LOGERROR((0, "PVAviFileParser::GetNextMediaSample: File Read Error"));
361 PVAVIFILE_LOGERROR((0, "PVAviFileParser::GetNextMediaSample: Insufficient Buffer Size"));
369 PVAVIFILE_LOGERROR((0, "PVAviFileParser::GetNextMediaSample: File Read Error"));
379 PVAVIFILE_LOGINFO((0, "PVAviFileParser::GetNextMediaSample: EOF Reached"));
474 PVAVIFILE_LOGERROR((0, "PVAviFileParser::GetNextMediaSample: File Read Error"))
    [all...]
  /external/opencore/fileformats/mp3/parser/src/
imp3ff.cpp 316 OSCL_EXPORT_REF MP3ErrorType IMpeg3File::GetNextMediaSample(uint8 *buf, uint32 size, uint32& framesize, uint32& timestamp)
320 return (pMP3Parser->GetNextMediaSample(buf, size, framesize, timestamp));
    [all...]
mp3parser.cpp     [all...]

Completed in 1417 milliseconds