Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/mediasource/
H A DMediaSource.cpp150 MSE_API(""); in ~MediaSource()
194 MSE_API("SetDuration(aDuration=%f, ErrorResult)", aDuration); in SetDuration()
211 MSE_API("SetDuration(aDuration=%f)", aDuration); in SetDuration()
225 MSE_API("AddSourceBuffer(aType=%s)%s", in AddSourceBuffer()
278 MSE_API("RemoveSourceBuffer(aSourceBuffer=%p)", sourceBuffer); in RemoveSourceBuffer()
306 MSE_API("EndOfStream(aError=%d)", in EndOfStream()
338 MSE_API("EndOfStream(aError=%d)", aError.Code()); in EndOfStream()
355 MSE_API("IsTypeSupported(aType=%s)%s ", in IsTypeSupported()
468 MSE_API("MediaSource(aWindow=%p) mSourceBuffers=%p mActiveSourceBuffers=%p", in MediaSource()
513 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DSourceBuffer.cpp40 #define MSE_API(arg, ...) MOZ_LOG(GetMediaSourceAPILog(), mozilla::LogLevel::Debug, ("SourceBuffer(… macro
53 MSE_API("SetMode(aMode=%d)", aMode); in SetMode()
84 MSE_API("SetTimestampOffset(aTimestampOffset=%f)", aTimestampOffset); in SetTimestampOffset()
140 MSE_API("SetAppendWindowStart(aAppendWindowStart=%f)", aAppendWindowStart); in SetAppendWindowStart()
157 MSE_API("SetAppendWindowEnd(aAppendWindowEnd=%f)", aAppendWindowEnd); in SetAppendWindowEnd()
174 MSE_API("AppendBuffer(ArrayBuffer)"); in AppendBuffer()
183 MSE_API("AppendBuffer(ArrayBufferView)"); in AppendBuffer()
192 MSE_API("Abort()"); in Abort()
233 MSE_API("Remove(aStart=%f, aEnd=%f)", aStart, aEnd); in Remove()
351 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DSourceBufferList.cpp22 #define MSE_API(arg, ...) MOZ_LOG(GetMediaSourceAPILog(), mozilla::LogLevel::Debug, ("SourceBufferL… macro
157 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
221 #undef MSE_API
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediasource/
H A DSourceBuffer.cpp37 #define MSE_API(arg, ...) \ macro
51 MSE_API("SetMode(aMode=%" PRIu32 ")", static_cast<uint32_t>(aMode)); in SetMode()
173 MSE_API("AppendBuffer(ArrayBuffer)"); in AppendBuffer()
182 MSE_API("AppendBuffer(ArrayBufferView)"); in AppendBuffer()
192 MSE_API("AppendBufferAsync(ArrayBuffer)"); in AppendBufferAsync()
203 MSE_API("AppendBufferAsync(ArrayBufferView)"); in AppendBufferAsync()
212 MSE_API("Abort()"); in Abort()
252 MSE_API("Remove(aStart=%f, aEnd=%f)", aStart, aEnd); in Remove()
266 MSE_API("RemoveAsync(aStart=%f, aEnd=%f)", aStart, aEnd); in RemoveAsync()
488 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DMediaSource.cpp59 #define MSE_API(arg, ...) \ macro
215 MSE_API(""); in ~MediaSource()
253 MSE_API("SetDuration(aDuration=%f, invalid value)", aDuration); in SetDuration()
259 MSE_API("SetDuration(aDuration=%f, invalid state)", aDuration); in SetDuration()
264 MSE_API("SetDuration(aDuration=%f, errorCode=%d)", aDuration, in SetDuration()
270 MSE_API("SetDuration(aDuration=%f)", aDuration); in SetDuration()
355 MSE_API("RemoveSourceBuffer(aSourceBuffer=%p)", sourceBuffer); in RemoveSourceBuffer()
383 MSE_API("EndOfStream(aError=%d)", in EndOfStream()
416 MSE_API("EndOfStream(aError=%s)", aError.ErrorName().get()); in EndOfStream()
581 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DSourceBufferList.cpp22 #define MSE_API(arg, ...) \ macro
130 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
183 #undef MSE_API
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mediasource/
H A DSourceBuffer.cpp37 #define MSE_API(arg, ...) \ macro
51 MSE_API("SetMode(aMode=%" PRIu32 ")", static_cast<uint32_t>(aMode)); in SetMode()
173 MSE_API("AppendBuffer(ArrayBuffer)"); in AppendBuffer()
182 MSE_API("AppendBuffer(ArrayBufferView)"); in AppendBuffer()
192 MSE_API("AppendBufferAsync(ArrayBuffer)"); in AppendBufferAsync()
203 MSE_API("AppendBufferAsync(ArrayBufferView)"); in AppendBufferAsync()
212 MSE_API("Abort()"); in Abort()
252 MSE_API("Remove(aStart=%f, aEnd=%f)", aStart, aEnd); in Remove()
266 MSE_API("RemoveAsync(aStart=%f, aEnd=%f)", aStart, aEnd); in RemoveAsync()
488 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DMediaSource.cpp59 #define MSE_API(arg, ...) \ macro
180 MSE_API(""); in ~MediaSource()
216 MSE_API("SetDuration(aDuration=%f, ErrorResult)", aDuration); in SetDuration()
232 MSE_API("SetDuration(aDuration=%f)", aDuration); in SetDuration()
245 MSE_API("AddSourceBuffer(aType=%s)%s", NS_ConvertUTF16toUTF8(aType).get(), in AddSourceBuffer()
320 MSE_API("RemoveSourceBuffer(aSourceBuffer=%p)", sourceBuffer); in RemoveSourceBuffer()
348 MSE_API("EndOfStream(aError=%d)", in EndOfStream()
381 MSE_API("EndOfStream(aError=%s)", aError.ErrorName().get()); in EndOfStream()
503 MSE_API("MediaSource(aWindow=%p) mSourceBuffers=%p mActiveSourceBuffers=%p", in MediaSource()
545 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DSourceBufferList.cpp22 #define MSE_API(arg, ...) \ macro
132 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
185 #undef MSE_API
/dports/www/firefox/firefox-99.0/dom/media/mediasource/
H A DSourceBuffer.cpp37 #define MSE_API(arg, ...) \ macro
51 MSE_API("SetMode(aMode=%" PRIu32 ")", static_cast<uint32_t>(aMode)); in SetMode()
173 MSE_API("AppendBuffer(ArrayBuffer)"); in AppendBuffer()
182 MSE_API("AppendBuffer(ArrayBufferView)"); in AppendBuffer()
192 MSE_API("AppendBufferAsync(ArrayBuffer)"); in AppendBufferAsync()
203 MSE_API("AppendBufferAsync(ArrayBufferView)"); in AppendBufferAsync()
212 MSE_API("Abort()"); in Abort()
252 MSE_API("Remove(aStart=%f, aEnd=%f)", aStart, aEnd); in Remove()
266 MSE_API("RemoveAsync(aStart=%f, aEnd=%f)", aStart, aEnd); in RemoveAsync()
488 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DMediaSource.cpp59 #define MSE_API(arg, ...) \ macro
215 MSE_API(""); in ~MediaSource()
253 MSE_API("SetDuration(aDuration=%f, invalid value)", aDuration); in SetDuration()
259 MSE_API("SetDuration(aDuration=%f, invalid state)", aDuration); in SetDuration()
264 MSE_API("SetDuration(aDuration=%f, errorCode=%d)", aDuration, in SetDuration()
270 MSE_API("SetDuration(aDuration=%f)", aDuration); in SetDuration()
355 MSE_API("RemoveSourceBuffer(aSourceBuffer=%p)", sourceBuffer); in RemoveSourceBuffer()
383 MSE_API("EndOfStream(aError=%d)", in EndOfStream()
416 MSE_API("EndOfStream(aError=%s)", aError.ErrorName().get()); in EndOfStream()
581 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DSourceBufferList.cpp22 #define MSE_API(arg, ...) \ macro
130 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
183 #undef MSE_API
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mediasource/
H A DSourceBuffer.cpp37 #define MSE_API(arg, ...) \ macro
51 MSE_API("SetMode(aMode=%" PRIu32 ")", static_cast<uint32_t>(aMode)); in SetMode()
173 MSE_API("AppendBuffer(ArrayBuffer)"); in AppendBuffer()
182 MSE_API("AppendBuffer(ArrayBufferView)"); in AppendBuffer()
192 MSE_API("AppendBufferAsync(ArrayBuffer)"); in AppendBufferAsync()
203 MSE_API("AppendBufferAsync(ArrayBufferView)"); in AppendBufferAsync()
212 MSE_API("Abort()"); in Abort()
252 MSE_API("Remove(aStart=%f, aEnd=%f)", aStart, aEnd); in Remove()
266 MSE_API("RemoveAsync(aStart=%f, aEnd=%f)", aStart, aEnd); in RemoveAsync()
488 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DMediaSource.cpp59 #define MSE_API(arg, ...) \ macro
215 MSE_API(""); in ~MediaSource()
253 MSE_API("SetDuration(aDuration=%f, invalid value)", aDuration); in SetDuration()
259 MSE_API("SetDuration(aDuration=%f, invalid state)", aDuration); in SetDuration()
264 MSE_API("SetDuration(aDuration=%f, errorCode=%d)", aDuration, in SetDuration()
270 MSE_API("SetDuration(aDuration=%f)", aDuration); in SetDuration()
355 MSE_API("RemoveSourceBuffer(aSourceBuffer=%p)", sourceBuffer); in RemoveSourceBuffer()
383 MSE_API("EndOfStream(aError=%d)", in EndOfStream()
416 MSE_API("EndOfStream(aError=%s)", aError.ErrorName().get()); in EndOfStream()
581 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DSourceBufferList.cpp22 #define MSE_API(arg, ...) \ macro
130 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
183 #undef MSE_API
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mediasource/
H A DSourceBuffer.cpp45 #define MSE_API(arg, ...) \ macro
59 MSE_API("SetMode(aMode=%" PRIu32 ")", static_cast<uint32_t>(aMode)); in SetMode()
90 MSE_API("SetTimestampOffset(aTimestampOffset=%f)", aTimestampOffset); in SetTimestampOffset()
146 MSE_API("SetAppendWindowStart(aAppendWindowStart=%f)", aAppendWindowStart); in SetAppendWindowStart()
163 MSE_API("SetAppendWindowEnd(aAppendWindowEnd=%f)", aAppendWindowEnd); in SetAppendWindowEnd()
179 MSE_API("AppendBuffer(ArrayBuffer)"); in AppendBuffer()
188 MSE_API("AppendBuffer(ArrayBufferView)"); in AppendBuffer()
196 MSE_API("Abort()"); in Abort()
236 MSE_API("Remove(aStart=%f, aEnd=%f)", aStart, aEnd); in Remove()
342 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DMediaSource.cpp61 #define MSE_API(arg, ...) \ macro
161 MSE_API(""); in ~MediaSource()
197 MSE_API("SetDuration(aDuration=%f, ErrorResult)", aDuration); in SetDuration()
212 MSE_API("SetDuration(aDuration=%f)", aDuration); in SetDuration()
224 MSE_API("AddSourceBuffer(aType=%s)%s", NS_ConvertUTF16toUTF8(aType).get(), in AddSourceBuffer()
300 MSE_API("RemoveSourceBuffer(aSourceBuffer=%p)", sourceBuffer); in RemoveSourceBuffer()
328 MSE_API("EndOfStream(aError=%d)", in EndOfStream()
358 MSE_API("EndOfStream(aError=%s)", aError.ErrorName().get()); in EndOfStream()
481 MSE_API("MediaSource(aWindow=%p) mSourceBuffers=%p mActiveSourceBuffers=%p", in MediaSource()
523 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
[all …]
H A DSourceBufferList.cpp22 #define MSE_API(arg, ...) \ macro
132 MSE_API("Dispatch event '%s'", aName); in DispatchSimpleEvent()
185 #undef MSE_API