Home
last modified time | relevance | path

Searched refs:IsSrcTypeJpeg (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiXC.h511 #define IsSrcTypeJpeg(x) ((x)==INPUT_SOURCE_JPEG)///< x is JPEG macro
512 … (((x)==INPUT_SOURCE_STORAGE) || ((x)==INPUT_SOURCE_STORAGE2) ||IsSrcTypeJpeg(x))///< x is S…
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC.h614 #define IsSrcTypeJpeg(x) ((x)==INPUT_SOURCE_JPEG)///< x is JPEG macro
615 … (((x)==INPUT_SOURCE_STORAGE) || ((x)==INPUT_SOURCE_STORAGE2) ||IsSrcTypeJpeg(x))///< x is S…
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c3559 else if(IsSrcTypeJpeg(enInputSourceType)) in _MDrv_XC_Set_PQ_SourceData()
H A Dmvideo.c.03553 else if(IsSrcTypeJpeg(enInputSourceType))
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt623 #define IsSrcTypeJpeg(x) ((x)==INPUT_SOURCE_JPEG)
624 …sSrcTypeStorage(x) (((x)==INPUT_SOURCE_STORAGE) || ((x)==INPUT_SOURCE_STORAGE2) ||IsSrcTypeJpeg(x))