Searched refs:ps_data (Results 1 – 3 of 3) sorted by relevance
217 mpegpsmux_create_stream (MpegPsMux * mux, MpegPsPadData * ps_data, GstPad * pad) in mpegpsmux_create_stream() argument236 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_VIDEO_DIRAC); in mpegpsmux_create_stream()240 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_PS_AUDIO_AC3); in mpegpsmux_create_stream()243 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_PS_AUDIO_DTS); in mpegpsmux_create_stream()246 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_PS_AUDIO_LPCM); in mpegpsmux_create_stream()253 ps_data->codec_data = gst_buffer_ref (gst_value_get_buffer (value)); in mpegpsmux_create_stream()255 gst_buffer_get_size (ps_data->codec_data)); in mpegpsmux_create_stream()256 ps_data->prepare_func = mpegpsmux_prepare_h264; in mpegpsmux_create_stream()258 ps_data->codec_data = NULL; in mpegpsmux_create_stream()260 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_VIDEO_H264); in mpegpsmux_create_stream()[all …]
87 u32 ps_data[20]; member
1252 struct ps_data { struct1561 struct ps_data ps;