Searched refs:stream_type (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmlp_parser.h34 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD member in struct:MLPHeaderInfo
H A Dmlp_parser.c95 mh->stream_type = get_bits(gb, 8);
97 if (mh->stream_type == 0xbb) {
108 } else if (mh->stream_type == 0xba) {
262 if (mh.stream_type == 0xbb) {
265 } else { /* mh.stream_type == 0xba */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegts.c41 static PESContext* add_pes_stream(MpegTSContext *ts, int pid, int pcr_pid, int stream_type);
140 int stream_type; member in struct:PESContext
488 int program_info_length, pcr_pid, pid, stream_type; local
548 stream_type = get8(&p, p_end);
549 if (stream_type < 0)
564 if (stream_type == STREAM_TYPE_PRIVATE_DATA) {
567 stream_type = STREAM_TYPE_AUDIO_AC3;
570 stream_type = STREAM_TYPE_AUDIO_DTS;
583 if (stream_type == STREAM_TYPE_PRIVATE_DATA)
584 stream_type
1024 add_pes_stream(MpegTSContext *ts, int pid, int pcr_pid, int stream_type) argument
[all...]
H A Dmpegtsenc.c202 int val, stream_type, i; local
223 stream_type = STREAM_TYPE_VIDEO_MPEG2;
226 stream_type = STREAM_TYPE_VIDEO_MPEG4;
229 stream_type = STREAM_TYPE_VIDEO_H264;
232 stream_type = STREAM_TYPE_VIDEO_DIRAC;
236 stream_type = STREAM_TYPE_AUDIO_MPEG1;
239 stream_type = STREAM_TYPE_AUDIO_AAC;
242 stream_type = STREAM_TYPE_AUDIO_AC3;
245 stream_type = STREAM_TYPE_PRIVATE_DATA;
248 *q++ = stream_type;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcx2341x.c145 ctrl->value = params->stream_type;
271 params->stream_type = ctrl->value;
273 (params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_SS ||
274 params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ?
696 .stream_type = V4L2_MPEG_STREAM_TYPE_MPEG2_PS,
803 if (old == NULL || old->stream_type != new->stream_type) {
804 err = cx2341x_api(priv, func, CX2341X_ENC_SET_STREAM_TYPE, 1, mpeg_stream_type[new->stream_type]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dcx2341x.h41 enum v4l2_mpeg_stream_type stream_type; member in struct:cx2341x_mpeg_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-streams.c320 itv->params.stream_type = 0;
323 ivtv_vapi(itv, CX2341X_ENC_SET_STREAM_TYPE, 1, itv->params.stream_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c201 enum StreamType stream_type; member in struct:FFStream
820 if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE)
1330 if (stream->stream_type == STREAM_TYPE_REDIRECT) {
1358 if (c->post == 0 && stream->stream_type == STREAM_TYPE_LIVE)
1581 if (c->stream->stream_type == STREAM_TYPE_STATUS)
1711 switch(stream->stream_type) {
3370 if (stream->stream_type == STREAM_TYPE_LIVE &&
4004 stream->stream_type = STREAM_TYPE_STATUS;
4007 stream->stream_type = STREAM_TYPE_LIVE;
4033 if (stream && stream->stream_type
[all...]

Completed in 89 milliseconds