Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c1376 #define PARSE_MESSAGE_FIELD(msg, field, value_type, value) G_STMT_START { \ macro
1419 PARSE_MESSAGE_FIELD (msg, GST_TRANSCODER_MESSAGE_DATA_DURATION, in gst_transcoder_message_parse_duration()
1436 PARSE_MESSAGE_FIELD (msg, GST_TRANSCODER_MESSAGE_DATA_POSITION, in gst_transcoder_message_parse_position()
1453 PARSE_MESSAGE_FIELD (msg, GST_TRANSCODER_MESSAGE_DATA_STATE, in gst_transcoder_message_parse_state()
1471 PARSE_MESSAGE_FIELD (msg, GST_TRANSCODER_MESSAGE_DATA_ERROR, G_TYPE_ERROR, in gst_transcoder_message_parse_error()
1473 PARSE_MESSAGE_FIELD (msg, GST_TRANSCODER_MESSAGE_DATA_ISSUE_DETAILS, in gst_transcoder_message_parse_error()
1491 PARSE_MESSAGE_FIELD (msg, GST_TRANSCODER_MESSAGE_DATA_WARNING, G_TYPE_ERROR, in gst_transcoder_message_parse_warning()
1493 PARSE_MESSAGE_FIELD (msg, GST_TRANSCODER_MESSAGE_DATA_ISSUE_DETAILS, in gst_transcoder_message_parse_warning()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c4565 #define PARSE_MESSAGE_FIELD(msg, field, value_type, value) G_STMT_START { \ macro
4584 PARSE_MESSAGE_FIELD (msg, GST_PLAY_MESSAGE_DATA_TYPE, in gst_play_message_parse_type()
4601 PARSE_MESSAGE_FIELD (msg, GST_PLAY_MESSAGE_DATA_DURATION, in gst_play_message_parse_duration_updated()
4618 PARSE_MESSAGE_FIELD (msg, GST_PLAY_MESSAGE_DATA_POSITION, in gst_play_message_parse_position_updated()
4634 PARSE_MESSAGE_FIELD (msg, GST_PLAY_MESSAGE_DATA_PLAY_STATE, in gst_play_message_parse_state_changed()
4650 PARSE_MESSAGE_FIELD (msg, GST_PLAY_MESSAGE_DATA_BUFFERING_PERCENT, in gst_play_message_parse_buffering_percent()
4668 PARSE_MESSAGE_FIELD (msg, GST_PLAY_MESSAGE_DATA_ERROR, G_TYPE_ERROR, error); in gst_play_message_parse_error()
4669 PARSE_MESSAGE_FIELD (msg, GST_PLAY_MESSAGE_DATA_ERROR, GST_TYPE_STRUCTURE, in gst_play_message_parse_error()
4687 PARSE_MESSAGE_FIELD (msg, GST_PLAY_MESSAGE_DATA_WARNING, G_TYPE_ERROR, error); in gst_play_message_parse_warning()
4688 PARSE_MESSAGE_FIELD (msg, GST_PLAY_MESSAGE_DATA_WARNING, GST_TYPE_STRUCTURE, in gst_play_message_parse_warning()
[all …]