Searched refs:CONFIG_QUARK (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer.c | 107 #define CONFIG_QUARK(q) _config_quark_table[CONFIG_QUARK_##q] macro 1605 CONFIG_QUARK (USER_AGENT), G_TYPE_STRING, agent, NULL); in gst_player_config_set_user_agent() 1627 CONFIG_QUARK (USER_AGENT), G_TYPE_STRING, &agent, NULL); in gst_player_config_get_user_agent() 1650 CONFIG_QUARK (POSITION_INTERVAL_UPDATE), G_TYPE_UINT, interval, NULL); in gst_player_config_set_position_update_interval() 1669 CONFIG_QUARK (POSITION_INTERVAL_UPDATE), G_TYPE_UINT, &interval, NULL); in gst_player_config_get_position_update_interval() 1697 CONFIG_QUARK (ACCURATE_SEEK), G_TYPE_BOOLEAN, accurate, NULL); in gst_player_config_set_seek_accurate() 1716 CONFIG_QUARK (ACCURATE_SEEK), G_TYPE_BOOLEAN, &accurate, NULL); in gst_player_config_get_seek_accurate()
|
/third_party/jerryscript/targets/curie_bsp/jerry_app/quark/ |
D | defconfig | 19 CONFIG_QUARK=y
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 107 #define CONFIG_QUARK(q) _config_quark_table[CONFIG_QUARK_##q] macro 282 CONFIG_QUARK (POSITION_INTERVAL_UPDATE), G_TYPE_UINT, DEFAULT_POSITION_UPDATE_INTERVAL_MS, in gst_play_init() 283 CONFIG_QUARK (ACCURATE_SEEK), G_TYPE_BOOLEAN, FALSE, in gst_play_init() 4334 CONFIG_QUARK (USER_AGENT), G_TYPE_STRING, agent, NULL); in gst_play_config_set_user_agent() 4355 CONFIG_QUARK (USER_AGENT), G_TYPE_STRING, &agent, NULL); in gst_play_config_get_user_agent() 4377 CONFIG_QUARK (POSITION_INTERVAL_UPDATE), G_TYPE_UINT, interval, NULL); in gst_play_config_set_position_update_interval() 4396 CONFIG_QUARK (POSITION_INTERVAL_UPDATE), G_TYPE_UINT, &interval, NULL); in gst_play_config_get_position_update_interval() 4424 CONFIG_QUARK (ACCURATE_SEEK), G_TYPE_BOOLEAN, accurate, NULL); in gst_play_config_set_seek_accurate() 4443 CONFIG_QUARK (ACCURATE_SEEK), G_TYPE_BOOLEAN, &accurate, NULL); in gst_play_config_get_seek_accurate()
|