Lines Matching defs:in_buf
53 EbBufferHeaderType *in_buf;
135 svt_enc->in_buf = av_mallocz(sizeof(*svt_enc->in_buf));
136 if (!svt_enc->in_buf)
139 svt_enc->in_buf->p_buffer = av_mallocz(sizeof(*in_data));
140 if (!svt_enc->in_buf->p_buffer)
143 svt_enc->in_buf->size = sizeof(*svt_enc->in_buf);
418 EbBufferHeaderType *headerPtr = svt_enc->in_buf;
562 if (svt_enc->in_buf) {
563 av_free(svt_enc->in_buf->p_buffer);
564 av_freep(&svt_enc->in_buf);