HomeSort by relevance Sort by last modified time
    Searched refs:ftyp (Results 1 - 6 of 6) sorted by null

  /frameworks/av/libvideoeditor/vss/common/inc/
M4_VideoEditingCommon.h 225 * @brief Information to build the 'ftyp' atom
270 M4VIDEOEDITING_FtypBox ftyp; /**< 3gp 'ftyp' atom, major_brand = member in struct:__anon16031
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_ClipAnalysis.c 384 memset((void *) &pClipProperties->ftyp,0,
385 sizeof(pClipProperties->ftyp));
644 /* Get 'ftyp' atom */
647 M4READER_kOptionID_3gpFtypBox, &pClipProperties->ftyp);
    [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Types.h 44 * @brief Information to build the 'ftyp' atom
47 #define M4MPAC_FTYP_TAG 0x66747970 /* 'ftyp' */
313 M4MP4C_FtypBox ftyp; /* ftyp atom, if not defined set major_brand member in struct:__anon15913
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c 586 238; /*initialization with constant part in ftyp+mdat+moov+skip*/
602 32; /*init with ftyp + beginning of mdat size*/
614 /* ftyp atom */
616 memset((void *) &mMp4FileDataPtr->ftyp,0,
617 sizeof(mMp4FileDataPtr->ftyp));
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 828 milliseconds