Searched refs:get_next_video_packet (Results 1 – 1 of 1) sorted by relevance
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/ |
H A D | asf_decoder.c | 401 static int get_next_video_packet(const lives_clip_data_t *cdata, int tfrag, int64_t tdts) { in get_next_video_packet() function 766 ret = get_next_video_packet(cdata, lidx->frag, tdts); in get_idx_for_pts() 784 get_next_video_packet(cdata, priv->kframe->frag, INT_MAX); in get_last_video_dts() 2147 retval = get_next_video_packet(cdata, 0, -1); in attach_stream() 2198 retval = get_next_video_packet(cdata, -1, -1); in attach_stream() 2232 retval = get_next_video_packet(cdata, -1, -1); in attach_stream() 2719 ret = get_next_video_packet(cdata, tfrag, -1); in get_frame()
|