Home
last modified time | relevance | path

Searched refs:this_src (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparamsenc.c152 MixVideoConfigParamsEnc *this_target, *this_src; in mix_videoconfigparamsenc_copy() local
161 this_src = MIX_VIDEOCONFIGPARAMSENC(src); 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
155 this_src = MIX_VIDEOCONFIGPARAMSDEC(src); 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 …]
Dmixbuffer.c117 MixBuffer *this_target, *this_src; in mix_buffer_copy() local
122 this_src = MIX_BUFFER(src); 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
165 this_src = MIX_VIDEOCONFIGPARAMSENC_H264 (src); 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
164 this_src = MIX_VIDEOCONFIGPARAMSENC_MPEG4 (src); 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()
Dmixvideorenderparams.c151 MixVideoRenderParams *this_target, *this_src; in mix_videorenderparams_copy() local
162 this_src = MIX_VIDEORENDERPARAMS(src); in mix_videorenderparams_copy()
165 this_src->display); in mix_videorenderparams_copy()
171 this_src->clipping_rects, this_src->number_of_clipping_rects); 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()
Dmixdisplayx11.c108 MixDisplayX11 *this_target, *this_src; in mix_displayx11_copy() local
113 this_src = MIX_DISPLAYX11(src); 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
146 this_src = MIX_VIDEOCONFIGPARAMSDEC_MP42(src); 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
193 this_src = MIX_VIDEOFRAME(src); 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()
Dmixbufferpool.c133 MixBufferPool *this_target, *this_src; in mix_bufferpool_copy() local
142 this_src = MIX_BUFFERPOOL(src); 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
143 this_src = MIX_SURFACEPOOL(src); 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
119 this_src = MIX_VIDEOINITPARAMS(src); 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
125 this_src = MIX_DRMPARAMS (src); in mix_drmparams_copy()
Dmixvideoconfigparamsdec_vc1.c129 MixVideoConfigParamsDecVC1 *this_target, *this_src; in mix_videoconfigparamsdec_vc1_copy() local
136 this_src = MIX_VIDEOCONFIGPARAMSDEC_VC1(src); in mix_videoconfigparamsdec_vc1_copy()
Dmixvideoconfigparamsenc_preview.c150 MixVideoConfigParamsEncPreview *this_target, *this_src; in mix_videoconfigparamsenc_preview_copy() local
160 this_src = MIX_VIDEOCONFIGPARAMSENC_PREVIEW (src); in mix_videoconfigparamsenc_preview_copy()
Dmixvideoconfigparamsdec_h264.c145 MixVideoConfigParamsDecH264 *this_target, *this_src; in mix_videoconfigparamsdec_h264_copy() local
153 this_src = MIX_VIDEOCONFIGPARAMSDEC_H264 (src); in mix_videoconfigparamsdec_h264_copy()
Dmixvideodecodeparams.c112 MixVideoDecodeParams *this_target, *this_src; in mix_videodecodeparams_copy() local
117 this_src = MIX_VIDEODECODEPARAMS(src); in mix_videodecodeparams_copy()
Dmixvideoencodeparams.c112 MixVideoEncodeParams *this_target, *this_src; in mix_videoencodeparams_copy() local
117 this_src = MIX_VIDEOENCODEPARAMS(src); in mix_videoencodeparams_copy()