Lines Matching refs:curr_frame
111 ThreadFrame curr_frame, prev_frame; member
1021 ff_thread_release_buffer(dst, &fdst->curr_frame); in update_thread_context()
1022 if (fsrc->curr_frame.f->data[0]) { in update_thread_context()
1023 if ((ret = ff_thread_ref_frame(&fdst->curr_frame, &fsrc->curr_frame)) < 0) in update_thread_context()
1049 s->curr_frame.f = av_frame_alloc(); in wavpack_decode_init()
1052 if (!s->curr_frame.f || !s->prev_frame.f) in wavpack_decode_init()
1068 ff_thread_release_buffer(avctx, &s->curr_frame); in wavpack_decode_end()
1069 av_frame_free(&s->curr_frame.f); in wavpack_decode_end()
1541 ff_thread_release_buffer(avctx, &wc->curr_frame); in wavpack_decode_block()
1550 FFSWAP(ThreadFrame, wc->curr_frame, wc->prev_frame); in wavpack_decode_block()
1553 wc->curr_frame.f->nb_samples = s->samples; in wavpack_decode_block()
1554 if ((ret = ff_thread_get_buffer(avctx, &wc->curr_frame, AV_GET_BUFFER_FLAG_REF)) < 0) in wavpack_decode_block()
1557 wc->frame = wc->curr_frame.f; in wavpack_decode_block()
1683 ff_thread_report_progress(&s->curr_frame, INT_MAX, 0); in wavpack_decode_frame()
1696 ff_thread_report_progress(&s->curr_frame, INT_MAX, 0); in wavpack_decode_frame()