Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp1561 uint32_t bitRef = 0x0000; in ActiveDataRef() local
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()
1580 dataBitRef_ |= bitRef; in ActiveDataRef()
1593 uint32_t bitRef = RECV_FLAG_BASE << audioBit; in SetReceiverDataRef() local
1594 MEDIA_LOGD("Audio recvid %{public}d ,bitRef %{public}d ready %{public}d.", receiverId, bitRef, ready); in SetReceiverDataRef()
1596 bitRef = ~bitRef; in SetReceiverDataRef()
1597 dataBitRef_ &= bitRef; in SetReceiverDataRef()
1603 uint32_t bitRef = RECV_FLAG_BASE << videoBit; SetReceiverDataRef() local
1624 uint32_t bitRef = RECV_FLAG_BASE << audioBit; SetReceiverReadRef() local
1635 uint32_t bitRef = RECV_FLAG_BASE << videoBit; SetReceiverReadRef() local
[all...]

Completed in 3 milliseconds