Home
last modified time | relevance | path

Searched refs:OnManagerThread (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/media/ipc/
H A DRemoteDecoderParent.cpp23 MOZ_ASSERT(OnManagerThread()); in RemoteDecoderParent()
36 MOZ_ASSERT(OnManagerThread()); in Destroy()
42 MOZ_ASSERT(OnManagerThread()); in RecvInit()
74 MOZ_ASSERT(OnManagerThread()); in DecodeNextSample()
126 MOZ_ASSERT(OnManagerThread()); in RecvDecode()
144 MOZ_ASSERT(OnManagerThread()); in RecvFlush()
163 MOZ_ASSERT(OnManagerThread()); in RecvDrain()
192 MOZ_ASSERT(OnManagerThread()); in RecvShutdown()
210 MOZ_ASSERT(OnManagerThread()); in RecvSetSeekThreshold()
216 MOZ_ASSERT(OnManagerThread()); in ActorDestroy()
[all …]
H A DRemoteDecoderManagerParent.cpp35 MOZ_ASSERT(OnManagerThread()); in StoreImage()
102 bool RemoteDecoderManagerParent::OnManagerThread() { in OnManagerThread() function in mozilla::RemoteDecoderManagerParent
107 MOZ_ASSERT(OnManagerThread()); in EnsurePDMFactory()
269 MOZ_ASSERT(OnManagerThread()); in RecvDeallocateSurfaceDescriptorGPUVideo()
278 if (!OnManagerThread()) { in DeallocateSurfaceDescriptor()
H A DRemoteDecoderParent.h48 bool OnManagerThread();
H A DRemoteDecoderManagerParent.h51 bool OnManagerThread();
H A DRemoteAudioDecoder.cpp96 MOZ_ASSERT(OnManagerThread()); in ProcessDecodedData()
/dports/www/firefox/firefox-99.0/dom/media/ipc/
H A DRemoteDecoderParent.cpp23 MOZ_ASSERT(OnManagerThread()); in RemoteDecoderParent()
36 MOZ_ASSERT(OnManagerThread()); in Destroy()
42 MOZ_ASSERT(OnManagerThread()); in RecvInit()
74 MOZ_ASSERT(OnManagerThread()); in DecodeNextSample()
126 MOZ_ASSERT(OnManagerThread()); in RecvDecode()
139 MOZ_ASSERT(OnManagerThread()); in RecvFlush()
158 MOZ_ASSERT(OnManagerThread()); in RecvDrain()
187 MOZ_ASSERT(OnManagerThread()); in RecvShutdown()
205 MOZ_ASSERT(OnManagerThread()); in RecvSetSeekThreshold()
211 MOZ_ASSERT(OnManagerThread()); in ActorDestroy()
[all …]
H A DRemoteDecoderManagerParent.cpp36 MOZ_ASSERT(OnManagerThread()); in StoreImage()
105 bool RemoteDecoderManagerParent::OnManagerThread() { in OnManagerThread() function in mozilla::RemoteDecoderManagerParent
110 MOZ_ASSERT(OnManagerThread()); in EnsurePDMFactory()
272 MOZ_ASSERT(OnManagerThread()); in RecvDeallocateSurfaceDescriptorGPUVideo()
281 if (!OnManagerThread()) { in DeallocateSurfaceDescriptor()
H A DRemoteDecoderParent.h48 bool OnManagerThread();
H A DRemoteDecoderManagerParent.h51 bool OnManagerThread();
H A DRemoteAudioDecoder.cpp96 MOZ_ASSERT(OnManagerThread()); in ProcessDecodedData()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/ipc/
H A DRemoteDecoderParent.cpp23 MOZ_ASSERT(OnManagerThread()); in RemoteDecoderParent()
36 MOZ_ASSERT(OnManagerThread()); in Destroy()
42 MOZ_ASSERT(OnManagerThread()); in RecvInit()
74 MOZ_ASSERT(OnManagerThread()); in DecodeNextSample()
126 MOZ_ASSERT(OnManagerThread()); in RecvDecode()
144 MOZ_ASSERT(OnManagerThread()); in RecvFlush()
163 MOZ_ASSERT(OnManagerThread()); in RecvDrain()
192 MOZ_ASSERT(OnManagerThread()); in RecvShutdown()
210 MOZ_ASSERT(OnManagerThread()); in RecvSetSeekThreshold()
216 MOZ_ASSERT(OnManagerThread()); in ActorDestroy()
[all …]
H A DRemoteDecoderManagerParent.cpp35 MOZ_ASSERT(OnManagerThread()); in StoreImage()
102 bool RemoteDecoderManagerParent::OnManagerThread() { in OnManagerThread() function in mozilla::RemoteDecoderManagerParent
107 MOZ_ASSERT(OnManagerThread()); in EnsurePDMFactory()
269 MOZ_ASSERT(OnManagerThread()); in RecvDeallocateSurfaceDescriptorGPUVideo()
278 if (!OnManagerThread()) { in DeallocateSurfaceDescriptor()
H A DRemoteDecoderParent.h48 bool OnManagerThread();
H A DRemoteDecoderManagerParent.h51 bool OnManagerThread();
H A DRemoteAudioDecoder.cpp96 MOZ_ASSERT(OnManagerThread()); in ProcessDecodedData()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/ipc/
H A DVideoDecoderParent.cpp55 MOZ_ASSERT(OnManagerThread()); in VideoDecoderParent()
99 MOZ_ASSERT(OnManagerThread()); in Destroy()
106 MOZ_ASSERT(OnManagerThread()); in RecvInit()
132 MOZ_ASSERT(OnManagerThread()); in RecvInput()
166 MOZ_ASSERT(OnManagerThread()); in ProcessDecodedData()
210 MOZ_ASSERT(OnManagerThread()); in RecvFlush()
226 MOZ_ASSERT(OnManagerThread()); in RecvDrain()
242 MOZ_ASSERT(OnManagerThread()); in RecvShutdown()
253 MOZ_ASSERT(OnManagerThread()); in RecvSetSeekThreshold()
260 MOZ_ASSERT(OnManagerThread()); in ActorDestroy()
[all …]
H A DVideoDecoderParent.h47 bool OnManagerThread();
H A DVideoDecoderManagerParent.h32 bool OnManagerThread();
H A DVideoDecoderManagerParent.cpp150 bool VideoDecoderManagerParent::OnManagerThread() { in OnManagerThread() function in mozilla::dom::VideoDecoderManagerParent
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/ipc/
H A DRemoteDecoderParent.cpp22 MOZ_ASSERT(OnManagerThread()); in RemoteDecoderParent()
35 MOZ_ASSERT(OnManagerThread()); in Destroy()
41 MOZ_ASSERT(OnManagerThread()); in RecvInit()
132 MOZ_ASSERT(OnManagerThread()); in RecvDecode()
150 MOZ_ASSERT(OnManagerThread()); in RecvFlush()
168 MOZ_ASSERT(OnManagerThread()); in RecvDrain()
195 MOZ_ASSERT(OnManagerThread()); in RecvShutdown()
212 MOZ_ASSERT(OnManagerThread()); in RecvSetSeekThreshold()
218 MOZ_ASSERT(OnManagerThread()); in ActorDestroy()
252 bool RemoteDecoderParent::OnManagerThread() { in OnManagerThread() function in mozilla::RemoteDecoderParent
[all …]
H A DRemoteDecoderManagerParent.h36 bool OnManagerThread();
H A DRemoteDecoderParent.h45 bool OnManagerThread();
H A DRemoteAudioDecoder.cpp109 MOZ_ASSERT(OnManagerThread()); in ProcessDecodedData()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/ipc/
H A DVideoDecoderManagerParent.h29 bool OnManagerThread();
H A DVideoDecoderManagerParent.cpp123 VideoDecoderManagerParent::OnManagerThread() in OnManagerThread() function in mozilla::dom::VideoDecoderManagerParent

12