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

  /external/opencore/codecs_v2/utilities/m4v_config_parser/include/
m4v_config_parser.h 58 } mp4StreamType;
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 *, int32 *, int32 *profilelevel);
87 int16 DecodeUserData(mp4StreamType *pStream);
88 OSCL_IMPORT_REF int16 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *);
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)
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 69 } mp4StreamType;
73 mp4StreamType *pStream,
79 mp4StreamType *pStream,
84 mp4StreamType *pStream,
90 mp4StreamType *pStream
94 mp4StreamType *psBits,
108 int16 DecodeUserData(mp4StreamType *pStream);
111 mp4StreamType *psBits,
128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
130 int32 DecodeHRD(mp4StreamType *psBits)
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
pvm4vencoder.h 86 } mp4StreamType;
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);

Completed in 592 milliseconds