Searched refs:write_out_ptr (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mmst.c | 103 mms->write_out_ptr = mms->out_buffer; in start_command_packet() 105 bytestream_put_le32(&mms->write_out_ptr, 1); // start sequence in start_command_packet() 106 bytestream_put_le32(&mms->write_out_ptr, 0xb00bface); in start_command_packet() 107 bytestream_put_le32(&mms->write_out_ptr, 0); // Length starts from after the protocol type bytes in start_command_packet() 108 bytestream_put_le32(&mms->write_out_ptr, MKTAG('M','M','S',' ')); in start_command_packet() 109 bytestream_put_le32(&mms->write_out_ptr, 0); in start_command_packet() 110 bytestream_put_le32(&mms->write_out_ptr, mmst->outgoing_packet_seq++); in start_command_packet() 111 bytestream_put_le64(&mms->write_out_ptr, 0); // timestamp in start_command_packet() 112 bytestream_put_le32(&mms->write_out_ptr, 0); in start_command_packet() 113 bytestream_put_le16(&mms->write_out_ptr, packet_type); in start_command_packet() [all …]
|
D | mms.h | 36 uint8_t *write_out_ptr; ///< Pointer for writing the buffer. member
|