Searched refs:OCSD_DFRMTR_HAS_FSYNCS (Results 1 – 2 of 2) sorted by relevance
312 if((flags & (OCSD_DFRMTR_HAS_FSYNCS | OCSD_DFRMTR_HAS_HSYNCS)) && in DecodeConfigure()338 else if(flags & OCSD_DFRMTR_HAS_FSYNCS) in DecodeConfigure()381 else if( m_cfgFlags & OCSD_DFRMTR_HAS_FSYNCS) // memory aligned data in checkForSync()532 bool hasFSyncs = ((m_cfgFlags & OCSD_DFRMTR_HAS_FSYNCS) == OCSD_DFRMTR_HAS_FSYNCS); in extractFrame()
243 #define OCSD_DFRMTR_HAS_FSYNCS 0x01 /**< Deformatter Config : formatted data has fsyncs - i… macro