Home
last modified time | relevance | path

Searched refs:GST_NAVIGATION_COMMAND_PREV_ANGLE (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dnavigation.h124 GST_NAVIGATION_COMMAND_PREV_ANGLE = 30, enumerator
Dvideo-enumtypes.c169 … { C_ENUM(GST_NAVIGATION_COMMAND_PREV_ANGLE), "GST_NAVIGATION_COMMAND_PREV_ANGLE", "prev-angle" }, in gst_navigation_command_get_type()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dnavigation.c166 GST_NAVIGATION_COMMAND_PREV_ANGLE, GST_NAVIGATION_COMMAND_NEXT_ANGLE in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.c1220 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_PREV_ANGLE; in rsn_dvdsrc_handle_cmds_query()
1583 case GST_NAVIGATION_COMMAND_PREV_ANGLE:{ in rsn_dvdsrc_do_command()
1684 rsn_dvdsrc_do_command (src, GST_NAVIGATION_COMMAND_PREV_ANGLE); in rsn_dvdsrc_handle_navigation_event()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c3104 app->navigation_buttons[i++].cmd = GST_NAVIGATION_COMMAND_PREV_ANGLE; in create_ui()