Home | History | Annotate | Download | only in src

Lines Matching refs:int32

85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel);
86 OSCL_IMPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *);
88 OSCL_IMPORT_REF int16 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *);
89 OSCL_IMPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *, int32 *profile, int32 *level);
91 int32 FindNAL(uint8** nal_pnt, uint8* buffer, int32 length);
92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
94 int32 DecodeHRD(mp4StreamType *psBits);
95 int32 DecodeVUI(mp4StreamType *psBits);
97 int32 DecodePPS(mp4StreamType *psBits);
100 void se_v(mp4StreamType *psBits, int32 *value);
101 void Parser_EBSPtoRBSP(uint8 *nal_unit, int32 *size);