Searched refs:start_code_prefix_length (Results 1 – 4 of 4) sorted by relevance
3242 gst_h264_create_sei_memory (guint8 start_code_prefix_length, GArray * messages) in gst_h264_create_sei_memory() argument3244 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()
1316 GstMemory * gst_h264_create_sei_memory (guint8 start_code_prefix_length,
4124 guint8 start_code_prefix_length, GArray * messages) in gst_h265_create_sei_memory() argument4126 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()
1791 guint8 start_code_prefix_length,