Home
last modified time | relevance | path

Searched refs:RECV_FLAG_BASE (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp761 readRefFlag_ &= ~(RECV_FLAG_BASE << notifier->GetReadIndex()); in DetachReceiver()
778 readRefFlag_ &= ~(RECV_FLAG_BASE << notifier->GetReadIndex()); in DetachReceiver()
1360 return dataSpec->reserveFlag & RECV_FLAG_BASE << index; in IsDataReaded()
1475 if (((RECV_FLAG_BASE << (index * FIX_OFFSET_TWO)) & notifyRef) ||
1476 ((RECV_FLAG_BASE << (index * FIX_OFFSET_TWO + FIX_OFFSET_ONE)) & notifyRef)) {
1481 notifyType = (((RECV_FLAG_BASE << (index * FIX_OFFSET_TWO)) & notifyRef) ? MEDIA_TYPE_AUDIO
1565 bitRef |= RECV_FLAG_BASE << (index * 2); // 2: fix offset, get audio notifyer id in ActiveDataRef()
1575 bitRef |= RECV_FLAG_BASE << (index * 2 + 1); // 2: fix offset, get video notifyer id in ActiveDataRef()
1593 uint32_t bitRef = RECV_FLAG_BASE << audioBit; in SetReceiverDataRef()
1603 uint32_t bitRef = RECV_FLAG_BASE << videoBi in SetReceiverDataRef()
[all...]
H A Dbuffer_dispatcher.h36 constexpr uint32_t RECV_FLAG_BASE = 0x0001; variable

Completed in 4 milliseconds