Home
last modified time | relevance | path

Searched refs:general_constraint_indicator_flags (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhevc.c47 uint64_t general_constraint_indicator_flags; member
123 hvcc->general_constraint_indicator_flags &= ptl->constraint_indicator_flags; in hvcc_update_ptl()
780 hvcc->general_constraint_indicator_flags = 0xffffffffffff; in hvcc_init()
845 hvcc->general_constraint_indicator_flags); in hvcc_write()
921 avio_wb32(pb, hvcc->general_constraint_indicator_flags >> 16); in hvcc_write()
922 avio_wb16(pb, hvcc->general_constraint_indicator_flags); in hvcc_write()
/third_party/gstreamer/gstplugins_bad/
DChangeLog38479 Set more unhandled flags to general_constraint_indicator_flags field.