OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MixVideoFormat_MP42
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.h
22
#define MIX_VIDEOFORMAT_MP42(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOFORMAT_MP42,
MixVideoFormat_MP42
))
28
typedef struct _MixVideoFormat_MP42
MixVideoFormat_MP42
;
69
* @returns: A newly allocated instance of #
MixVideoFormat_MP42
71
* Use this method to create new instance of #
MixVideoFormat_MP42
73
MixVideoFormat_MP42
*mix_videoformat_mp42_new(void);
78
* @returns: the
MixVideoFormat_MP42
instance where reference count has been increased.
82
MixVideoFormat_MP42
*mix_videoformat_mp42_ref(
MixVideoFormat_MP42
* mix);
mixvideoformat_mp42.c
11
#include "
mixvideoformat_mp42
.h"
50
G_DEFINE_TYPE(
MixVideoFormat_MP42
, mix_videoformat_mp42, MIX_TYPE_VIDEOFORMAT);
52
static void mix_videoformat_mp42_init(
MixVideoFormat_MP42
* self) {
93
MixVideoFormat_MP42
*mix_videoformat_mp42_new(void) {
94
MixVideoFormat_MP42
*ret = g_object_new(MIX_TYPE_VIDEOFORMAT_MP42, NULL);
102
/*
MixVideoFormat_MP42
*mix = MIX_VIDEOFORMAT_MP42(obj); */
106
MixVideoFormat_MP42
*self = NULL;
116
LOG_E("obj is not
mixvideoformat_mp42
\n");
167
MixVideoFormat_MP42
*
168
mix_videoformat_mp42_ref(
MixVideoFormat_MP42
* mix)
[
all
...]
mixvideo.c
25
#include "
mixvideoformat_mp42
.h"
663
MixVideoFormat_MP42
*video_format = mix_videoformat_mp42_new();
[
all
...]
Completed in 209 milliseconds