Searched refs:cur_field (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhd_parser.c34 int cur_field; /* first field is 0, second is 1 */ member in struct:__anon3131
45 int cur_field = dctx->cur_field; local
54 cur_field = state&1;
66 if (!interlaced || dctx->cur_field) {
70 dctx->cur_field = 0;
75 dctx->cur_field = cur_field = state&1;
83 dctx->cur_field = cur_field;
[all...]
H A Ddnxhdenc.h62 int cur_field; member in struct:DNXHDEncContext
H A Ddnxhddec.c43 int cur_field; ///< current interlaced field member in struct:DNXHDContext
130 ctx->cur_field = buf[5] & 1;
132 frame->top_field_first = first_field ^ ctx->cur_field;
134 "interlaced %d, cur field %d\n", buf[5] & 3, ctx->cur_field);
365 if (ctx->cur_field) {
H A Ddnxhdenc.c419 buf[5] = ctx->interlaced ? ctx->cur_field + 2 : 0x01;
1040 ctx->cur_field = frame->interlaced_frame && !frame->top_field_first;
1060 if (ctx->interlaced && ctx->cur_field)
1095 ctx->cur_field ^= 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhdenc.h62 int cur_field; member in struct:DNXHDEncContext
H A Ddnxhddec.c42 int cur_field; ///< current interlaced field member in struct:DNXHDContext
115 ctx->cur_field = buf[5] & 1;
117 ctx->picture.top_field_first = first_field ^ ctx->cur_field;
118 av_log(ctx->avctx, AV_LOG_DEBUG, "interlaced %d, cur field %d\n", buf[5] & 3, ctx->cur_field);
298 if (ctx->cur_field) {
H A Ddnxhdenc.c338 buf[5] = ctx->interlaced ? ctx->cur_field+2 : 0x01;
903 ctx->cur_field = frame->interlaced_frame && !frame->top_field_first;
922 if (ctx->interlaced && ctx->cur_field)
956 ctx->cur_field ^= 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-video.c567 dev->cur_field = p[2];
591 (!(dev->cur_field & 1))) {
608 if (dev->cur_field & 1)
633 if (dev->progressive || !(dev->cur_field & 1)) {
643 if (dev->cur_field & 1)
H A Dem28xx.h558 unsigned char cur_field; member in struct:em28xx

Completed in 75 milliseconds