Home | History | Annotate | Download | only in inc

Lines Matching refs:M4OSA_UInt32

233     M4OSA_UInt32    major_brand;           /* generally '3gp4'            */
234 M4OSA_UInt32 minor_version; /* generally '0000' or 'x.x ' */
235 M4OSA_UInt32 nbCompatibleBrands; /* number of compatible brands */
236 M4OSA_UInt32 compatible_brands[M4VIDEOEDITING_MAX_COMPATIBLE_BRANDS]; /* array of
268 M4OSA_UInt32 uiClipDuration; /**< Clip duration (in ms) */
276 M4OSA_UInt32 uiClipVideoDuration; /**< Video track duration (in ms) */
277 M4OSA_UInt32 uiVideoBitrate; /**< Video average bitrate (in bps)*/
278 M4OSA_UInt32 uiVideoMaxAuSize; /**< Maximum Access Unit size of the
280 M4OSA_UInt32 uiVideoWidth; /**< Video frame width */
281 M4OSA_UInt32 uiVideoHeight; /**< Video frame height */
282 M4OSA_UInt32 uiVideoTimeScale; /**< Video time scale */
296 M4OSA_UInt32 uiClipAudioDuration; /**< Audio track duration (in ms) */
297 M4OSA_UInt32 uiAudioBitrate; /**< Audio average bitrate (in bps) */
298 M4OSA_UInt32 uiAudioMaxAuSize; /**< Maximum Access Unit size of the
300 M4OSA_UInt32 uiNbChannels; /**< Number of channels
302 M4OSA_UInt32 uiSamplingFrequency; /**< Sampling audio frequency
304 M4OSA_UInt32 uiExtendedSamplingFrequency; /**< Extended frequency for
306 M4OSA_UInt32 uiDecodedPcmSize; /**< Size of the decoded PCM data */
321 M4OSA_UInt32 uiStillPicWidth; /**< Image width */
322 M4OSA_UInt32 uiStillPicHeight; /**< Image height */
323 M4OSA_UInt32 uiClipAudioVolumePercentage;