Searched refs:IsSrcTypeJpeg (Results 1 – 5 of 5) sorted by relevance
511 #define IsSrcTypeJpeg(x) ((x)==INPUT_SOURCE_JPEG)///< x is JPEG macro512 … (((x)==INPUT_SOURCE_STORAGE) || ((x)==INPUT_SOURCE_STORAGE2) ||IsSrcTypeJpeg(x))///< x is S…
614 #define IsSrcTypeJpeg(x) ((x)==INPUT_SOURCE_JPEG)///< x is JPEG macro615 … (((x)==INPUT_SOURCE_STORAGE) || ((x)==INPUT_SOURCE_STORAGE2) ||IsSrcTypeJpeg(x))///< x is S…
3559 else if(IsSrcTypeJpeg(enInputSourceType)) in _MDrv_XC_Set_PQ_SourceData()
3553 else if(IsSrcTypeJpeg(enInputSourceType))
623 #define IsSrcTypeJpeg(x) ((x)==INPUT_SOURCE_JPEG)624 …sSrcTypeStorage(x) (((x)==INPUT_SOURCE_STORAGE) || ((x)==INPUT_SOURCE_STORAGE2) ||IsSrcTypeJpeg(x))