Searched refs:OCSD_DFRMTR_HAS_FSYNCS (Results 1 – 4 of 4) sorted by relevance
311 if((flags & (OCSD_DFRMTR_HAS_FSYNCS | OCSD_DFRMTR_HAS_HSYNCS)) && in DecodeConfigure()329 if(flags & OCSD_DFRMTR_HAS_FSYNCS) in DecodeConfigure()373 else if( m_cfgFlags & OCSD_DFRMTR_HAS_FSYNCS) // memory aligned data in checkForSync()511 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
519 if (tpiu_format) configFlags |= OCSD_DFRMTR_HAS_FSYNCS; in ConfigureFrameDeMux()
92 formatter_flags = OCSD_DFRMTR_HAS_FSYNCS; in createDecodeTree()