Searched refs:first_field (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec.h53 int first_field; member in struct:__anon3198
H A Dmpegutils.c33 int first_field, int low_delay)
45 if (field_pic && first_field &&
30 ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last, int y, int h, int picture_structure, int first_field, int low_delay) argument
H A Ddnxhddec.c116 int first_field)
132 frame->top_field_first = first_field ^ ctx->cur_field;
434 int first_field = 1; local
440 if ((ret = dnxhd_decode_header(ctx, picture, buf, buf_size, first_field)) < 0)
447 first_field = 1;
454 if (first_field) {
463 if (first_field && picture->interlaced_frame) {
466 first_field = 0;
114 dnxhd_decode_header(DNXHDContext *ctx, AVFrame *frame, const uint8_t *buf, int buf_size, int first_field) argument
H A Dmpegutils.h124 int y, int h, int picture_structure, int first_field,
H A Dvaapi_mpeg2.c36 return s->first_field || s->picture_structure == PICT_FRAME;
H A Dh264_slice.c625 h->first_field = h1->first_field;
1009 dst->first_field = src->first_field;
1167 h->first_field = 0;
1291 if (!h0->first_field) {
1542 if (h0->first_field) {
1594 while (h->frame_num != h->prev_frame_num && !h0->first_field &&
1604 h0->first_field = 0;
1645 if (h0->first_field) {
[all...]
H A Dproresdec2.c565 if (ctx->frame_type && ctx->first_field ^ ctx->frame->top_field_first) {
631 ctx->first_field = 1;
661 if (ctx->frame_type && buf_size > 0 && ctx->first_field) {
662 ctx->first_field = 0;
H A Ddxva2_mpeg2.c65 pp->bSecondField = is_field && !s->first_field;
H A Dmpegvideo_xvmc.c122 render->flags = s->first_field ? 0 : XVMC_SECOND_FIELD;
H A Dmpegvideo_motion.c902 if ( s->picture_structure != s->field_select[dir][0] + 1 && s->pict_type != AV_PICTURE_TYPE_B && !s->first_field
918 || s->pict_type == AV_PICTURE_TYPE_B || s->first_field) && ref_picture[0]) {
962 if (!s->first_field) {
H A Dmpeg12dec.c1617 if (s->first_field || s->picture_structure == PICT_FRAME) {
1780 if (s->mb_y == 0 && s->mb_x == 0 && (s->first_field || s->picture_structure == PICT_FRAME)) {
2033 if (/* s->mb_y << field_pic == s->mb_height && */ !s->first_field && !s1->first_slice) {
2133 s->first_field = 0;
2188 s->first_field = 0;
2512 s2->first_field = 0;
2543 s2->first_field = 0;
2546 s2->first_field ^= 1;
H A Ddnxhdenc.c1047 int first_field = 1; local
1093 if (ctx->interlaced && first_field) {
1094 first_field = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_telecine.c38 int first_field; member in struct:__anon3429
59 {"first_field", "select first field", OFFSET(first_field), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAGS, "field"},
190 av_image_copy_plane(tc->frame[nout]->data[i] + tc->frame[nout]->linesize[i] * tc->first_field,
192 tc->temp->data[i] + tc->temp->linesize[i] * tc->first_field,
195 (tc->planeheight[i] - tc->first_field + 1) / 2);
197 av_image_copy_plane(tc->frame[nout]->data[i] + tc->frame[nout]->linesize[i] * !tc->first_field,
199 inpicref->data[i] + inpicref->linesize[i] * !tc->first_field,
202 (tc->planeheight[i] - !tc->first_field + 1) / 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhddec.c102 static int dnxhd_decode_header(DNXHDContext *ctx, const uint8_t *buf, int buf_size, int first_field) argument
117 ctx->picture.top_field_first = first_field ^ ctx->cur_field;
346 int first_field = 1; local
351 if (dnxhd_decode_header(ctx, buf, buf_size, first_field) < 0)
358 first_field = 1;
365 if (first_field) {
376 if (first_field && ctx->picture.interlaced_frame) {
379 first_field = 0;
H A Dvaapi_mpeg2.c36 return s->first_field || s->picture_structure == PICT_FRAME;
H A Ddxva2_mpeg2.c63 pp->bSecondField = is_field && !s->first_field;
H A Ddxva2_vc1.c71 pp->bSecondField = v->interlace && v->fcm != ILACE_FIELD && !s->first_field;
H A Dmpegvideo_xvmc.c108 render->flags = s->first_field ? 0 : XVMC_SECOND_FIELD;
H A Ddnxhdenc.c909 int first_field = 1; local
954 if (ctx->interlaced && first_field) {
955 first_field = 0;
H A Dmpegvideo_common.h820 if(s->picture_structure != s->field_select[dir][0] + 1 && s->pict_type != AV_PICTURE_TYPE_B && !s->first_field){
835 || s->pict_type == AV_PICTURE_TYPE_B || s->first_field){
874 if(!s->first_field){
H A Dh264.c2399 h->s.first_field= 0;
2582 dst->s.first_field = src->s.first_field;
2662 if (!s0->first_field) {
2823 s->first_field = 0;
2921 if (s0->first_field) {
3017 if (s0->first_field) {
3029 s0->first_field = FIELD_PICTURE;
3036 s0->first_field = 1;
3041 s0->first_field
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dgxf.c32 int64_t first_field; member in struct:gxf_stream_info
199 si->first_field = AV_NOPTS_VALUE;
211 si->first_field = value;
385 st->start_time = si->first_field;
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.c28 int64_t first_field; member in struct:gxf_stream_info
162 si->first_field = AV_NOPTS_VALUE;
174 si->first_field = value;
323 st->start_time = si->first_field;
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/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dv4l2.c228 static int first_field(const struct video_data *s, int fd) function
935 s->top_field_first = first_field(s, s->fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dv4l2.c208 static int first_field(int fd) function
782 s->top_field_first = first_field(s->fd);

Completed in 303 milliseconds

12