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

  /external/opencore/fileformats/mp4/composer/include/
a_isucceedfail.h 42 } MP4_ERROR_CODE;
  /external/opencore/fileformats/mp4/parser/include/
impeg4file.h 99 virtual MP4_ERROR_CODE getKeyMediaSampleNumAt(uint32 aTrackId,
302 * @return MP4_ERROR_CODE - EVERYTHING_FINE, if a conclusion is reached
308 OSCL_IMPORT_REF static MP4_ERROR_CODE IsProgressiveDownloadable(Oscl_File* filePtr,
326 * @return MP4_ERROR_CODE - EVERYTHING_FINE, if a conclusion is reached
332 OSCL_IMPORT_REF static MP4_ERROR_CODE GetMetaDataSize(PVMFCPMPluginAccessInterfaceFactory* aCPMAccessFactory,
356 MP4_ERROR_CODE virtual getMaxTrackTimeStamp(uint32 trackID,
374 * @return MP4_ERROR_CODE
382 virtual MP4_ERROR_CODE getSampleNumberClosestToTimeStamp(uint32 trackID,
406 virtual MP4_ERROR_CODE RequestReadCapacityNotification(PvmiDataStreamObserver& aObserver,
413 virtual MP4_ERROR_CODE CancelNotificationSync() = 0
    [all...]
isucceedfail.h 199 } MP4_ERROR_CODE;
mediaatom.h 163 MP4_ERROR_CODE getKeyMediaSampleNumAt(uint32 aKeySampleNum,
655 MP4_ERROR_CODE getMaxTrackTimeStamp(uint32 fileSize, uint32& timeStamp)
667 MP4_ERROR_CODE getSampleNumberClosestToTimeStamp(uint32 &sampleNumber,
mediainformationatom.h 185 MP4_ERROR_CODE getKeyMediaSampleNumAt(uint32 aKeySampleNum,
594 MP4_ERROR_CODE getMaxTrackTimeStamp(uint32 fileSize, uint32& timeStamp)
606 MP4_ERROR_CODE getSampleNumberClosestToTimeStamp(uint32 &sampleNumber,
sampletableatom.h 364 MP4_ERROR_CODE getKeyMediaSampleNumAt(uint32 aKeySampleNum,
483 MP4_ERROR_CODE getMaxTrackTimeStamp(uint32 fileSize, uint32& timeStamp);
485 MP4_ERROR_CODE getSampleNumberClosestToTimeStamp(uint32 &sampleNumber,
trackatom.h 108 MP4_ERROR_CODE getKeyMediaSampleNumAt(uint32 aKeySampleNum,
704 MP4_ERROR_CODE getMaxTrackTimeStamp(uint32 fileSize, uint32& timeStamp)
716 MP4_ERROR_CODE getSampleNumberClosestToTimeStamp(uint32 &sampleNumber,
movieatom.h 106 MP4_ERROR_CODE getKeyMediaSampleNumAt(uint32 aTrackId,
459 MP4_ERROR_CODE getMaxTrackTimeStamp(uint32 trackID,
463 MP4_ERROR_CODE getSampleNumberClosestToTimeStamp(uint32 trackID,
mpeg4file.h 126 MP4_ERROR_CODE getKeyMediaSampleNumAt(uint32 aTrackId,
779 MP4_ERROR_CODE getMaxTrackTimeStamp(uint32 trackID,
795 MP4_ERROR_CODE getSampleNumberClosestToTimeStamp(uint32 trackID,
849 MP4_ERROR_CODE RequestReadCapacityNotification(PvmiDataStreamObserver& aObserver,
853 MP4_ERROR_CODE CancelNotificationSync();
855 MP4_ERROR_CODE GetCurrentFileSize(uint32& aFileSize);
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
impeg4file.cpp 478 OSCL_EXPORT_REF MP4_ERROR_CODE
509 MP4_ERROR_CODE mp4ErrorCode = INSUFFICIENT_DATA;
566 OSCL_EXPORT_REF MP4_ERROR_CODE
606 MP4_ERROR_CODE mp4ErrorCode = INSUFFICIENT_DATA;
sampletableatom.cpp 638 MP4_ERROR_CODE SampleTableAtom::getKeyMediaSampleNumAt(uint32 aKeySampleNum,
812 MP4_ERROR_CODE errCode = (MP4_ERROR_CODE)retVal;
    [all...]
movieatom.cpp 391 MP4_ERROR_CODE MovieAtom::getKeyMediaSampleNumAt(uint32 aTrackId,
395 MP4_ERROR_CODE nReturn = READ_FAILED;
    [all...]
mpeg4file.cpp     [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp     [all...]

Completed in 101 milliseconds