• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/

Lines Matching refs:video_st

163     AVStream *video_st;
665 if (is->video_st->sample_aspect_ratio.num)
666 aspect_ratio = av_q2d(is->video_st->sample_aspect_ratio);
667 else if (is->video_st->codec->sample_aspect_ratio.num)
668 aspect_ratio = av_q2d(is->video_st->codec->sample_aspect_ratio);
673 aspect_ratio *= (float)is->video_st->codec->width / is->video_st->codec->height;
677 if (is->video_st->codec->dtg_active_format != is->dtg_active_format) {
678 is->dtg_active_format = is->video_st->codec->dtg_active_format;
683 switch(is->video_st->codec->dtg_active_format) {
876 }else if (is->video_st && is->video_st->codec->width){
877 w = is->video_st->codec->width;
878 h = is->video_st->codec->height;
908 else if (is->video_st)
971 if (is->video_st)
1067 if (is->video_st) {
1164 if (is->video_st)
1169 if (is->audio_st && is->video_st)
1194 switch(is->video_st->codec->pix_fmt) {
1208 vp->bmp = SDL_CreateYUVOverlay(is->video_st->codec->width,
1209 is->video_st->codec->height,
1212 vp->width = is->video_st->codec->width;
1213 vp->height = is->video_st->codec->height;
1247 vp->width != is->video_st->codec->width ||
1248 vp->height != is->video_st->codec->height) {
1285 is->video_st->codec->width, is->video_st->codec->height,
1286 is->video_st->codec->pix_fmt,
1287 is->video_st->codec->width, is->video_st->codec->height,
1294 0, is->video_st->codec->height, pict.data, pict.linesize);
1327 frame_delay = av_q2d(is->video_st->codec->time_base);
1365 avcodec_flush_buffers(is->video_st->codec);
1371 is->video_st->codec->reordered_opaque= pkt->pts;
1372 len1 = avcodec_decode_video(is->video_st->codec,
1383 pts *= av_q2d(is->video_st->time_base);
1509 if (((is->av_sync_type == AV_SYNC_VIDEO_MASTER && is->video_st) ||
1802 is->video_st = ic->streams[stream_index];
1883 is->video_st = NULL;