Searched refs:orc_file (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/scripts/ |
D | update-orc-dist-files.py | 31 orc_file = sys.argv[1] variable 36 assert(orc_file.endswith('.orc'))
|
/third_party/gstreamer/gstplugins_good/scripts/ |
D | update-orc-dist-files.py | 31 orc_file = sys.argv[1] variable 36 assert(orc_file.endswith('.orc'))
|
/third_party/gstreamer/gstplugins_bad/scripts/ |
D | update-orc-dist-files.py | 31 orc_file = sys.argv[1] variable 36 assert(orc_file.endswith('.orc'))
|
/third_party/gstreamer/gstplugins_good/ |
D | meson.build | 458 orc_file = t.get('orc-source') variable 465 command: [update_orc_dist_files, orc_file, header, source],
|
/third_party/gstreamer/gstplugins_base/ |
D | meson.build | 507 orc_file = t.get('orc-source') variable 514 command: [update_orc_dist_files, orc_file, header, source],
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson.build | 525 orc_file = t.get('orc-source') variable 532 command: [update_orc_dist_files, orc_file, header, source],
|