Lines Matching defs:dst_ref
648 AVBufferRef *dst_ref = NULL, *tmp_ref;
656 dst_ref = av_buffer_ref(tmp_ref);
657 if (!dst_ref) {
666 dst_ref = av_hwdevice_ctx_alloc(type);
667 if (!dst_ref) {
671 dst_ctx = (AVHWDeviceContext*)dst_ref->data;
687 ret = av_hwdevice_ctx_init(dst_ref);
702 *dst_ref_ptr = dst_ref;
706 av_buffer_unref(&dst_ref);
872 AVBufferRef *dst_ref = NULL;
896 dst_ref = av_hwframe_ctx_alloc(derived_device_ctx);
897 if (!dst_ref) {
902 dst = (AVHWFramesContext*)dst_ref->data;
932 *derived_frame_ctx = dst_ref;
938 av_buffer_unref(&dst_ref);