Searched refs:this_second (Results 1 - 19 of 19) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoconfigparamsdec.c224 MixVideoConfigParamsDec *this_first, *this_second; local
233 this_second = MIX_VIDEOCONFIGPARAMSDEC(second);
236 if (this_first->frame_order_mode != this_second->frame_order_mode) {
240 if (this_first->frame_rate_num != this_second->frame_rate_num
242 != this_second->frame_rate_denom) {
246 if (this_first->picture_width != this_second->picture_width
247 && this_first->picture_height != this_second->picture_height) {
251 if (this_first->raw_format != this_second->raw_format) {
255 if (this_first->rate_control != this_second->rate_control) {
259 if (this_first->mixbuffer_pool_size != this_second
[all...]
H A Dmixbuffer.c151 MixBuffer *this_first, *this_second; local
158 this_second = MIX_BUFFER(second);
160 if (this_first->data == this_second->data && this_first->size
161 == this_second->size && this_first->token == this_second->token
162 && this_first->callback == this_second->callback) {
H A Dmixvideoconfigparamsenc.c241 MixVideoConfigParamsEnc *this_first, *this_second; local
248 this_second = MIX_VIDEOCONFIGPARAMSENC(second);
251 if (this_first->bitrate != this_second->bitrate) {
255 if (this_first->frame_rate_num != this_second->frame_rate_num) {
259 if (this_first->frame_rate_denom != this_second->frame_rate_denom) {
263 if (this_first->initial_qp != this_second->initial_qp) {
267 if (this_first->min_qp != this_second->min_qp) {
271 if (this_first->intra_period != this_second->intra_period) {
275 if (this_first->picture_width != this_second->picture_width
276 && this_first->picture_height != this_second
[all...]
H A Dmixvideoinitparams.c147 MixVideoInitParams *this_first, *this_second; local
149 this_second = MIX_VIDEOINITPARAMS(second);
152 if (!this_first->display && !this_second->display) {
154 } else if (this_first->display && this_second->display) {
157 ret = mix_display_equal(this_first->display, this_second->display);
H A Dmixdisplayx11.c142 MixDisplayX11 *this_first, *this_second; local
145 this_second = MIX_DISPLAYX11(second);
153 if (this_first->display == this_second->display && this_first->drawable
154 == this_second->drawable) {
H A Dmixvideoconfigparamsenc_h264.c202 MixVideoConfigParamsEncH264 *this_first, *this_second; local
210 this_second = MIX_VIDEOCONFIGPARAMSENC_H264 (second);
212 if (this_first->basic_unit_size != this_second->basic_unit_size) {
216 if (this_first->slice_num != this_second->slice_num) {
220 if (this_first->disable_deblocking_filter_idc != this_second->disable_deblocking_filter_idc) {
224 if (this_first->delimiter_type != this_second->delimiter_type) {
H A Dmixvideorenderparams.c211 MixVideoRenderParams *this_first, *this_second; local
218 this_second = MIX_VIDEORENDERPARAMS(second);
221 this_second->display)) && mix_rect_equal(this_first->src_rect,
222 this_second->src_rect) && mix_rect_equal(this_first->dst_rect,
223 this_second->dst_rect) && this_first->number_of_clipping_rects
224 == this_second->number_of_clipping_rects && memcmp(
226 (guchar *) this_second->number_of_clipping_rects,
H A Dmixvideoconfigparamsenc_mpeg4.c199 MixVideoConfigParamsEncMPEG4 *this_first, *this_second; local
207 this_second = MIX_VIDEOCONFIGPARAMSENC_MPEG4 (second);
209 if (this_first->profile_and_level_indication!= this_second->profile_and_level_indication) {
213 if (this_first->fixed_vop_time_increment!= this_second->fixed_vop_time_increment) {
217 if (this_first->disable_deblocking_filter_idc != this_second->disable_deblocking_filter_idc) {
H A Dmixbufferpool.c176 MixBufferPool *this_first, *this_second; local
186 this_second = MIX_BUFFERPOOL(second);
189 if (this_first->free_list == this_second->free_list
190 && this_first->in_use_list == this_second->in_use_list
192 == this_second->free_list_max_size
193 && this_first->high_water_mark == this_second->high_water_mark) {
H A Dmixvideoframe.c224 MixVideoFrame *this_first, *this_second; local
231 this_second = MIX_VIDEOFRAME(second);
234 if (this_first->frame_id == this_second->frame_id
235 && this_first->timestamp == this_second->timestamp
236 && this_first->discontinuity == this_second->discontinuity
237 && this_first->frame_structure == this_second->frame_structure) {
H A Dmixdrmparams.c155 MixDrmParams *this_first, *this_second; local
163 this_second = MIX_DRMPARAMS (second);
H A Dmixvideoconfigparamsdec_h264.c185 MixVideoConfigParamsDecH264 *this_first, *this_second; local
193 this_second = MIX_VIDEOCONFIGPARAMSDEC_H264 (second);
H A Dmixvideoconfigparamsdec_vc1.c163 MixVideoConfigParamsDecVC1 *this_first, *this_second; local
171 this_second = MIX_VIDEOCONFIGPARAMSDEC_VC1(second);
H A Dmixvideoconfigparamsenc_preview.c190 MixVideoConfigParamsEncPreview *this_first, *this_second; local
198 this_second = MIX_VIDEOCONFIGPARAMSENC_PREVIEW (second);
H A Dmixvideocaps.c171 MixVideoCaps *this_first, *this_second; local
179 this_second = MIX_VIDEOCAPS (second);
182 if (g_strcmp0 (this_first->mix_caps, this_second->mix_caps) == 0
184 this_second->video_hw_caps) == 0)
H A Dmixsurfacepool.c178 MixSurfacePool *this_first, *this_second; local
188 this_second = MIX_SURFACEPOOL(second);
191 if (this_first->free_list == this_second->free_list
192 && this_first->in_use_list == this_second->in_use_list
194 == this_second->free_list_max_size
196 == this_second->free_list_cur_size
197 && this_first->high_water_mark == this_second->high_water_mark) {
H A Dmixvideoconfigparamsdec_mp42.c178 MixVideoConfigParamsDecMP42 *this_first, *this_second; local
186 this_second = MIX_VIDEOCONFIGPARAMSDEC_MP42(second);
H A Dmixvideodecodeparams.c142 MixVideoDecodeParams *this_first, *this_second; local
149 this_second = MIX_VIDEODECODEPARAMS(second);
H A Dmixvideoencodeparams.c142 MixVideoEncodeParams *this_first, *this_second; local
149 this_second = MIX_VIDEOENCODEPARAMS(second);

Completed in 82 milliseconds