/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoconfigparamsdec.c | 224 MixVideoConfigParamsDec *this_first, *this_second; in mix_videoconfigparamsdec_equal() local 233 this_second = MIX_VIDEOCONFIGPARAMSDEC(second); in mix_videoconfigparamsdec_equal() 236 if (this_first->frame_order_mode != this_second->frame_order_mode) { in mix_videoconfigparamsdec_equal() 240 if (this_first->frame_rate_num != this_second->frame_rate_num in mix_videoconfigparamsdec_equal() 242 != this_second->frame_rate_denom) { in mix_videoconfigparamsdec_equal() 246 if (this_first->picture_width != this_second->picture_width in mix_videoconfigparamsdec_equal() 247 && this_first->picture_height != this_second->picture_height) { in mix_videoconfigparamsdec_equal() 251 if (this_first->raw_format != this_second->raw_format) { in mix_videoconfigparamsdec_equal() 255 if (this_first->rate_control != this_second->rate_control) { in mix_videoconfigparamsdec_equal() 259 if (this_first->mixbuffer_pool_size != this_second->mixbuffer_pool_size) { in mix_videoconfigparamsdec_equal() [all …]
|
D | mixvideoconfigparamsenc.c | 241 MixVideoConfigParamsEnc *this_first, *this_second; in mix_videoconfigparamsenc_equal() local 248 this_second = MIX_VIDEOCONFIGPARAMSENC(second); in mix_videoconfigparamsenc_equal() 251 if (this_first->bitrate != this_second->bitrate) { in mix_videoconfigparamsenc_equal() 255 if (this_first->frame_rate_num != this_second->frame_rate_num) { in mix_videoconfigparamsenc_equal() 259 if (this_first->frame_rate_denom != this_second->frame_rate_denom) { in mix_videoconfigparamsenc_equal() 263 if (this_first->initial_qp != this_second->initial_qp) { in mix_videoconfigparamsenc_equal() 267 if (this_first->min_qp != this_second->min_qp) { in mix_videoconfigparamsenc_equal() 271 if (this_first->intra_period != this_second->intra_period) { in mix_videoconfigparamsenc_equal() 275 if (this_first->picture_width != this_second->picture_width in mix_videoconfigparamsenc_equal() 276 && this_first->picture_height != this_second->picture_height) { in mix_videoconfigparamsenc_equal() [all …]
|
D | mixbuffer.c | 151 MixBuffer *this_first, *this_second; in mix_buffer_equal() local 158 this_second = MIX_BUFFER(second); in mix_buffer_equal() 160 if (this_first->data == this_second->data && this_first->size in mix_buffer_equal() 161 == this_second->size && this_first->token == this_second->token in mix_buffer_equal() 162 && this_first->callback == this_second->callback) { in mix_buffer_equal()
|
D | mixvideoconfigparamsenc_h264.c | 202 MixVideoConfigParamsEncH264 *this_first, *this_second; in mix_videoconfigparamsencenc_h264_equal() local 210 this_second = MIX_VIDEOCONFIGPARAMSENC_H264 (second); in mix_videoconfigparamsencenc_h264_equal() 212 if (this_first->basic_unit_size != this_second->basic_unit_size) { in mix_videoconfigparamsencenc_h264_equal() 216 if (this_first->slice_num != this_second->slice_num) { in mix_videoconfigparamsencenc_h264_equal() 220 if (this_first->disable_deblocking_filter_idc != this_second->disable_deblocking_filter_idc) { in mix_videoconfigparamsencenc_h264_equal() 224 if (this_first->delimiter_type != this_second->delimiter_type) { in mix_videoconfigparamsencenc_h264_equal()
|
D | mixvideoinitparams.c | 147 MixVideoInitParams *this_first, *this_second; in mix_videoinitparams_equal() local 149 this_second = MIX_VIDEOINITPARAMS(second); in mix_videoinitparams_equal() 152 if (!this_first->display && !this_second->display) { in mix_videoinitparams_equal() 154 } else if (this_first->display && this_second->display) { in mix_videoinitparams_equal() 157 ret = mix_display_equal(this_first->display, this_second->display); in mix_videoinitparams_equal()
|
D | mixvideoconfigparamsenc_mpeg4.c | 199 MixVideoConfigParamsEncMPEG4 *this_first, *this_second; in mix_videoconfigparamsencenc_mpeg4_equal() local 207 this_second = MIX_VIDEOCONFIGPARAMSENC_MPEG4 (second); in mix_videoconfigparamsencenc_mpeg4_equal() 209 if (this_first->profile_and_level_indication!= this_second->profile_and_level_indication) { in mix_videoconfigparamsencenc_mpeg4_equal() 213 if (this_first->fixed_vop_time_increment!= this_second->fixed_vop_time_increment) { in mix_videoconfigparamsencenc_mpeg4_equal() 217 if (this_first->disable_deblocking_filter_idc != this_second->disable_deblocking_filter_idc) { in mix_videoconfigparamsencenc_mpeg4_equal()
|
D | mixvideorenderparams.c | 211 MixVideoRenderParams *this_first, *this_second; in mix_videorenderparams_equal() local 218 this_second = MIX_VIDEORENDERPARAMS(second); in mix_videorenderparams_equal() 221 this_second->display)) && mix_rect_equal(this_first->src_rect, in mix_videorenderparams_equal() 222 this_second->src_rect) && mix_rect_equal(this_first->dst_rect, in mix_videorenderparams_equal() 223 this_second->dst_rect) && this_first->number_of_clipping_rects in mix_videorenderparams_equal() 224 == this_second->number_of_clipping_rects && memcmp( in mix_videorenderparams_equal() 226 (guchar *) this_second->number_of_clipping_rects, in mix_videorenderparams_equal()
|
D | mixdisplayx11.c | 142 MixDisplayX11 *this_first, *this_second; in mix_displayx11_equal() local 145 this_second = MIX_DISPLAYX11(second); in mix_displayx11_equal() 153 if (this_first->display == this_second->display && this_first->drawable in mix_displayx11_equal() 154 == this_second->drawable) { in mix_displayx11_equal()
|
D | mixvideoframe.c | 224 MixVideoFrame *this_first, *this_second; in mix_videoframe_equal() local 231 this_second = MIX_VIDEOFRAME(second); in mix_videoframe_equal() 234 if (this_first->frame_id == this_second->frame_id in mix_videoframe_equal() 235 && this_first->timestamp == this_second->timestamp in mix_videoframe_equal() 236 && this_first->discontinuity == this_second->discontinuity in mix_videoframe_equal() 237 && this_first->frame_structure == this_second->frame_structure) { in mix_videoframe_equal()
|
D | mixvideocaps.c | 171 MixVideoCaps *this_first, *this_second; in mix_videocaps_equal() local 179 this_second = MIX_VIDEOCAPS (second); in mix_videocaps_equal() 182 if (g_strcmp0 (this_first->mix_caps, this_second->mix_caps) == 0 in mix_videocaps_equal() 184 this_second->video_hw_caps) == 0) in mix_videocaps_equal()
|
D | mixbufferpool.c | 176 MixBufferPool *this_first, *this_second; in mix_bufferpool_equal() local 186 this_second = MIX_BUFFERPOOL(second); in mix_bufferpool_equal() 189 if (this_first->free_list == this_second->free_list in mix_bufferpool_equal() 190 && this_first->in_use_list == this_second->in_use_list in mix_bufferpool_equal() 192 == this_second->free_list_max_size in mix_bufferpool_equal() 193 && this_first->high_water_mark == this_second->high_water_mark) { in mix_bufferpool_equal()
|
D | mixsurfacepool.c | 178 MixSurfacePool *this_first, *this_second; in mix_surfacepool_equal() local 188 this_second = MIX_SURFACEPOOL(second); in mix_surfacepool_equal() 191 if (this_first->free_list == this_second->free_list in mix_surfacepool_equal() 192 && this_first->in_use_list == this_second->in_use_list in mix_surfacepool_equal() 194 == this_second->free_list_max_size in mix_surfacepool_equal() 196 == this_second->free_list_cur_size in mix_surfacepool_equal() 197 && this_first->high_water_mark == this_second->high_water_mark) { in mix_surfacepool_equal()
|
D | mixdrmparams.c | 155 MixDrmParams *this_first, *this_second; in mix_drmparams_equal() local 163 this_second = MIX_DRMPARAMS (second); in mix_drmparams_equal()
|
D | mixvideoconfigparamsdec_h264.c | 185 MixVideoConfigParamsDecH264 *this_first, *this_second; in mix_videoconfigparamsdec_h264_equal() local 193 this_second = MIX_VIDEOCONFIGPARAMSDEC_H264 (second); in mix_videoconfigparamsdec_h264_equal()
|
D | mixvideoconfigparamsenc_preview.c | 190 MixVideoConfigParamsEncPreview *this_first, *this_second; in mix_videoconfigparamsencenc_preview_equal() local 198 this_second = MIX_VIDEOCONFIGPARAMSENC_PREVIEW (second); in mix_videoconfigparamsencenc_preview_equal()
|
D | mixvideoconfigparamsdec_vc1.c | 163 MixVideoConfigParamsDecVC1 *this_first, *this_second; in mix_videoconfigparamsdec_vc1_equal() local 171 this_second = MIX_VIDEOCONFIGPARAMSDEC_VC1(second); in mix_videoconfigparamsdec_vc1_equal()
|
D | mixvideodecodeparams.c | 142 MixVideoDecodeParams *this_first, *this_second; in mix_videodecodeparams_equal() local 149 this_second = MIX_VIDEODECODEPARAMS(second); in mix_videodecodeparams_equal()
|
D | mixvideoencodeparams.c | 142 MixVideoEncodeParams *this_first, *this_second; in mix_videoencodeparams_equal() local 149 this_second = MIX_VIDEOENCODEPARAMS(second); in mix_videoencodeparams_equal()
|
D | mixvideoconfigparamsdec_mp42.c | 178 MixVideoConfigParamsDecMP42 *this_first, *this_second; in mix_videoconfigparamsdec_mp42_equal() local 186 this_second = MIX_VIDEOCONFIGPARAMSDEC_MP42(second); in mix_videoconfigparamsdec_mp42_equal()
|