OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MixDrmParams
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_common/src/
mixdrmparams.h
26
#define MIX_DRMPARAMS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_DRMPARAMS,
MixDrmParams
))
58
typedef struct _MixDrmParams
MixDrmParams
;
62
*
MixDrmParams
:
97
* @returns: A newly allocated instance of #
MixDrmParams
99
* Use this method to create new instance of #
MixDrmParams
101
MixDrmParams
*mix_drmparams_new(void);
106
* @returns: the
MixDrmParams
instance where reference count has been increased.
110
MixDrmParams
*mix_drmparams_ref(
MixDrmParams
*mix);
/hardware/intel/common/libmix/mix_video/src/
mixdrmparams.h
26
#define MIX_DRMPARAMS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_DRMPARAMS,
MixDrmParams
))
58
typedef struct _MixDrmParams
MixDrmParams
;
62
*
MixDrmParams
:
100
* @returns: A newly allocated instance of #
MixDrmParams
102
* Use this method to create new instance of #
MixDrmParams
104
MixDrmParams
*mix_drmparams_new (void);
108
* @returns: the
MixDrmParams
instance where reference count has been increased.
112
MixDrmParams
*mix_drmparams_ref (
MixDrmParams
* mix);
Completed in 117 milliseconds