Lines Matching defs:frame
41 AVFrame *prev_frame; // buffer for previous source frame
113 static void smc_encode_stream(SMCContext *s, const AVFrame *frame,
116 const uint8_t *src_pixels = (const uint8_t *)frame->data[0];
117 const int stride = frame->linesize[0];
121 const int height = frame->height;
122 const int width = frame->width;
136 /* Number of 4x4 blocks in frame. */
500 const AVFrame *frame, int *got_packet)
503 const AVFrame *pict = frame;
526 memcpy(pal, frame->data[1], AVPALETTE_SIZE);
538 ret = av_frame_ref(s->prev_frame, frame);