Home
last modified time | relevance | path

Searched refs:avframe (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibopenh264dec.c90 static int svc_decode_frame(AVCodecContext *avctx, AVFrame *avframe, in svc_decode_frame() argument
136 if (ff_get_buffer(avctx, avframe, 0) < 0) { in svc_decode_frame()
144 av_image_copy(avframe->data, avframe->linesize, (const uint8_t **) ptrs, linesize, avctx->pix_fmt, avctx->width, avctx->height); in svc_decode_frame()
146 avframe->pts = info.uiOutYuvTimeStamp; in svc_decode_frame()
147 avframe->pkt_dts = AV_NOPTS_VALUE; in svc_decode_frame()
H A Ddiracdec.c77 AVFrame *avframe; member
263 if (framelist[i]->avframe->display_picture_number == picnum) { in remove_frame()
358 if (s->all_frames[i].avframe->data[0]) { in free_sequence_buffers()
359 av_frame_unref(s->all_frames[i].avframe); in free_sequence_buffers()
404 s->all_frames[i].avframe = av_frame_alloc(); in dirac_decode_init()
405 if (!s->all_frames[i].avframe) { in dirac_decode_init()
407 av_frame_free(&s->all_frames[--i].avframe); in dirac_decode_init()
433 av_frame_free(&s->all_frames[i].avframe); in dirac_decode_end()
1837 ref->hpel[plane][0] = ref->avframe->data[plane]; in interpolate_refplane()
1838 s->mpvencdsp.draw_edges(ref->hpel[plane][0], ref->avframe in interpolate_refplane()
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddecklink_enc.cpp52 decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, AVCodecID codec_id, int height, int width) : in decklink_frame() argument
53 _ctx(ctx), _avframe(avframe), _avpacket(NULL), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } in decklink_frame()
438 AVFrame *avframe = NULL, *tmp = (AVFrame *)pkt->data; in decklink_write_video_packet() local
452 avframe = av_frame_clone(tmp); in decklink_write_video_packet()
453 if (!avframe) { in decklink_write_video_packet()
458 frame = new decklink_frame(ctx, avframe, st->codecpar->codec_id, avframe->height, avframe->width); in decklink_write_video_packet()
476 av_frame_free(&avframe); in decklink_write_video_packet()

Completed in 9 milliseconds