Searched refs:coded_frame (Results 1 – 3 of 3) sorted by relevance
213 pkt.pts= c->coded_frame->pts; in write_video_frame()214 if(c->coded_frame->key_frame) in write_video_frame()
1329 if(c->coded_frame->pts != (int64_t)AV_NOPTS_VALUE) in icv_av_write_frame_FFMPEG()1330 pkt.pts = av_rescale_q(c->coded_frame->pts, c->time_base, video_st->time_base); in icv_av_write_frame_FFMPEG()1332 pkt.pts = c->coded_frame->pts; in icv_av_write_frame_FFMPEG()1334 if(c->coded_frame->key_frame) in icv_av_write_frame_FFMPEG()
2595 AVFrame *coded_frame; member