Searched refs:write_out_ptr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmmst.c103 mms->write_out_ptr = mms->out_buffer;
105 bytestream_put_le32(&mms->write_out_ptr, 1); // start sequence
106 bytestream_put_le32(&mms->write_out_ptr, 0xb00bface);
107 bytestream_put_le32(&mms->write_out_ptr, 0); // Length starts from after the protocol type bytes
108 bytestream_put_le32(&mms->write_out_ptr, MKTAG('M','M','S',' '));
109 bytestream_put_le32(&mms->write_out_ptr, 0);
110 bytestream_put_le32(&mms->write_out_ptr, mmst->outgoing_packet_seq++);
111 bytestream_put_le64(&mms->write_out_ptr, 0); // timestamp
112 bytestream_put_le32(&mms->write_out_ptr, 0);
113 bytestream_put_le16(&mms->write_out_ptr, packet_typ
[all...]
H A Dmms.h36 uint8_t *write_out_ptr; ///< Pointer for writing the buffer. member in struct:MMSContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmmst.c103 mms->write_out_ptr = mms->out_buffer;
105 bytestream_put_le32(&mms->write_out_ptr, 1); // start sequence
106 bytestream_put_le32(&mms->write_out_ptr, 0xb00bface);
107 bytestream_put_le32(&mms->write_out_ptr, 0); // Length starts from after the protocol type bytes
108 bytestream_put_le32(&mms->write_out_ptr, MKTAG('M','M','S',' '));
109 bytestream_put_le32(&mms->write_out_ptr, 0);
110 bytestream_put_le32(&mms->write_out_ptr, mmst->outgoing_packet_seq++);
111 bytestream_put_le64(&mms->write_out_ptr, 0); // timestamp
112 bytestream_put_le32(&mms->write_out_ptr, 0);
113 bytestream_put_le16(&mms->write_out_ptr, packet_typ
[all...]
H A Dmms.h36 uint8_t *write_out_ptr; ///< Pointer for writing the buffer. member in struct:__anon2207

Completed in 58 milliseconds