Home
last modified time | relevance | path

Searched defs:stream_payload (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/
H A DFile__Base.h82 struct stream_payload struct
86 stream_payload() :Searching_Payload(false) in stream_payload() argument
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/
H A DFile__Base.h82 struct stream_payload struct
86 stream_payload() :Searching_Payload(false) in stream_payload() argument
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/
H A DFile__Base.h82 struct stream_payload struct
86 stream_payload() :Searching_Payload(false) in stream_payload() argument
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/bittorrent/
H A DBTMessageFactory.java137 public static Message createBTMessage( DirectByteBuffer stream_payload) throws MessageException { in createBTMessage()
203 public static int getMessageType( DirectByteBuffer stream_payload ) { in getMessageType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/proto/libraries/api/internal/
H A Dstream_data.proto119 optional StreamPayload stream_payload = 2; field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/proto/libraries/api/internal/
H A Dstream_data.proto119 optional StreamPayload stream_payload = 2; field
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/azureus/
H A DAZMessageFactory.java125 public static Message createAZMessage( DirectByteBuffer stream_payload ) throws MessageException { in createAZMessage()