Home
last modified time | relevance | path

Searched refs:streamid (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dpva.c87 int syncword, streamid, reserved, flags, length, pts_flag; in read_part_of_packet() local
95 streamid = avio_r8(pb); in read_part_of_packet()
107 if (streamid != PVA_VIDEO_PAYLOAD && streamid != PVA_AUDIO_PAYLOAD) { in read_part_of_packet()
108 pva_log(s, AV_LOG_ERROR, "invalid streamid\n"); in read_part_of_packet()
119 if (streamid == PVA_VIDEO_PAYLOAD && pts_flag) { in read_part_of_packet()
122 } else if (streamid == PVA_AUDIO_PAYLOAD) { in read_part_of_packet()
179 av_add_index_entry(s->streams[streamid-1], startpos, pva_pts, 0, 0, AVINDEX_KEYFRAME); in read_part_of_packet()
183 *strid = streamid; in read_part_of_packet()
190 int ret, length, streamid; in pva_read_packet() local
206 int length, streamid; pva_read_timestamp() local
[all...]
H A Dlibsrt.c88 char *streamid; member
138 { "streamid", "A string of up to 512 characters that an Initiator can pass to a Responder", OFFSET(streamid), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E },
139 { "srt_streamid", "A string of up to 512 characters that an Initiator can pass to a Responder", OFFSET(streamid), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E },
240 /* Max streamid length plus an extra space for the terminating null character */ in libsrt_listen()
241 char streamid[513]; in libsrt_listen() local
242 int streamid_len = sizeof(streamid); in libsrt_listen()
261 if (!libsrt_getsockopt(h, ret, SRTO_STREAMID, "SRTO_STREAMID", streamid, &streamid_len)) in libsrt_listen()
263 av_log(h, AV_LOG_VERBOSE, "accept streamid [%s], length %d\n", streamid, streamid_le in libsrt_listen()
[all...]
H A Drtspdec.c249 int streamid = 0; in rtsp_read_setup() local
274 for (streamid = 0; streamid < rt->nb_rtsp_streams; streamid++) { in rtsp_read_setup()
275 if (!strcmp(rt->rtsp_streams[streamid]->control_url, in rtsp_read_setup()
279 if (streamid == rt->nb_rtsp_streams) { in rtsp_read_setup()
283 rtsp_st = rt->rtsp_streams[streamid]; in rtsp_read_setup()

Completed in 3 milliseconds