Home
last modified time | relevance | path

Searched refs:this_target (Results 1 – 19 of 19) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparamsenc.c152 MixVideoConfigParamsEnc *this_target, *this_src; in mix_videoconfigparamsenc_copy() local
160 this_target = MIX_VIDEOCONFIGPARAMSENC(target); in mix_videoconfigparamsenc_copy()
165 this_target->bitrate = this_src->bitrate; in mix_videoconfigparamsenc_copy()
166 this_target->frame_rate_num = this_src->frame_rate_num; in mix_videoconfigparamsenc_copy()
167 this_target->frame_rate_denom = this_src->frame_rate_denom; in mix_videoconfigparamsenc_copy()
168 this_target->initial_qp = this_src->initial_qp; in mix_videoconfigparamsenc_copy()
169 this_target->min_qp = this_src->min_qp; in mix_videoconfigparamsenc_copy()
170 this_target->intra_period = this_src->intra_period; in mix_videoconfigparamsenc_copy()
171 this_target->picture_width = this_src->picture_width; in mix_videoconfigparamsenc_copy()
172 this_target->picture_height = this_src->picture_height; in mix_videoconfigparamsenc_copy()
[all …]
Dmixvideoconfigparamsdec.c145 MixVideoConfigParamsDec *this_target, *this_src; in mix_videoconfigparamsdec_copy() local
154 this_target = MIX_VIDEOCONFIGPARAMSDEC(target); in mix_videoconfigparamsdec_copy()
159 this_target->frame_rate_num = this_src->frame_rate_num; in mix_videoconfigparamsdec_copy()
160 this_target->frame_rate_denom = this_src->frame_rate_denom; in mix_videoconfigparamsdec_copy()
161 this_target->picture_width = this_src->picture_width; in mix_videoconfigparamsdec_copy()
162 this_target->picture_height = this_src->picture_height; in mix_videoconfigparamsdec_copy()
163 this_target->raw_format = this_src->raw_format; in mix_videoconfigparamsdec_copy()
164 this_target->rate_control = this_src->rate_control; in mix_videoconfigparamsdec_copy()
165 this_target->mixbuffer_pool_size = this_src->mixbuffer_pool_size; in mix_videoconfigparamsdec_copy()
166 this_target->extra_surface_allocation = this_src->extra_surface_allocation; in mix_videoconfigparamsdec_copy()
[all …]
Dmixvideocaps.c129 MixVideoCaps *this_target, *this_src; in mix_videocaps_copy() local
134 this_target = MIX_VIDEOCAPS (target); in mix_videocaps_copy()
138 SAFE_FREE (this_target->mix_caps); in mix_videocaps_copy()
139 SAFE_FREE (this_target->video_hw_caps); in mix_videocaps_copy()
142 this_target->mix_caps = g_strdup (this_src->mix_caps); in mix_videocaps_copy()
143 this_target->video_hw_caps = g_strdup (this_src->video_hw_caps); in mix_videocaps_copy()
Dmixbuffer.c117 MixBuffer *this_target, *this_src; in mix_buffer_copy() local
121 this_target = MIX_BUFFER(target); in mix_buffer_copy()
125 this_target->data = this_src->data; in mix_buffer_copy()
126 this_target->size = this_src->size; in mix_buffer_copy()
127 this_target->token = this_src->token; in mix_buffer_copy()
128 this_target->callback = this_src->callback; in mix_buffer_copy()
Dmixvideoconfigparamsenc_h264.c155 MixVideoConfigParamsEncH264 *this_target, *this_src; in mix_videoconfigparamsenc_h264_copy() local
164 this_target = MIX_VIDEOCONFIGPARAMSENC_H264 (target); in mix_videoconfigparamsenc_h264_copy()
168 this_target->basic_unit_size = this_src->basic_unit_size; in mix_videoconfigparamsenc_h264_copy()
169 this_target->slice_num = this_src->slice_num; in mix_videoconfigparamsenc_h264_copy()
170 this_target->disable_deblocking_filter_idc = this_src->disable_deblocking_filter_idc; in mix_videoconfigparamsenc_h264_copy()
171 this_target->delimiter_type = this_src->delimiter_type; in mix_videoconfigparamsenc_h264_copy()
Dmixvideoconfigparamsenc_mpeg4.c154 MixVideoConfigParamsEncMPEG4 *this_target, *this_src; in mix_videoconfigparamsenc_mpeg4_copy() local
163 this_target = MIX_VIDEOCONFIGPARAMSENC_MPEG4 (target); in mix_videoconfigparamsenc_mpeg4_copy()
167 this_target->profile_and_level_indication= this_src->profile_and_level_indication; in mix_videoconfigparamsenc_mpeg4_copy()
168 this_target->fixed_vop_time_increment= this_src->fixed_vop_time_increment; in mix_videoconfigparamsenc_mpeg4_copy()
169 this_target->disable_deblocking_filter_idc = this_src->disable_deblocking_filter_idc; in mix_videoconfigparamsenc_mpeg4_copy()
Dmixdisplayx11.c108 MixDisplayX11 *this_target, *this_src; in mix_displayx11_copy() local
112 this_target = MIX_DISPLAYX11(target); in mix_displayx11_copy()
117 this_target->display = this_src->display; in mix_displayx11_copy()
118 this_target->drawable = this_src->drawable; in mix_displayx11_copy()
Dmixvideoconfigparamsdec_mp42.c138 MixVideoConfigParamsDecMP42 *this_target, *this_src; in mix_videoconfigparamsdec_mp42_copy() local
145 this_target = MIX_VIDEOCONFIGPARAMSDEC_MP42(target); in mix_videoconfigparamsdec_mp42_copy()
149 this_target->mpegversion = this_src->mpegversion; in mix_videoconfigparamsdec_mp42_copy()
150 this_target->divxversion = this_src->divxversion; in mix_videoconfigparamsdec_mp42_copy()
Dmixvideoframe.c188 MixVideoFrame *this_target, *this_src; in mix_videoframe_copy() local
192 this_target = MIX_VIDEOFRAME(target); in mix_videoframe_copy()
198 this_target->frame_id = this_src->frame_id; in mix_videoframe_copy()
199 this_target->timestamp = this_src->timestamp; in mix_videoframe_copy()
200 this_target->discontinuity = this_src->discontinuity; in mix_videoframe_copy()
201 this_target->frame_structure = this_src->frame_structure; in mix_videoframe_copy()
Dmixvideorenderparams.c151 MixVideoRenderParams *this_target, *this_src; in mix_videorenderparams_copy() local
161 this_target = MIX_VIDEORENDERPARAMS(target); in mix_videorenderparams_copy()
164 mix_result = mix_videorenderparams_set_display(this_target, in mix_videorenderparams_copy()
170 mix_result = mix_videorenderparams_set_clipping_rects(this_target, in mix_videorenderparams_copy()
177 this_target->src_rect = this_src->src_rect; in mix_videorenderparams_copy()
178 this_target->dst_rect = this_src->dst_rect; in mix_videorenderparams_copy()
Dmixbufferpool.c133 MixBufferPool *this_target, *this_src; in mix_bufferpool_copy() local
141 this_target = MIX_BUFFERPOOL(target); in mix_bufferpool_copy()
147 this_target->free_list = this_src->free_list; in mix_bufferpool_copy()
148 this_target->in_use_list = this_src->in_use_list; in mix_bufferpool_copy()
149 this_target->free_list_max_size = this_src->free_list_max_size; in mix_bufferpool_copy()
150 this_target->high_water_mark = this_src->high_water_mark; in mix_bufferpool_copy()
Dmixsurfacepool.c134 MixSurfacePool *this_target, *this_src; in mix_surfacepool_copy() local
142 this_target = MIX_SURFACEPOOL(target); in mix_surfacepool_copy()
148 this_target->free_list = this_src->free_list; in mix_surfacepool_copy()
149 this_target->in_use_list = this_src->in_use_list; in mix_surfacepool_copy()
150 this_target->free_list_max_size = this_src->free_list_max_size; in mix_surfacepool_copy()
151 this_target->free_list_cur_size = this_src->free_list_cur_size; in mix_surfacepool_copy()
152 this_target->high_water_mark = this_src->high_water_mark; in mix_surfacepool_copy()
Dmixvideoinitparams.c115 MixVideoInitParams *this_target, *this_src; in mix_videoinitparams_copy() local
118 this_target = MIX_VIDEOINITPARAMS(target); in mix_videoinitparams_copy()
124 this_target->display = mix_display_dup(this_src->display); in mix_videoinitparams_copy()
Dmixdrmparams.c119 MixDrmParams *this_target, *this_src; in mix_drmparams_copy() local
124 this_target = MIX_DRMPARAMS (target); in mix_drmparams_copy()
Dmixvideoconfigparamsdec_h264.c145 MixVideoConfigParamsDecH264 *this_target, *this_src; in mix_videoconfigparamsdec_h264_copy() local
152 this_target = MIX_VIDEOCONFIGPARAMSDEC_H264 (target); in mix_videoconfigparamsdec_h264_copy()
Dmixvideoconfigparamsdec_vc1.c129 MixVideoConfigParamsDecVC1 *this_target, *this_src; in mix_videoconfigparamsdec_vc1_copy() local
135 this_target = MIX_VIDEOCONFIGPARAMSDEC_VC1(target); in mix_videoconfigparamsdec_vc1_copy()
Dmixvideoconfigparamsenc_preview.c150 MixVideoConfigParamsEncPreview *this_target, *this_src; in mix_videoconfigparamsenc_preview_copy() local
159 this_target = MIX_VIDEOCONFIGPARAMSENC_PREVIEW (target); in mix_videoconfigparamsenc_preview_copy()
Dmixvideodecodeparams.c112 MixVideoDecodeParams *this_target, *this_src; in mix_videodecodeparams_copy() local
116 this_target = MIX_VIDEODECODEPARAMS(target); in mix_videodecodeparams_copy()
Dmixvideoencodeparams.c112 MixVideoEncodeParams *this_target, *this_src; in mix_videoencodeparams_copy() local
116 this_target = MIX_VIDEOENCODEPARAMS(target); in mix_videoencodeparams_copy()