Home
last modified time | relevance | path

Searched refs:coded_frame (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/client_examples/
Dvnc2mpg.c213 pkt.pts= c->coded_frame->pts; in write_video_frame()
214 if(c->coded_frame->key_frame) in write_video_frame()
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1329 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()
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h2595 AVFrame *coded_frame; member