HomeSort by relevance Sort by last modified time
    Searched refs:packetType (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 56 uint8_t packetType,
97 status_t queueRawPacket(const sp<ABuffer> &tsPackets, uint8_t packetType);
98 status_t queueTSPackets(const sp<ABuffer> &tsPackets, uint8_t packetType);
99 status_t queueAVCBuffer(const sp<ABuffer> &accessUnit, uint8_t packetType);
RTPSender.cpp 185 const sp<ABuffer> &buffer, uint8_t packetType, PacketizationMode mode) {
190 err = queueRawPacket(buffer, packetType);
194 err = queueTSPackets(buffer, packetType);
198 err = queueAVCBuffer(buffer, packetType);
209 const sp<ABuffer> &packet, uint8_t packetType) {
221 rtp[1] = packetType;
249 const sp<ABuffer> &tsPackets, uint8_t packetType) {
264 rtp[1] = packetType;
310 const sp<ABuffer> &accessUnit, uint8_t packetType) {
431 dst[1] = packetType;
    [all...]
  /frameworks/base/media/java/android/media/midi/
MidiOutputPort.java 66 int packetType = MidiPortImpl.getPacketType(buffer, count);
67 switch (packetType) {
81 Log.e(TAG, "Unknown packet type " + packetType);
  /frameworks/base/libs/common_time/
common_time_server_packets.cpp 81 int16_t pktType = static_cast<int16_t>(packetType);
99 packetType = static_cast<TimeServicePacketType>(tmp);
114 switch (packetType) {
152 packetType = ntohs(*((uint16_t*)(data + 6)));
153 switch (packetType) {
common_time_server_packets.h 45 TimeServicePacketType packetType;
62 packetType = type;
171 uint16_t packetType;
common_time_server.cpp 640 switch (pkt.packetType) {
670 pkt.packetType, srcEPStr);
    [all...]
  /frameworks/base/core/java/android/net/
NetworkUtils.java 50 * @param packetType the hardware address type, one of ARPHRD_*.
52 public native static void attachRaFilter(FileDescriptor fd, int packetType) throws SocketException;
60 * @param packetType the hardware address type, one of ARPHRD_*.
62 public native static void attachControlPacketFilter(FileDescriptor fd, int packetType)
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 164 MOCK_METHOD1(SendRTCP, int32_t(RTCPPacketType packetType));
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 113 RTCPPacketType packetType,
rtcp_sender.cc 786 RTCPPacketType packetType,
792 feedback_state, std::set<RTCPPacketType>(&packetType, &packetType + 1),
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/tcpdump/
print-rx.c 147 int packetType; /* Packet type */
560 (!rx_flags[i].packetType ||
561 rxh->type == rx_flags[i].packetType)) {
    [all...]
  /packages/apps/TV/libs/
exoplayer.jar 

Completed in 265 milliseconds