Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamapplicationinfo.c124 guint8 menu_length; in handle_application_info_reply() local
128 menu_length = buffer[5]; in handle_application_info_reply()
129 menu_length = MIN (menu_length, 255); in handle_application_info_reply()
130 memcpy (menu, buffer + 6, menu_length); in handle_application_info_reply()
131 menu[menu_length] = 0; in handle_application_info_reply()