Lines Matching defs:decoder_ref
188 AVBufferRef *decoder_ref;
198 decoder_ref = av_buffer_create((uint8_t*)decoder, sizeof(*decoder),
200 if (!decoder_ref) {
238 *out = decoder_ref;
242 av_buffer_unref(&decoder_ref);
276 av_buffer_unref(&ctx->decoder_ref);
407 ret = nvdec_decoder_create(&ctx->decoder_ref, frames_ctx->device_ref, ¶ms, avctx);
419 decoder = (NVDECDecoder*)ctx->decoder_ref->data;
451 av_buffer_unref(&cf->decoder_ref);
460 NVDECDecoder *decoder = (NVDECDecoder*)unmap_data->decoder_ref->data;
476 av_buffer_unref(&unmap_data->decoder_ref);
485 NVDECDecoder *decoder = (NVDECDecoder*)cf->decoder_ref->data;
536 unmap_data->decoder_ref = av_buffer_ref(cf->decoder_ref);
577 cf->decoder_ref = av_buffer_ref(ctx->decoder_ref);
578 if (!cf->decoder_ref) {
639 NVDECDecoder *decoder = (NVDECDecoder*)ctx->decoder_ref->data;