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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlp_parser.h34 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD member in struct:MLPHeaderInfo
H A Dmlp_parser.c147 mh->stream_type = get_bits(gb, 8);
149 if (mh->stream_type == 0xbb) {
160 } else if (mh->stream_type == 0xba) {
316 if (mh.stream_type == 0xbb) {
320 } else { /* mh.stream_type == 0xba */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp_parser.h34 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD member in struct:MLPHeaderInfo
H A Dmlp_parser.c149 mh->stream_type = get_bits(gb, 8);
151 if (mh->stream_type == 0xbb) {
165 } else if (mh->stream_type == 0xba) {
339 if (mh.stream_type == 0xbb) {
360 } else { /* mh.stream_type == 0xba */
H A Dmlpdec.c379 if (mh.stream_type != 0xbb) {
381 "unexpected stream_type %X in MLP",
382 mh.stream_type);
389 if (mh.stream_type != 0xba) {
391 "unexpected stream_type %X in !MLP",
392 mh.stream_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dflvdec.c767 int stream_type=-1; local
809 stream_type = FLV_STREAM_TYPE_AUDIO;
813 stream_type = FLV_STREAM_TYPE_VIDEO;
819 stream_type=FLV_STREAM_TYPE_DATA;
843 if (stream_type == FLV_STREAM_TYPE_AUDIO) {
847 } else if (stream_type == FLV_STREAM_TYPE_VIDEO) {
851 } else if (stream_type == FLV_STREAM_TYPE_DATA) {
859 st = create_stream(s, stream_types[stream_type]);
864 av_dlog(s, "%d %X %d \n", stream_type, flags, st->discard);
865 if ( (st->discard >= AVDISCARD_NONKEY && !((flags & FLV_VIDEO_FRAMETYPE_MASK) == FLV_FRAME_KEY || (stream_type
[all...]
H A Dmpegts.h99 * @param stream_type STREAM_TYPE_xxx
104 int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
H A Dmpegtsenc.c228 int val, stream_type, i; local
249 stream_type = STREAM_TYPE_VIDEO_MPEG2;
252 stream_type = STREAM_TYPE_VIDEO_MPEG4;
255 stream_type = STREAM_TYPE_VIDEO_H264;
258 stream_type = STREAM_TYPE_VIDEO_HEVC;
261 stream_type = STREAM_TYPE_VIDEO_CAVS;
264 stream_type = STREAM_TYPE_VIDEO_DIRAC;
268 stream_type = STREAM_TYPE_AUDIO_MPEG1;
271 stream_type = (ts->flags & MPEGTS_FLAG_AAC_LATM) ? STREAM_TYPE_AUDIO_AAC_LATM : STREAM_TYPE_AUDIO_AAC;
274 stream_type
[all...]
H A Dmpegts.c211 int stream_type; member in struct:PESContext
642 uint32_t stream_type; member in struct:__anon3575
718 uint32_t stream_type,
726 for (; types->stream_type; types++)
727 if (stream_type == types->stream_type) {
736 uint32_t stream_type, uint32_t prog_reg_desc)
752 pes->stream_type = stream_type;
755 "stream=%d stream_type
717 mpegts_find_stream_type(AVStream *st, uint32_t stream_type, const StreamType *types) argument
735 mpegts_set_stream_info(AVStream *st, PESContext *pes, uint32_t stream_type, uint32_t prog_reg_desc) argument
1492 ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, const uint8_t **pp, const uint8_t *desc_list_end, Mp4Descr *mp4_descr, int mp4_descr_count, int pid, MpegTSContext *ts) argument
1717 int program_info_length, pcr_pid, pid, stream_type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegts.h96 * @param stream_type STREAM_TYPE_xxx
105 int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
H A Dmpegts.c163 int stream_type; member in struct:PESContext
512 uint32_t stream_type; member in struct:__anon2222
566 uint32_t stream_type, const StreamType *types)
568 for (; types->stream_type; types++) {
569 if (stream_type == types->stream_type) {
578 uint32_t stream_type, uint32_t prog_reg_desc)
586 pes->stream_type = stream_type;
589 "stream=%d stream_type
565 mpegts_find_stream_type(AVStream *st, uint32_t stream_type, const StreamType *types) argument
577 mpegts_set_stream_info(AVStream *st, PESContext *pes, uint32_t stream_type, uint32_t prog_reg_desc) argument
1238 ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, const uint8_t **pp, const uint8_t *desc_list_end, Mp4Descr *mp4_descr, int mp4_descr_count, int pid, MpegTSContext *ts) argument
1370 int program_info_length, pcr_pid, pid, stream_type; local
[all...]
H A Dmpegtsenc.c237 int val, stream_type, i; local
258 stream_type = STREAM_TYPE_VIDEO_MPEG2;
261 stream_type = STREAM_TYPE_VIDEO_MPEG4;
264 stream_type = STREAM_TYPE_VIDEO_H264;
267 stream_type = STREAM_TYPE_VIDEO_DIRAC;
271 stream_type = STREAM_TYPE_AUDIO_MPEG1;
274 stream_type = STREAM_TYPE_AUDIO_AAC;
277 stream_type = STREAM_TYPE_AUDIO_AAC_LATM;
280 stream_type = STREAM_TYPE_AUDIO_AC3;
283 stream_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-controls.c313 cx->params.stream_type != p.stream_type))
315 p.stream_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dcx2341x.h45 enum v4l2_mpeg_stream_type stream_type; member in struct:cx2341x_mpeg_params
152 struct v4l2_ctrl *stream_type; member in struct:cx2341x_handler::__anon18303
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dcx2341x.c230 .stream_type = V4L2_MPEG_STREAM_TYPE_MPEG2_PS,
343 ctrl->value = params->stream_type;
494 params->stream_type = ctrl->value;
496 (params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_SS ||
497 params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ?
1045 if (force || NEQ(stream_type)) {
1047 mpeg_stream_type[new->stream_type]);
1293 (hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_SS ||
1294 hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ?
1536 cxhdl->stream_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_filter.c245 enum AVMediaType stream_type = s->streams[i]->codec->codec_type; local
246 if (stream_type != type &&
247 !(stream_type == AVMEDIA_TYPE_SUBTITLE &&
H A Dffserver.c217 enum StreamType stream_type; member in struct:FFStream
947 if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE)
1613 if (stream->stream_type == STREAM_TYPE_REDIRECT) {
1642 if (c->post == 0 && stream->stream_type == STREAM_TYPE_LIVE)
1875 if (c->stream->stream_type == STREAM_TYPE_STATUS)
2008 switch(stream->stream_type) {
3654 if (stream->stream_type == STREAM_TYPE_LIVE &&
4311 stream->stream_type = STREAM_TYPE_STATUS;
4314 stream->stream_type = STREAM_TYPE_LIVE;
4337 if (stream && stream->stream_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c204 enum StreamType stream_type; member in struct:FFStream
889 if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE)
1554 if (stream->stream_type == STREAM_TYPE_REDIRECT) {
1582 if (c->post == 0 && stream->stream_type == STREAM_TYPE_LIVE)
1805 if (c->stream->stream_type == STREAM_TYPE_STATUS)
1935 switch(stream->stream_type) {
3588 if (stream->stream_type == STREAM_TYPE_LIVE &&
4247 stream->stream_type = STREAM_TYPE_STATUS;
4250 stream->stream_type = STREAM_TYPE_LIVE;
4273 if (stream && stream->stream_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dscan-wma.c248 unsigned char stream_type[16]; member in struct:tag_wma_stream_properties
446 pguid = wma_find_guid(sp.stream_type);

Completed in 187 milliseconds