Home
last modified time | relevance | path

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

/haiku/src/kits/media/
H A DBufferConsumer.cpp105 if (IS_INVALID_SOURCE(whatSource)) in NotifyLateProducer()
125 if (IS_INVALID_SOURCE(output)) in SetVideoClippingFor()
170 if (IS_INVALID_SOURCE(source)) in SetOutputEnabled()
198 if (IS_INVALID_SOURCE(source)) in RequestFormatChange()
223 if (IS_INVALID_SOURCE(source)) in RequestAdditionalBuffer()
243 if (IS_INVALID_SOURCE(source)) in RequestAdditionalBuffer()
265 if (IS_INVALID_SOURCE(source)) in SetOutputBuffersFor()
319 if (IS_INVALID_SOURCE(source)) in SendLatencyChange()
507 if (IS_INVALID_SOURCE(output)) in SetVideoClippingFor()
542 if (IS_INVALID_SOURCE(source)) in RequestFormatChange()
[all …]
H A DBufferProducer.cpp501 if (IS_INVALID_SOURCE(source)) in ChangeFormat()
H A DMediaRoster.cpp1019 if (IS_INVALID_SOURCE(from)) { in Connect()
1221 if (IS_INVALID_SOURCE(source)) { in Disconnect()
3217 if (IS_INVALID_SOURCE(output.source)) in GetFormatFor()
/haiku/headers/private/media/
H A DMediaMisc.h25 #define IS_INVALID_SOURCE(_src) ((_src).port <= 0) macro