Searched refs:self (Results 1 - 25 of 75) sorted by relevance

123

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_mpeg4.c38 static void mix_videoformatenc_mpeg4_init(MixVideoFormatEnc_MPEG4 * self) { argument
39 MixVideoFormatEnc *parent = MIX_VIDEOFORMATENC(self);
44 self->encoded_frames = 0;
45 self->pic_skipped = FALSE;
46 self->is_intra = TRUE;
47 self->cur_fame = NULL;
48 self->ref_fame = NULL;
49 self->rec_fame = NULL;
51 self->ci_shared_surfaces = NULL;
52 self
189 MixVideoFormatEnc_MPEG4 *self = MIX_VIDEOFORMATENC_MPEG4(mix); local
718 MixVideoFormatEnc_MPEG4 *self = MIX_VIDEOFORMATENC_MPEG4 (mix); local
774 MixVideoFormatEnc_MPEG4 *self = MIX_VIDEOFORMATENC_MPEG4(mix); local
845 MixVideoFormatEnc_MPEG4 *self = MIX_VIDEOFORMATENC_MPEG4(mix); local
1671 MixVideoFormatEnc_MPEG4 *self = MIX_VIDEOFORMATENC_MPEG4 (mix); local
[all...]
H A Dmixvideorenderparams.c36 static void mix_videorenderparams_init(MixVideoRenderParams * self) { argument
38 MixVideoRenderParamsPrivate *priv = MIX_VIDEORENDERPARAMS_GET_PRIVATE(self);
40 self->reserved = priv;
43 self->display = NULL;
44 memset(&(self->src_rect), 0, sizeof(MixRect));
45 memset(&(self->dst_rect), 0, sizeof(MixRect));
47 self->clipping_rects = NULL;
48 self->number_of_clipping_rects = 0;
51 self->reserved1 = NULL;
52 self
85 MixVideoRenderParams *self = MIX_VIDEORENDERPARAMS(obj); local
[all...]
H A Dmixvideoformatenc.c40 static void mix_videoformatenc_init(MixVideoFormatEnc * self) { argument
45 self->objectlock = g_mutex_new();
47 self->initialized = FALSE;
48 self->framemgr = NULL;
49 self->surfacepool = NULL;
50 self->inputbufpool = NULL;
51 self->inputbufqueue = NULL;
52 self->va_display = NULL;
53 self->va_context = 0;
54 self
[all...]
H A Dmixvideoinitparams.c33 static void mix_videoinitparams_init(MixVideoInitParams * self) { argument
36 self->display = NULL;
37 self->reserved1 = NULL;
38 self->reserved2 = NULL;
39 self->reserved3 = NULL;
40 self->reserved4 = NULL;
66 MixVideoInitParams *self = MIX_VIDEOINITPARAMS(obj); local
69 if (self->display) {
70 mix_display_unref(self->display);
71 self
[all...]
H A Dmixvideoformatenc_h264.c38 static void mix_videoformatenc_h264_init(MixVideoFormatEnc_H264 * self) { argument
39 MixVideoFormatEnc *parent = MIX_VIDEOFORMATENC(self);
44 self->encoded_frames = 0;
45 self->pic_skipped = FALSE;
46 self->is_intra = TRUE;
47 self->cur_fame = NULL;
48 self->ref_fame = NULL;
49 self->rec_fame = NULL;
51 self->ci_shared_surfaces = NULL;
52 self
189 MixVideoFormatEnc_H264 *self = MIX_VIDEOFORMATENC_H264(mix); local
733 MixVideoFormatEnc_H264 *self = MIX_VIDEOFORMATENC_H264 (mix); local
790 MixVideoFormatEnc_H264 *self = MIX_VIDEOFORMATENC_H264(mix); local
863 MixVideoFormatEnc_H264 *self = MIX_VIDEOFORMATENC_H264(mix); local
1778 MixVideoFormatEnc_H264 *self = MIX_VIDEOFORMATENC_H264(mix); local
[all...]
H A Dmixvideoformat_mp42.c52 static void mix_videoformat_mp42_init(MixVideoFormat_MP42 * self) { argument
53 MixVideoFormat *parent = MIX_VIDEOFORMAT(self);
55 self->reference_frames[0] = NULL;
56 self->reference_frames[1] = NULL;
58 self->last_frame = NULL;
59 self->last_vop_coding_type = -1;
61 self->packed_stream_queue = NULL;
106 MixVideoFormat_MP42 *self = NULL; local
120 self = MIX_VIDEOFORMAT_MP42(obj);
121 parent = MIX_VIDEOFORMAT(self);
205 MixVideoFormat_MP42 *self = MIX_VIDEOFORMAT_MP42(mix); local
594 MixVideoFormat_MP42 *self = NULL; local
1123 MixVideoFormat_MP42 *self = MIX_VIDEOFORMAT_MP42(mix); local
1251 MixVideoFormat_MP42 *self = MIX_VIDEOFORMAT_MP42(mix); local
[all...]
H A Dmixvideoformatenc_preview.c38 static void mix_videoformatenc_preview_init(MixVideoFormatEnc_Preview * self) { argument
39 MixVideoFormatEnc *parent = MIX_VIDEOFORMATENC(self);
44 self->encoded_frames = 0;
45 self->pic_skipped = FALSE;
46 self->is_intra = TRUE;
47 self->cur_fame = NULL;
48 self->ref_fame = NULL;
49 self->rec_fame = NULL;
51 self->ci_shared_surfaces = NULL;
52 self
188 MixVideoFormatEnc_Preview *self = MIX_VIDEOFORMATENC_PREVIEW(mix); local
661 MixVideoFormatEnc_Preview *self = MIX_VIDEOFORMATENC_PREVIEW (mix); local
717 MixVideoFormatEnc_Preview *self = MIX_VIDEOFORMATENC_PREVIEW(mix); local
790 MixVideoFormatEnc_Preview *self = MIX_VIDEOFORMATENC_PREVIEW(mix); local
[all...]
H A Dmixvideoconfigparamsdec.c33 static void mix_videoconfigparamsdec_init(MixVideoConfigParamsDec * self) { argument
37 self->frame_order_mode = MIX_FRAMEORDER_MODE_DISPLAYORDER;
38 memset(&self->header, 0, sizeof(self->header));
40 self->mime_type = NULL;
42 self->frame_rate_num = 0;
43 self->frame_rate_denom = 0;
45 self->picture_width = 0;
46 self->picture_height = 0;
48 self
85 MixVideoConfigParamsDec *self = MIX_VIDEOCONFIGPARAMSDEC(obj); local
[all...]
H A Dmixvideoformat.c38 static void mix_videoformat_init(MixVideoFormat * self) { argument
44 self->initialized = FALSE;
45 self->framemgr = NULL;
46 self->surfacepool = NULL;
47 self->inputbufpool = NULL;
48 self->inputbufqueue = NULL;
49 self->va_display = NULL;
50 self->va_context = VA_INVALID_ID;
51 self->va_config = VA_INVALID_ID;
52 self
[all...]
H A Dmixvideoformat_vc1.c39 static void mix_videoformat_vc1_init(MixVideoFormat_VC1 * self) { argument
40 MixVideoFormat *parent = MIX_VIDEOFORMAT(self);
45 self->reference_frames[0] = NULL;
46 self->reference_frames[1] = NULL;
95 MixVideoFormat_VC1 *self = MIX_VIDEOFORMAT_VC1(obj); local
98 parent = MIX_VIDEOFORMAT(self);
110 if (self->reference_frames[i] != NULL)
112 mix_videoframe_unref(self->reference_frames[i]);
113 self->reference_frames[i] = NULL;
254 MixVideoFormat_VC1 *self local
929 MixVideoFormat_VC1 *self = MIX_VIDEOFORMAT_VC1(mix); local
1328 MixVideoFormat_VC1 *self = MIX_VIDEOFORMAT_VC1(mix); local
1502 MixVideoFormat_VC1 *self = MIX_VIDEOFORMAT_VC1(mix); local
1649 MixVideoFormat_VC1 *self = MIX_VIDEOFORMAT_VC1(mix); local
[all...]
H A Dmixvideoconfigparamsenc.c35 static void mix_videoconfigparamsenc_init(MixVideoConfigParamsEnc * self) { argument
37 self->bitrate = 0;
38 self->frame_rate_num = 30;
39 self->frame_rate_denom = 1;
40 self->initial_qp = 15;
41 self->min_qp = 0;
43 self->picture_width = 0;
44 self->picture_height = 0;
46 self->mime_type = NULL;
47 self
95 MixVideoConfigParamsEnc *self = MIX_VIDEOCONFIGPARAMSENC(obj); local
[all...]
H A Dmixvideoconfigparams.c33 static void mix_videoconfigparams_init(MixVideoConfigParams * self) { argument
36 self->reserved1 = NULL;
37 self->reserved2 = NULL;
38 self->reserved3 = NULL;
39 self->reserved4 = NULL;
67 /* MixVideoConfigParams *self = MIX_VIDEOCONFIGPARAMS(obj); */
H A Dmixvideoconfigparamsdec_h264.c45 mix_videoconfigparamsdec_h264_init (MixVideoConfigParamsDecH264 * self) argument
49 self->reserved1 = NULL;
50 self->reserved2 = NULL;
51 self->reserved3 = NULL;
52 self->reserved4 = NULL;
H A Dmixvideoconfigparamsdec_vc1.c41 static void mix_videoconfigparamsdec_vc1_init(MixVideoConfigParamsDecVC1 * self) { argument
45 self->reserved1 = NULL;
46 self->reserved2 = NULL;
47 self->reserved3 = NULL;
48 self->reserved4 = NULL;
/hardware/interfaces/graphics/composer/2.1/default/
H A Dservice.cpp32 android::ProcessState::self()->setThreadPoolMaxThreadCount(4);
33 android::ProcessState::self()->startThreadPool();
/hardware/intel/common/libmix/mix_audio/src/
H A Dmixacpaac.c42 static void mix_acp_aac_init (MixAudioConfigParamsAAC *self) argument
44 self->MPEG_id = MIX_AAC_MPEG_ID_NULL;
45 self->bit_stream_format= MIX_AAC_BS_NULL;
46 self->aac_profile=MIX_AAC_PROFILE_NULL;
47 self->aot=0;
48 self->bit_rate_type=MIX_AAC_BR_NULL; /* 0=CBR, 1=VBR */
49 self->CRC=FALSE;
50 self->sbrPresentFlag = -1;
51 self->psPresentFlag = -1;
52 self
[all...]
H A Dmixaip.c44 static void mix_aip_init (MixAudioInitParams *self) argument
46 self->reserved1 = self->reserved2 = self->reserved3 = self->reserved4 = NULL;
/hardware/libhardware/include/hardware/
H A Daudio_effect.h93 // self: handle to the effect interface this function
108 int32_t (*process)(effect_handle_t self,
118 // self: handle to the effect interface this function
142 int32_t (*command)(effect_handle_t self,
155 // self: handle to the effect interface this function
167 int32_t (*get_descriptor)(effect_handle_t self,
179 // self: handle to the effect interface this function
197 int32_t (*process_reverse)(effect_handle_t self,

Completed in 631 milliseconds

123