Lines Matching defs:out_buf
150 uint8_t *out_buf;
611 uint8_t **outp= &enc->out_buf;
679 spool.pout = &enc->out_buf;
685 bytestream_put_le16(&enc->out_buf, RoQ_QUAD_VQ);
686 bytestream_put_le32(&enc->out_buf, tempData->mainChunkSize/8);
687 bytestream_put_byte(&enc->out_buf, 0x0);
688 bytestream_put_byte(&enc->out_buf, 0x0);
1032 bytestream_put_le16(&enc->out_buf, RoQ_INFO);
1035 bytestream_put_le32(&enc->out_buf, 8);
1038 bytestream_put_byte(&enc->out_buf, 0x00);
1039 bytestream_put_byte(&enc->out_buf, 0x00);
1042 bytestream_put_le16(&enc->out_buf, enc->common.width);
1045 bytestream_put_le16(&enc->out_buf, enc->common.height);
1048 bytestream_put_byte(&enc->out_buf, 0x08);
1049 bytestream_put_byte(&enc->out_buf, 0x00);
1050 bytestream_put_byte(&enc->out_buf, 0x04);
1051 bytestream_put_byte(&enc->out_buf, 0x00);
1075 enc->out_buf = pkt->data;
1099 pkt->size = enc->out_buf - pkt->data;