Searched refs:ftyp (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4_VideoEditingCommon.h225 * @brief Information to build the 'ftyp' atom
270 M4VIDEOEDITING_FtypBox ftyp; /**< 3gp 'ftyp' atom, major_brand = member in struct:__anon212
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_ClipAnalysis.c384 memset((void *) &pClipProperties->ftyp,0,
385 sizeof(pClipProperties->ftyp));
644 /* Get 'ftyp' atom */
647 M4READER_kOptionID_3gpFtypBox, &pClipProperties->ftyp);
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Types.h44 * @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:__anon94
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c586 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));
1277 /*ftyp atom*/
1278 if (mMp4FileDataPtr->ftyp.major_brand != 0)
1280 /* Put customized ftyp box */
1282 M4MP4W_putBE32(16 + (mMp4FileDataPtr->ftyp.nbCompatibleBrands * 4),
1290 err = M4MP4W_putBE32(mMp4FileDataPtr->ftyp
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.cpp1162 VIDEOEDIT_LOG_SETTING(ANDROID_LOG_INFO, "VIDEO_EDITOR_CLASSES", "%*c ftyp:",
1164 videoEditClasses_logFtypBox(&pProperties->ftyp, indentation + VIDEOEDIT_LOG_INDENTATION);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c9384 memset((void *) &pC->InputFileProperties.ftyp,
9802 /* Get 'ftyp' atom */
9804 M4READER_kOptionID_3gpFtypBox, &pC->InputFileProperties.ftyp);

Completed in 215 milliseconds