Searched refs:is_opened (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h1867 * @param is_opened Whether the file is already opened; determines whether
1870 AVInputFormat *av_probe_input_format(AVProbeData *pd, int is_opened);
1876 * @param is_opened Whether the file is already opened; determines whether
1884 AVInputFormat *av_probe_input_format2(AVProbeData *pd, int is_opened, int *score_max);
1889 * @param is_opened Whether the file is already opened; determines whether
1893 AVInputFormat *av_probe_input_format3(AVProbeData *pd, int is_opened, int *score_ret);
H A Dutils.c248 AVInputFormat *av_probe_input_format3(AVProbeData *pd, int is_opened, argument
272 if (!is_opened == !(fmt1->flags & AVFMT_NOFILE))
299 AVInputFormat *av_probe_input_format2(AVProbeData *pd, int is_opened, int *score_max) argument
302 AVInputFormat *fmt = av_probe_input_format3(pd, is_opened, &score_ret);
310 AVInputFormat *av_probe_input_format(AVProbeData *pd, int is_opened) argument
313 return av_probe_input_format2(pd, is_opened, &score);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davformat.h1307 * @param is_opened Whether the file is already opened; determines whether
1310 AVInputFormat *av_probe_input_format(AVProbeData *pd, int is_opened);
1315 * @param is_opened Whether the file is already opened; determines whether
1323 AVInputFormat *av_probe_input_format2(AVProbeData *pd, int is_opened, int *score_max);
H A Dutils.c309 AVInputFormat *av_probe_input_format2(AVProbeData *pd, int is_opened, int *score_max) argument
326 if (!is_opened == !(fmt1->flags & AVFMT_NOFILE))
344 if (!fmt && is_opened && *score_max < AVPROBE_SCORE_MAX/4) {
363 AVInputFormat *av_probe_input_format(AVProbeData *pd, int is_opened){ argument
365 return av_probe_input_format2(pd, is_opened, &score);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c562 dev_priv->is_opened = true;
578 if (!dev_priv->is_opened)
581 dev_priv->is_opened = false;
H A Dvmwgfx_drv.h273 bool is_opened; member in struct:vmw_private
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h839 * @param is_opened Whether the file is already opened; determines whether
842 AVInputFormat *av_probe_input_format(AVProbeData *pd, int is_opened);

Completed in 148 milliseconds