Lines Matching defs:dsd_ref
115 AVBufferRef *dsd_ref;
996 av_buffer_unref(&s->dsd_ref);
1004 s->dsd_ref = av_buffer_allocz(channels * sizeof(*s->dsdctx));
1005 if (!s->dsd_ref)
1007 s->dsdctx = (DSDContext*)s->dsd_ref->data;
1034 ret = av_buffer_replace(&fdst->dsd_ref, fsrc->dsd_ref);
1037 if (fsrc->dsd_ref) {
1038 fdst->dsdctx = (DSDContext*)fdst->dsd_ref->data;
1079 av_buffer_unref(&s->dsd_ref);