Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Ddirac_parse.c323 static const SchroFrameRate schro_frame_rates[] = { variable
340 if (index < 1 || index >= ARRAY_SIZE (schro_frame_rates)) { in schro_video_format_set_std_frame_rate()
344 format->frame_rate_numerator = schro_frame_rates[index].numerator; in schro_video_format_set_std_frame_rate()
345 format->frame_rate_denominator = schro_frame_rates[index].denominator; in schro_video_format_set_std_frame_rate()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Ddirac_parse.c326 static const SchroFrameRate schro_frame_rates[] = { variable
343 if (index < 1 || index >= ARRAY_SIZE (schro_frame_rates)) { in schro_video_format_set_std_frame_rate()
347 format->frame_rate_numerator = schro_frame_rates[index].numerator; in schro_video_format_set_std_frame_rate()
348 format->frame_rate_denominator = schro_frame_rates[index].denominator; in schro_video_format_set_std_frame_rate()