Lines Matching refs:tmp_frame
63 AVFrame *tmp_frame;
277 ost->tmp_frame = alloc_audio_frame(AV_SAMPLE_FMT_S16, &c->ch_layout,
313 AVFrame *frame = ost->tmp_frame;
436 ost->tmp_frame = NULL;
438 ost->tmp_frame = alloc_picture(AV_PIX_FMT_YUV420P, c->width, c->height);
439 if (!ost->tmp_frame) {
504 fill_yuv_image(ost->tmp_frame, ost->next_pts, c->width, c->height);
505 sws_scale(ost->sws_ctx, (const uint8_t * const *) ost->tmp_frame->data,
506 ost->tmp_frame->linesize, 0, c->height, ost->frame->data,
530 av_frame_free(&ost->tmp_frame);