Searched refs:major_brand (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4_VideoEditingCommon.h233 M4OSA_UInt32 major_brand; /* generally '3gp4' */ member in struct:__anon211
270 M4VIDEOEDITING_FtypBox ftyp; /**< 3gp 'ftyp' atom, major_brand =
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Types.h53 M4OSA_UInt32 major_brand; /* generally '3gp4' */ member in struct:__anon86
313 M4MP4C_FtypBox ftyp; /* ftyp atom, if not defined set major_brand
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c1278 if (mMp4FileDataPtr->ftyp.major_brand != 0)
1290 err = M4MP4W_putBE32(mMp4FileDataPtr->ftyp.major_brand,
3580 if (mMp4FileDataPtr->ftyp.major_brand != 0)
3592 CLEANUPonERR(M4MP4W_putBE32(mMp4FileDataPtr->ftyp.major_brand,
4504 if (mMp4FileDataPtr->ftyp.major_brand != 0)
5114 ERR_CHECK(( (M4MP4C_FtypBox *)value)->major_brand != 0,
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.cpp730 "%*c major_brand: %s", indentation, ' ',
731 videoEditClasses_getBrandString(pBox->major_brand));

Completed in 413 milliseconds