Searched refs:has_video (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.h39 unsigned has_video:1; member in struct:spk_flags
H A Drsp_query_hash.c163 {"has_video", RSP_TYPE_INT},
H A Dfilescanner_ffmpeg.c385 mfi->has_video = 1;
452 codec_id = (mfi->has_video) ? video_codec_id : audio_codec_id;
557 codec_id, (mfi->has_video) ? "yes" : "no", ctx->iformat->name, ctx->iformat->long_name);
560 if (mfi->has_video)
604 else if (mfi->has_video == 1)
H A Ddb.h132 uint32_t has_video; member in struct:media_file_info
259 char *has_video; member in struct:db_media_file_info
H A Dhttpd_dacp.c1418 if (flags.has_video)
1426 if (flags.has_video)
H A Ddb.c120 { mfi_offsetof(has_video), DB_TYPE_INT },
204 dbmfi_offsetof(has_video),
2369 " codectype, idx, has_video, contentrating, bits_per_sample, album_artist," \
2409 mfi->codectype, mfi->index, mfi->has_video,
2453 " codectype = %Q, idx = %d, has_video = %d," \
2483 mfi->codectype, mfi->index, mfi->has_video,
4262 " has_video INTEGER DEFAULT 0," \
5050 " has_video INTEGER DEFAULT 0," \
5099 " codectype, idx, has_video, contentrating, bits_per_sample, album_artist," \
5111 " || has_video || ', ' || contentratin
[all...]
H A Dfilescanner.c191 if (mfi->has_video)
H A Dhttpd.c465 if (mfi->has_video)
H A Dhttpd_rsp.c123 { "has_video", dbmfi_offsetof(has_video), F_DETAILED },
H A Dplayer.c2490 flags.has_video = 0;
2509 flags.has_video = (rd->devtype == RAOP_DEV_APPLETV);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsegment.c44 int has_video; member in struct:__anon2272
118 seg->has_video +=
121 if (seg->has_video > 1)
190 if ((seg->has_video && st->codec->codec_type == AVMEDIA_TYPE_VIDEO) &&
H A Ddvenc.c48 int has_video; /* frame under contruction has video */ member in struct:DVMuxContext
247 if (c->has_video)
251 c->has_video = 1;
270 if (c->has_video == 1 && c->has_audio + 1 == 1 << c->n_ast) {
279 c->has_video = 0;
340 c->has_video = 0;
H A Dsiff.c50 int has_video; member in struct:SIFFContext
131 c->has_video = 1;
190 if (c->has_video){
H A Dmovenc.c1434 int i, has_audio = 0, has_video = 0; local
1441 has_video |= mov->tracks[i].enc->codec_type == AVMEDIA_TYPE_VIDEO;
1447 video_profile = 0xFF - has_video;
1899 int has_h264 = 0, has_video = 0; local
1906 has_video = 1;
1925 ffio_wfourcc(pb, has_video ? "M4V ":"M4A ");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddvenc.c55 int has_video; /* frame under construction has video */ member in struct:DVMuxContext
236 if (c->has_video)
240 c->has_video = 1;
259 if (c->has_video == 1 && c->has_audio + 1 == 1 << c->n_ast) {
268 c->has_video = 0;
329 c->has_video = 0;
H A Dhlsenc.c51 int has_video; member in struct:HLSContext
206 hls->has_video +=
209 if (hls->has_video > 1)
270 if (hls->has_video) {
H A Dsiff.c52 int has_video; member in struct:SIFFContext
136 c->has_video = 1;
196 if (c->has_video){
H A Dhdsenc.c57 int has_audio, has_video; member in struct:OutputStream
364 if (os->has_video) {
368 os->has_video = 1;
432 if (!os->has_video && c->min_frag_duration <= 0) {
536 if ((!os->has_video || st->codec->codec_type == AVMEDIA_TYPE_VIDEO) &&
H A Dsmoothstreamingenc.c76 int has_video, has_audio; member in struct:__anon3633
254 if (c->has_video) {
365 c->has_video = 1;
395 if (!c->has_video && c->min_frag_duration <= 0) {
585 if ((!c->has_video || st->codec->codec_type == AVMEDIA_TYPE_VIDEO) &&
H A Drtmpproto.c101 int has_video; ///< presence of video data member in struct:RTMPContext
2121 rt->has_video = 1;
2177 rt->has_video = 1;
2623 rt->has_video = 0;
2671 while (!rt->has_audio && !rt->has_video && !rt->received_metadata) {
2682 if (rt->has_video) {
H A Dmovenc.c2029 int i, has_audio = 0, has_video = 0; local
2036 has_video |= mov->tracks[i].enc->codec_type == AVMEDIA_TYPE_VIDEO;
2042 video_profile = 0xFF - has_video;
3016 int has_h264 = 0, has_video = 0; local
3023 has_video = 1;
3044 ffio_wfourcc(pb, has_video ? "M4V ":"M4A ");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c3359 int has_video, has_audio, has_subtitle, has_data, i, j; local
3362 has_video = 0;
3376 has_video = 1;
3391 *has_video_ptr = has_video;

Completed in 181 milliseconds