search for: hideinitializer

Displaying 11 results from an estimated 11 matches for "hideinitializer".

2019 Apr 01
2
API for checking whether the encoder is in DTX (PR #107)
...HASE_INVERSION_DISABLED_REQUEST 4046 #define OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST 4047 +#define OPUS_GET_IN_DTX_REQUEST 4049 /** Defines for the presence of extended APIs. */ #define OPUS_HAVE_OPUS_PROJECTION_H @@ -715,6 +716,16 @@ extern "C" { * </dl> * @hideinitializer */ #define OPUS_GET_PHASE_INVERSION_DISABLED(x) OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST, __opus_check_int_ptr(x) +/** Gets the DTX state of the encoder. + * Returns wheter the last encoded frame was either a comfort noise update + * during DTX or not encoded because of DTX. + * @param[out] x...
2016 May 05
2
VDPAU DEINTERLACE
...(incl. mesa commit 38fcf7c) vdpauinfo | grep -i deint DEINTERLACE_TEMPORAL y DEINTERLACE_TEMPORAL_SPATIAL - https://cgit.freedesktop.org/vdpau/libvdpau/tree/include/vdpau/vdpau.h#n3420 #define VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL ((VdpVideoMixerFeature)0) /** * \hideinitializer * \brief A VdpVideoMixerFeature. * * When requested and enabled, this enables a more advanced * version of temporal de-interlacing, that additionally uses * edge-guided spatial interpolation. * * When multiple de-interlacing options are requested and * enabled, the back-end implementation c...
2016 May 09
2
VDPAU DEINTERLACE
...ERLACE_TEMPORAL y >> DEINTERLACE_TEMPORAL_SPATIAL - >> >> >> https://cgit.freedesktop.org/vdpau/libvdpau/tree/include/vdpau/vdpau.h#n3420 >> #define VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL ((VdpVideoMixerFeature)0) >> /** >> * \hideinitializer >> * \brief A VdpVideoMixerFeature. >> * >> * When requested and enabled, this enables a more advanced >> * version of temporal de-interlacing, that additionally uses >> * edge-guided spatial interpolation. >> * >> * When multiple de-interlacing opti...
2019 Apr 08
3
API for checking whether the encoder is in DTX (PR #107)
...N_DISABLED_REQUEST 4047 > > +#define OPUS_GET_IN_DTX_REQUEST 4049 > > > > /** Defines for the presence of extended APIs. */ > > #define OPUS_HAVE_OPUS_PROJECTION_H > > @@ -715,6 +716,16 @@ extern "C" { > > * </dl> > > * @hideinitializer */ > > #define OPUS_GET_PHASE_INVERSION_DISABLED(x) > > OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST, __opus_check_int_ptr(x) > > +/** Gets the DTX state of the encoder. > > + * Returns wheter the last encoded frame was either a comfort noise > update > > > s/whet...
2019 Apr 05
0
API for checking whether the encoder is in DTX (PR #107)
... #define OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST 4047 > +#define OPUS_GET_IN_DTX_REQUEST              4049 >   >  /** Defines for the presence of extended APIs. */ >  #define OPUS_HAVE_OPUS_PROJECTION_H > @@ -715,6 +716,16 @@ extern "C" { >    * </dl> >    * @hideinitializer */ >  #define OPUS_GET_PHASE_INVERSION_DISABLED(x) > OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST, __opus_check_int_ptr(x) > +/** Gets the DTX state of the encoder. > +  * Returns wheter the last encoded frame was either a comfort noise update s/wheter/whether/ > +  * during DTX or...
2016 May 09
0
VDPAU DEINTERLACE
...o | grep -i deint > DEINTERLACE_TEMPORAL y > DEINTERLACE_TEMPORAL_SPATIAL - > > > https://cgit.freedesktop.org/vdpau/libvdpau/tree/include/vdpau/vdpau.h#n3420 > #define VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL ((VdpVideoMixerFeature)0) > /** > * \hideinitializer > * \brief A VdpVideoMixerFeature. > * > * When requested and enabled, this enables a more advanced > * version of temporal de-interlacing, that additionally uses > * edge-guided spatial interpolation. > * > * When multiple de-interlacing options are requested and >...
2016 May 09
0
VDPAU DEINTERLACE
...y >>> DEINTERLACE_TEMPORAL_SPATIAL - >>> >>> >>> https://cgit.freedesktop.org/vdpau/libvdpau/tree/include/vdpau/vdpau.h#n3420 >>> #define VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL ((VdpVideoMixerFeature)0) >>> /** >>> * \hideinitializer >>> * \brief A VdpVideoMixerFeature. >>> * >>> * When requested and enabled, this enables a more advanced >>> * version of temporal de-interlacing, that additionally uses >>> * edge-guided spatial interpolation. >>> * >>> * When...
2013 Aug 26
2
opusfile.h error
...;code>NULL</code> value only has an > effect > if #OP_HTTP_PROXY_HOST and > #OP_HTTP_PROXY_PASS > are also specified with > non-<code>NULL</code> > arguments. > \hideinitializer*/ > #define OP_HTTP_PROXY_USER(_user) \ > OP_URL_OPT(OP_HTTP_PROXY_USER_REQUEST),OP_CHECK_CONST_CHAR_PTR(_host) > > You've got "_host" instead of "_user" in the definition for the macro for "OP_HTTP_PROXY_USER" -------------- next part -------------- A...
2013 Jan 09
4
[PATCH] doc: fix out-of-tree build
It seems the mail you are referring to never made the list: it's not in the archives and not in my mailbox. Take a look here: http://lists.xiph.org/pipermail/flac-dev/2012-December/thread.html It's probably still waiting for moderation. On 07-01-13 17:07, Olivier BLIN wrote: > On 29/12/2012 00:06, Olivier Blin wrote: >> When building outside of the source tree, the Doxyfile
2012 Dec 28
0
[PATCH] doc: fix out-of-tree build
...# the documentation. If the initializer consists of more lines than specified -# here it will be hidden. Use a value of 0 to hide initializers completely. -# The appearance of the initializer of individual variables and defines in the -# documentation can be controlled using \showinitializer or \hideinitializer -# command in the documentation regardless of this setting. - -MAX_INITIALIZER_LINES = 30 - -# Set the SHOW_USED_FILES tag to NO to disable the list of files generated -# at the bottom of the documentation of classes and structs. If set to YES the -# list will mention the files that were used t...
2012 Dec 28
3
[PATCH] doc: fix out-of-tree build
...# the documentation. If the initializer consists of more lines than specified -# here it will be hidden. Use a value of 0 to hide initializers completely. -# The appearance of the initializer of individual variables and defines in the -# documentation can be controlled using \showinitializer or \hideinitializer -# command in the documentation regardless of this setting. - -MAX_INITIALIZER_LINES = 30 - -# Set the SHOW_USED_FILES tag to NO to disable the list of files generated -# at the bottom of the documentation of classes and structs. If set to YES the -# list will mention the files that were used t...