Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c3242 gst_h264_create_sei_memory (guint8 start_code_prefix_length, GArray * messages) in gst_h264_create_sei_memory() argument
3244 g_return_val_if_fail (start_code_prefix_length == 3 in gst_h264_create_sei_memory()
3245 || start_code_prefix_length == 4, NULL); in gst_h264_create_sei_memory()
3249 return gst_h264_create_sei_memory_internal (start_code_prefix_length, in gst_h264_create_sei_memory()
Dgsth264parser.h1316 GstMemory * gst_h264_create_sei_memory (guint8 start_code_prefix_length,
Dgsth265parser.c4124 guint8 start_code_prefix_length, GArray * messages) in gst_h265_create_sei_memory() argument
4126 g_return_val_if_fail (start_code_prefix_length == 3 in gst_h265_create_sei_memory()
4127 || start_code_prefix_length == 4, NULL); in gst_h265_create_sei_memory()
4132 start_code_prefix_length, FALSE, messages); in gst_h265_create_sei_memory()
Dgsth265parser.h1791 guint8 start_code_prefix_length,