Searched refs:EncodingVideoFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2250 pC->EncodingVideoFormat = M4ENCODER_kNULL; /**< No format set yet */
3115 if( ( M4ENCODER_kMPEG4 == pC->EncodingVideoFormat)
3116 || (M4ENCODER_kH264 == pC->EncodingVideoFormat) )
3152 && (M4ENCODER_kNULL == pC->EncodingVideoFormat) )
3328 if( ( M4ENCODER_kH263 == pC->EncodingVideoFormat)
3687 pC->EncodingVideoFormat = M4ENCODER_kH263;
3695 pC->EncodingVideoFormat = M4ENCODER_kMPEG4;
3703 pC->EncodingVideoFormat = M4ENCODER_kH264;
3717 pC->EncodingVideoFormat = M4ENCODER_kNULL;
4663 && (pC->EncodingVideoFormat !
[all...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h406 M4ENCODER_Format EncodingVideoFormat; /**< Output video format, set by the user */ member in struct:__anon302

Completed in 60 milliseconds