Lines Matching refs:tmp_frame
80 AVFrame *tmp_frame = NULL;
114 tmp_frame = sw_frame;
116 tmp_frame = frame;
118 size = av_image_get_buffer_size(tmp_frame->format, tmp_frame->width,
119 tmp_frame->height, 1);
127 (const uint8_t * const *)tmp_frame->data,
128 (const int *)tmp_frame->linesize, tmp_frame->format,
129 tmp_frame->width, tmp_frame->height, 1);