Searched refs:foc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvdpau_h264.c32 static int32_t h264_foc(int foc) argument
34 if (foc == INT_MAX)
35 foc = 0;
36 return foc;
H A Dvdpau.c217 int foc = h->cur_pic_ptr->field_poc[i]; local
218 if (foc == INT_MAX)
219 foc = 0;
220 render->info.h264.field_order_cnt[i] = foc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvdpau.c140 int foc = s->current_picture_ptr->field_poc[i]; local
141 if (foc == INT_MAX)
142 foc = 0;
143 render->info.h264.field_order_cnt[i] = foc;

Completed in 51 milliseconds