Searched refs:mp4StreamType (Results 1 – 6 of 6) sorted by relevance
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/ |
D | m4v_config_parser.h | 58 } mp4StreamType; typedef 62 mp4StreamType *pStream, 68 mp4StreamType *pStream, 73 mp4StreamType *pStream, 81 mp4StreamType *pStream 85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *,… 87 int16 DecodeUserData(mp4StreamType *pStream); 88 OSCL_IMPORT_REF int16 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 … 92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di… 94 int32 DecodeHRD(mp4StreamType *psBits); [all …]
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
D | pvm4vencoder.h | 86 } mp4StreamType; typedef 156 int16 ShowBits(mp4StreamType *pStream, uint8 ucNBits, uint32 *pulOutData); 157 int16 FlushBits(mp4StreamType *pStream, uint8 ucNBits); 158 int16 ReadBits(mp4StreamType *pStream, uint8 ucNBits, uint32 *pulOutData); 159 int16 ByteAlign(mp4StreamType *pStream); 160 int16 iDecodeShortHeader(mp4StreamType *psBits, VideoEncOptions *aEncOption);
|
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/ |
D | m4v_config_parser.cpp | 64 void movePointerTo(mp4StreamType *psBits, int32 pos) in movePointerTo() 84 int16 SearchNextM4VFrame(mp4StreamType *psBits) in SearchNextM4VFrame() 105 mp4StreamType psBits; in iGetM4VConfigInfo() 126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *d… in iDecodeVOLHeader() 423 int16 iDecodeShortHeader(mp4StreamType *psBits, in iDecodeShortHeader() 604 mp4StreamType *pStream, /* Input Stream */ in ShowBits() 647 mp4StreamType *pStream, /* Input Stream */ in FlushBits() 678 mp4StreamType *pStream, /* Input Stream */ in ReadBits() 716 mp4StreamType *pStream /* Input Stream */ in ByteAlign() 754 int16 DecodeUserData(mp4StreamType *pStream) in DecodeUserData() [all …]
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | pvm4vencoder.cpp | 256 mp4StreamType *psBits; in ParseFSI() 257 psBits = (mp4StreamType *) oscl_malloc(sizeof(mp4StreamType)); in ParseFSI() 535 int16 CPVM4VEncoder::iDecodeShortHeader(mp4StreamType *psBits, VideoEncOptions *aEncOption) in iDecodeShortHeader() 616 mp4StreamType *pStream, /* Input Stream */ in ShowBits() 659 mp4StreamType *pStream, /* Input Stream */ in FlushBits() 690 mp4StreamType *pStream, /* Input Stream */ in ReadBits() 728 mp4StreamType *pStream /* Input Stream */ in ByteAlign()
|
/external/opencore/codecs_v2/utilities/pv_config_parser/src/ |
D | pv_video_config_parser.cpp | 71 mp4StreamType psBits; in pv_video_config_parser()
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.cpp | 8286 mp4StreamType streamType; in GetVideoFrameWidth() 8445 mp4StreamType streamType; in GetVideoFrameHeight()
|