Searched refs:video_stream (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dmetadata.c572 int audio_stream = -1, video_stream = -1; local
607 else if( video_stream == -1 &&
610 video_stream = i;
615 if( video_stream == -1 )
710 if( video_stream >= 0 )
713 asprintf(&m.resolution, "%dx%d", ctx->streams[video_stream]->codec->width, ctx->streams[video_stream]->codec->height);
725 switch( ctx->streams[video_stream]->codec->codec_id )
730 if( (ctx->streams[video_stream]->codec->width == 352) &&
731 (ctx->streams[video_stream]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dyop.c56 AVStream *audio_stream, *video_stream; local
61 video_stream = avformat_new_stream(s, NULL);
64 video_stream->codec->extradata_size = 8;
66 video_stream->codec->extradata = av_mallocz(video_stream->codec->extradata_size +
69 if (!video_stream->codec->extradata)
80 video_dec = video_stream->codec;
91 video_stream->sample_aspect_ratio = (AVRational){1, 2};
109 avpriv_set_pts_info(video_stream, 32, 1, frame_rate);
H A Drmenc.c41 StreamInfo *audio_stream, *video_stream; member in struct:__anon2264
331 rm->video_stream = stream;
382 StreamInfo *stream = rm->video_stream;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dyop.c62 AVStream *audio_stream, *video_stream; local
67 video_stream = avformat_new_stream(s, NULL);
68 if (!audio_stream || !video_stream)
72 if (ff_alloc_extradata(video_stream->codec, 8))
84 video_dec = video_stream->codec;
95 video_stream->sample_aspect_ratio = (AVRational){1, 2};
115 avpriv_set_pts_info(video_stream, 32, 1, frame_rate);
H A Dlibmodplug.c53 int video_stream; ///< 1 if the user want a video stream, otherwise 0 member in struct:ModPlugContext
95 {"video_stream", "Make demuxer output a video stream", OFFSET(video_stream), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1, D},
235 if (modplug->video_stream) {
273 if (modplug->video_stream) {
323 if (modplug->video_stream)
346 if (modplug->video_stream)
H A Drmenc.c41 StreamInfo *audio_stream, *video_stream; member in struct:__anon3619
338 rm->video_stream = stream;
389 StreamInfo *stream = rm->video_stream;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddemuxing_decoding.c39 static AVStream *video_stream = NULL, *audio_stream = NULL; variable
256 video_stream = fmt_ctx->streams[video_stream_idx];
257 video_dec_ctx = video_stream->codec;
291 if (!audio_stream && !video_stream) {
314 if (video_stream)
341 if (video_stream) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dfilescanner_ffmpeg.c282 extract_metadata(struct media_file_info *mfi, AVFormatContext *ctx, AVStream *audio_stream, AVStream *video_stream, const struct metadata_map *md_map) argument
305 if (video_stream && video_stream->metadata)
307 ret = extract_metadata_core(mfi, video_stream->metadata, md_map);
324 AVStream *video_stream; local
366 video_stream = NULL;
380 // if (!video_stream && !(ctx->streams[i]->disposition & AV_DISPOSITION_ATTACHED_PIC))
381 if (!video_stream)
386 video_stream = ctx->streams[i];
387 video_codec_id = video_stream
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-context.h47 struct pvr2_context_stream video_stream; member in struct:pvr2_context
H A Dpvrusb2-dvb.c152 ret = pvr2_channel_claim_stream(&adap->channel, &pvr->video_stream);
164 pvr2_stream_set_callback(pvr->video_stream.stream,
H A Dpvrusb2-context.c125 mp->video_stream.stream =
H A Dpvrusb2-v4l2.c1255 dip->stream = &vp->channel.mc_head->video_stream;
1272 dip->stream = &vp->channel.mc_head->video_stream;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dmetadata.c670 int audio_stream = -1, video_stream = -1; local
709 video_stream == -1 )
711 video_stream = i;
712 vc = ctx->streams[video_stream]->codec;
877 video_stream, basepath, m.resolution, raw_packet_size);
925 video_stream, basepath, m.resolution);
937 video_stream, basepath, ctx->iformat->name, m.resolution);
960 fps = lav_get_fps(ctx->streams[video_stream]);
961 interlaced = lav_get_interlaced(vc, ctx->streams[video_stream]);
1248 DPRINTF(E_DEBUG, L_METADATA, "Stream %d of %s is h.264\n", video_stream, basepat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c253 int video_stream; member in struct:VideoState
1226 if (is->video_stream >= 0 && is->videoq.nb_packets <= MIN_FRAMES / 2 ||
1229 } else if ((is->video_stream < 0 || is->videoq.nb_packets > MIN_FRAMES * 2) &&
2645 is->video_stream = stream_index;
2737 is->video_stream = -1;
2787 is->last_video_stream = is->video_stream = -1;
2903 if (is->video_stream < 0 && is->audio_stream < 0) {
2953 if (is->video_stream >= 0) {
2975 packet_queue_put_nullpacket(&is->videoq, is->video_stream);
2984 && (is->videoq .nb_packets > MIN_FRAMES || is->video_stream <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c190 int video_stream; member in struct:VideoState
2242 is->video_stream = stream_index;
2333 is->video_stream = -1;
2368 is->video_stream = -1;
2469 if (is->video_stream < 0 && is->audio_stream < 0) {
2512 if (is->video_stream >= 0) {
2524 && (is->videoq .nb_packets > MIN_FRAMES || is->video_stream < 0)
2531 if (is->video_stream >= 0) {
2535 pkt->stream_index = is->video_stream;
2574 } else if (pkt->stream_index == is->video_stream
[all...]

Completed in 217 milliseconds