Searched refs:last_field (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dgxf.c33 int64_t last_field; member in struct:gxf_stream_info
200 si->last_field = AV_NOPTS_VALUE;
213 si->last_field = value;
386 if (si->first_field != AV_NOPTS_VALUE && si->last_field != AV_NOPTS_VALUE)
387 st->duration = si->last_field - si->first_field;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dgxf.c29 int64_t last_field; member in struct:gxf_stream_info
163 si->last_field = AV_NOPTS_VALUE;
176 si->last_field = value;
324 if (si->first_field != AV_NOPTS_VALUE && si->last_field != AV_NOPTS_VALUE)
325 st->duration = si->last_field - si->first_field;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_hlp.c729 if ( vv->last_field == V4L2_FIELD_TOP ) {
732 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) {
946 if ( vv->last_field == V4L2_FIELD_INTERLACED ) {
949 } else if ( vv->last_field == V4L2_FIELD_TOP ) {
952 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) {
999 if ( vv->last_field == V4L2_FIELD_INTERLACED ) {
1000 } else if ( vv->last_field == V4L2_FIELD_TOP ) {
1001 vv->last_field = V4L2_FIELD_BOTTOM;
1002 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) {
1003 vv->last_field
[all...]
H A Dsaa7146_video.c777 vv->last_field = V4L2_FIELD_TOP;
782 vv->last_field = V4L2_FIELD_INTERLACED;
786 vv->last_field = V4L2_FIELD_INTERLACED;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dsaa7146_vv.h128 enum v4l2_field last_field; member in struct:saa7146_vv

Completed in 181 milliseconds