AV_PICTURE_STRUCTURE_TOP_FIELD  475 libavcodec/h264_parser.c                     s->picture_structure = AV_PICTURE_STRUCTURE_TOP_FIELD;
AV_PICTURE_STRUCTURE_TOP_FIELD  111 libavcodec/hevc_refs.c         frame->frame->top_field_first  = s->picture_struct == AV_PICTURE_STRUCTURE_TOP_FIELD;
AV_PICTURE_STRUCTURE_TOP_FIELD  112 libavcodec/hevc_refs.c         frame->frame->interlaced_frame = (s->picture_struct == AV_PICTURE_STRUCTURE_TOP_FIELD) || (s->picture_struct == AV_PICTURE_STRUCTURE_BOTTOM_FIELD);
AV_PICTURE_STRUCTURE_TOP_FIELD  109 libavcodec/hevc_sei.c             s->picture_struct = AV_PICTURE_STRUCTURE_TOP_FIELD;