Home
last modified time | relevance | path

Searched refs:camcoderVersion (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
DM4MP4W_Types.h299 M4OSA_UInt32 camcoderVersion; member
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
DM4MP4W_Writer.c573 mMp4FileDataPtr->camcoderVersion = 0; /*default is " 0.0.0"*/ in M4MP4W_openWrite()
4464 camcoder_maj = (M4OSA_UChar)(mMp4FileDataPtr->camcoderVersion / 100); in M4MP4W_closeWrite()
4466 (M4OSA_UChar)(( mMp4FileDataPtr->camcoderVersion - 100 * camcoder_maj) in M4MP4W_closeWrite()
4469 (M4OSA_UChar)(mMp4FileDataPtr->camcoderVersion - 100 * camcoder_maj - 10 in M4MP4W_closeWrite()
4732 streamIDvaluePtr->value = mMp4FileDataPtr->camcoderVersion; in M4MP4W_getOption()
4995 mMp4FileDataPtr->camcoderVersion = streamIDvaluePtr->value; in M4MP4W_setOption()