Searched refs:previous_frame (Results 1 – 4 of 4) sorted by relevance
28 AVFrame *previous_frame; member36 AVFrame *prev_pic = zc->previous_frame; in zerocodec_decode_frame()95 av_frame_unref(zc->previous_frame); in zerocodec_decode_frame()96 if ((ret = av_frame_ref(zc->previous_frame, pic)) < 0) in zerocodec_decode_frame()108 av_frame_free(&zc->previous_frame); in zerocodec_decode_close()122 zc->previous_frame = av_frame_alloc(); in zerocodec_decode_init()123 if (!zc->previous_frame) in zerocodec_decode_init()133 av_frame_unref(zc->previous_frame); in zerocodec_decode_flush()
41 AVFrame *previous_frame; member71 av_frame_free(&s->previous_frame); in qtrle_encode_end()119 s->previous_frame = av_frame_alloc(); in qtrle_encode_init()120 if (!s->previous_frame) { in qtrle_encode_init()164 : s->previous_frame->data[0] in qtrle_encode_line()165 + line * s->previous_frame->linesize[0] in qtrle_encode_line()337 s->previous_frame->data[0] + start_line * s->previous_frame->linesize[0], in encode_frame()343 s->previous_frame->data[0] + (end_line - 1) * s->previous_frame->linesize[0], in encode_frame()376 if (avctx->gop_size == 0 || !s->previous_frame->data[0] || in qtrle_encode_frame()388 av_frame_unref(s->previous_frame); in qtrle_encode_frame()[all …]
60 uint8_t *previous_frame; member96 av_freep(&s->previous_frame); in flashsv_encode_end()131 uint8_t *previous_frame, int *I_frame) in encode_bitstream() argument171 p->linesize[0], previous_frame); in encode_bitstream()214 s->previous_frame = av_mallocz(FFABS(p->linesize[0]) * s->image_height); in flashsv_encode_frame()215 if (!s->previous_frame) { in flashsv_encode_frame()223 pfptr = s->previous_frame - (s->image_height - 1) * p->linesize[0]; in flashsv_encode_frame()225 pfptr = s->previous_frame; in flashsv_encode_frame()241 memcpy(s->previous_frame, p->data[0], s->image_height * p->linesize[0]); in flashsv_encode_frame()243 memcpy(s->previous_frame, in flashsv_encode_frame()
1313 previous_frame = sys._getframe().f_back1314 previous_frame.f_lineno = previous_frame.f_lineno