Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DIntelMetadataBuffer.cpp60 #define REMOTE_CONSUMER 0x40000000 macro
446 if ((mSessionFlag & REMOTE_CONSUMER) == 0) //no sharing or is local consumer in GetValue()
686 if ( !(mSessionFlag & REMOTE_PROVIDER) && !(mSessionFlag & REMOTE_CONSUMER)) //no sharing in ShareValue()
739 if ( !(mSessionFlag & REMOTE_PROVIDER) && !(mSessionFlag & REMOTE_CONSUMER)) //no sharing in ShareValue()
789 if ( !(sessionflag & REMOTE_PROVIDER) && !(sessionflag & REMOTE_CONSUMER)) //no sharing in ClearContext()
796 …isProvider && (sessionflag & REMOTE_PROVIDER)) || (!isProvider && (sessionflag & REMOTE_CONSUMER))) in ClearContext()
828 sessionflag |= REMOTE_CONSUMER; in MakeSessionFlag()