Searched defs:packets (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp123 const List<sp<ABuffer> > &packets) {
125 for (List<sp<ABuffer> >::const_iterator it = packets.begin();
126 it != packets.end(); ++it) {
132 for (List<sp<ABuffer> >::const_iterator it = packets.begin();
133 it != packets.end(); ++it) {
139 CopyTimes(accessUnit, *packets.begin());
122 MakeCompoundFromPackets( const List<sp<ABuffer> > &packets) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp771 sp<ABuffer> *packets) {
872 track->packetizerTrackIndex(), accessUnit, packets, flags,
948 sp<ABuffer> packets; local
949 status_t err = packetizeAccessUnit(minTrackIndex, accessUnit, &packets);
956 packets->meta()->setInt32("isVideo", 1);
958 mSender->queuePackets(minTimeUs, packets);
769 packetizeAccessUnit( size_t trackIndex, const sp<ABuffer> &accessUnit, sp<ABuffer> *packets) argument
H A DSender.cpp361 int64_t timeUs, const sp<ABuffer> &packets) {
365 if (packets->meta()->findInt32("isVideo", &dummy)) {
386 msg->setBuffer("packets", packets);
388 packets->meta()->setInt64("timeUs", timeUs);
389 packets->meta()->setInt64("whenUs", whenUs);
390 packets->meta()->setInt64("delayUs", delayUs);
512 sp<ABuffer> packets; local
513 CHECK(msg->findBuffer("packets", &packets));
360 queuePackets( int64_t timeUs, const sp<ABuffer> &packets) argument
535 onQueuePackets(const sp<ABuffer> &packets) argument
[all...]
H A DTSPacketizer.cpp394 sp<ABuffer> *packets,
403 packets->clear();
818 *packets = buffer;
391 packetize( size_t trackIndex, const sp<ABuffer> &_accessUnit, sp<ABuffer> *packets, uint32_t flags, const uint8_t *PES_private_data, size_t PES_private_data_len, size_t numStuffingBytes) argument
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c32 #define PACKETS_PER_BUFFER 20 // Number of MPEG-2 transport stream packets per buffer
42 MPEG2TS_Packet *packets; variable
43 size_t totalPackets; // total number of packets in input file
44 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
171 // compute number of packets to be enqueued in this buffer
206 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
306 fprintf(stderr, " -n# Number of packets to enqueue\n");
343 packets = (MPEG2TS_Packet *) ptr;
345 printf("%s has %zu total packets\n", uri, totalPackets);
483 &packets[curPacke
[all...]

Completed in 131 milliseconds