Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c348 GstH264SEIMessage *sei; in GST_START_TEST()
396 sei = &g_array_index (seis, GstH264SEIMessage, 0); in GST_START_TEST()
399 sei = &g_array_index (seis, GstH264SEIMessage, 1); in GST_START_TEST()
590 GstH264SEIMessage parsed_message; in GST_START_TEST()
663 g_array_index (msg_array, GstH264SEIMessage, 0); in GST_START_TEST()
667 const GstH264SEIMessage *src_msg = in GST_START_TEST()
668 &g_array_index (msg_array, GstH264SEIMessage, 0); in GST_START_TEST()
679 msg_array = g_array_new (FALSE, FALSE, sizeof (GstH264SEIMessage)); in GST_START_TEST()
700 GstH264SEIMessage *msg = &g_array_index (msg_array, GstH264SEIMessage, i); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh264enc.c168 GstH264SEIMessage sei; in gst_msdkh264enc_add_cc()
175 memset (&sei, 0, sizeof (GstH264SEIMessage)); in gst_msdkh264enc_add_cc()
206 g_array_new (FALSE, FALSE, sizeof (GstH264SEIMessage)); in gst_msdkh264enc_add_cc()
326 GstH264SEIMessage sei; in gst_msdkh264enc_set_format()
328 GArray *array = g_array_new (FALSE, FALSE, sizeof (GstH264SEIMessage)); in gst_msdkh264enc_set_format()
336 memset (&sei, 0, sizeof (GstH264SEIMessage)); in gst_msdkh264enc_set_format()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h367 typedef struct _GstH264SEIMessage GstH264SEIMessage; typedef
1293 void gst_h264_sei_clear (GstH264SEIMessage *sei);
Dgsth264parser.c1268 NalReader * nr, GstH264SEIMessage * sei) in gst_h264_parser_parse_sei_message()
2462 gst_h264_sei_clear (GstH264SEIMessage * sei) in gst_h264_sei_clear()
2501 GstH264SEIMessage sei; in gst_h264_parser_parse_sei()
2507 *messages = g_array_new (FALSE, FALSE, sizeof (GstH264SEIMessage)); in gst_h264_parser_parse_sei()
2959 GstH264SEIMessage *msg = &g_array_index (messages, GstH264SEIMessage, i); in gst_h264_create_sei_memory_internal()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c623 GstH264SEIMessage sei; in gst_h264_parse_process_sei()
637 sei = g_array_index (messages, GstH264SEIMessage, i); in gst_h264_parse_process_sei()
2946 GstH264SEIMessage sei; in gst_h264_parse_create_pic_timing_sei()
2981 memset (&sei, 0, sizeof (GstH264SEIMessage)); in gst_h264_parse_create_pic_timing_sei()
3050 msg_array = g_array_new (FALSE, FALSE, sizeof (GstH264SEIMessage)); in gst_h264_parse_create_pic_timing_sei()
/third_party/gstreamer/gstplugins_bad/
DChangeLog85018 Initialize to 0 these parse structures before filling them: GstH264SEIMessage,
127040 function now create and fill a GArray containing GstH264SEIMessage.