HomeSort by relevance Sort by last modified time
    Searched refs:packetType (Results 1 - 8 of 8) 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 65 int packetType = MidiPortImpl.getPacketType(buffer, count);
66 switch (packetType) {
80 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 641 switch (pkt.packetType) {
671 pkt.packetType, srcEPStr);
    [all...]
  /external/tcpdump/
print-rx.c 73 int packetType; /* Packet type */
485 (!rx_flags[i].packetType ||
486 rxh->type == rx_flags[i].packetType)) {
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 

Completed in 505 milliseconds