Lines Matching refs:disposition

108 static const char *const opt_name_disposition[]               = {"disposition", NULL};
1681 MATCH_PER_STREAM_OPT(disposition, str, ost->disposition, oc, st);
1682 ost->disposition = av_strdup(ost->disposition);
2274 have_manual |= !!ost->disposition;
2277 ost->st->disposition = input_streams[ost->source_index]->st->disposition;
2279 if (ost->st->disposition & AV_DISPOSITION_DEFAULT)
2290 if (!ost->disposition)
2294 ret = av_opt_set(ost->st, "disposition", ost->disposition, 0);
2298 const AVOption *o = av_opt_find(&class, "disposition", NULL, 0, AV_OPT_SEARCH_FAKE_OBJ);
2301 ret = av_opt_eval_flags(&class, o, ost->disposition, &ost->st->disposition);
2317 ost->st->disposition & AV_DISPOSITION_ATTACHED_PIC)
2320 ost->st->disposition |= AV_DISPOSITION_DEFAULT;
2507 + 5000000*!!(ist->st->disposition & AV_DISPOSITION_DEFAULT);
2510 if((qcr!=MKTAG('A', 'P', 'I', 'C')) && (ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC))
2514 if((qcr==MKTAG('A', 'P', 'I', 'C')) && !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC))
2521 if((qcr == MKTAG('A', 'P', 'I', 'C')) || !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC))
2522 file_best_score -= 5000000*!!(input_streams[file_best_idx]->st->disposition & AV_DISPOSITION_DEFAULT);
2544 + 5000000*!!(ist->st->disposition & AV_DISPOSITION_DEFAULT);
2554 file_best_score -= 5000000*!!(input_streams[file_best_idx]->st->disposition & AV_DISPOSITION_DEFAULT);
3832 { "disposition", OPT_STRING | HAS_ARG | OPT_SPEC |
3833 OPT_OUTPUT, { .off = OFFSET(disposition) },
3834 "disposition", "" },