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

  /external/opencore/fileformats/mp4/parser/src/
h263decoderspecificinfo.cpp 20 /* MPEG-4 Util: H263DecoderSpecificInfo */
30 #include "h263decoderspecificinfo.h"
34 H263DecoderSpecificInfo::H263DecoderSpecificInfo(MP4_FF_FILE *fp, bool o3GPPTrack)
  /external/opencore/fileformats/mp4/parser/include/
h263decoderspecificinfo.h 20 /* MPEG-4 Util: H263DecoderSpecificInfo */
24 H263DecoderSpecificInfo
39 class H263DecoderSpecificInfo : public DecoderSpecificInfo
43 H263DecoderSpecificInfo(MP4_FF_FILE *fp, bool o3GPPTrack = false); // Default constructor
44 virtual ~H263DecoderSpecificInfo() {}; // Destructor

Completed in 29 milliseconds