OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MixVideoCaps
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_video/src/
mixvideocaps.h
26
#define MIX_VIDEOCAPS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOCAPS,
MixVideoCaps
))
58
typedef struct _MixVideoCaps
MixVideoCaps
;
62
*
MixVideoCaps
:
104
* @returns: A newly allocated instance of #
MixVideoCaps
106
* Use this method to create new instance of #
MixVideoCaps
108
MixVideoCaps
*mix_videocaps_new (void);
112
* @returns: the
MixVideoCaps
instance where reference count has been increased.
116
MixVideoCaps
*mix_videocaps_ref (
MixVideoCaps
* mix);
128
MIX_RESULT mix_videocaps_set_mix_caps (
MixVideoCaps
* obj, gchar * mix_caps)
[
all
...]
mixvideocaps.c
10
* SECTION:
mixvideocaps
16
#include "
mixvideocaps
.h"
30
G_DEFINE_TYPE_WITH_CODE (
MixVideoCaps
, mix_videocaps, MIX_TYPE_PARAMS,
34
mix_videocaps_init (
MixVideoCaps
* self)
61
MixVideoCaps
*
64
MixVideoCaps
*ret =
65
(
MixVideoCaps
*) g_type_create_instance (MIX_TYPE_VIDEOCAPS);
74
MixVideoCaps
*self = MIX_VIDEOCAPS (obj);
85
MixVideoCaps
*
86
mix_videocaps_ref (
MixVideoCaps
* mix
[
all
...]
Completed in 3361 milliseconds