Searched refs:isMultiFrame_ (Results 1 – 2 of 2) sorted by relevance
19 CoderInfo::MatchType isMultiFrame_ ) in test() argument23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()56 if ( isMultiFrame_ != CoderInfo::AnyMatch && in test()57 (( entry->isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) || in test()58 ( !entry->isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) ) in test()
2104 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch2148 if ( isMultiFrame_ != CoderInfo::AnyMatch &&2149 (( coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||2150 ( !coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) )