Lines Matching refs:size
158 int size = mms->write_out_ptr - mms->out_buffer;
161 sizeof(mms->out_buffer) - size, 1, NULL, NULL, NULL, NULL);
220 // 40 is the packet header size, 7 is the prefix size.
332 "Failed to read packet data of size %d: %d (%s)\n",
591 static int mms_read(URLContext *h, uint8_t *buf, int size)
601 result = ff_mms_read_header(mms, buf, size);
605 result = ff_mms_read_data(mms, buf, size);
617 result = ff_mms_read_data(mms, buf, size);
619 av_log(h, AV_LOG_TRACE, "Read ASF media packet size is zero!\n");