Lines Matching refs:first_field
178 int first_field)
197 ctx->cur_field = first_field ? buf[5] & 1 : !ctx->cur_field;
199 frame->top_field_first = first_field ^ ctx->cur_field;
622 int first_field = 1;
631 if ((ret = dnxhd_decode_header(ctx, picture, buf, buf_size, first_field)) < 0)
638 first_field = 1;
643 first_field = 1;
651 if (first_field) {
662 if (first_field && picture->interlaced_frame) {
665 first_field = 0;