HomeSort by relevance Sort by last modified time
    Searched refs:this_first (Results 1 - 19 of 19) sorted by null

  /hardware/intel/common/libmix/mix_video/src/
mixvideoconfigparamsdec.c 224 MixVideoConfigParamsDec *this_first, *this_second; local
232 this_first = MIX_VIDEOCONFIGPARAMSDEC(first);
236 if (this_first->frame_order_mode != this_second->frame_order_mode) {
240 if (this_first->frame_rate_num != this_second->frame_rate_num
241 && this_first->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->mixbuffer_pool_size)
    [all...]
mixbuffer.c 151 MixBuffer *this_first, *this_second; local
157 this_first = MIX_BUFFER(first);
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) {
mixvideoconfigparamsenc.c 241 MixVideoConfigParamsEnc *this_first, *this_second; local
247 this_first = MIX_VIDEOCONFIGPARAMSENC(first);
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->picture_height)
    [all...]
mixvideoinitparams.c 147 MixVideoInitParams *this_first, *this_second; local
148 this_first = MIX_VIDEOINITPARAMS(first);
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);
mixdisplayx11.c 142 MixDisplayX11 *this_first, *this_second; local
144 this_first = MIX_DISPLAYX11(first);
153 if (this_first->display == this_second->display && this_first->drawable
mixvideorenderparams.c 211 MixVideoRenderParams *this_first, *this_second; local
217 this_first = MIX_VIDEORENDERPARAMS(first);
220 if (mix_display_equal(MIX_DISPLAY(this_first->display), MIX_DISPLAY(
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
225 (guchar *) this_first->number_of_clipping_rects,
227 this_first->number_of_clipping_rects) == 0) {
mixvideoconfigparamsenc_h264.c 202 MixVideoConfigParamsEncH264 *this_first, *this_second; local
209 this_first = MIX_VIDEOCONFIGPARAMSENC_H264 (first);
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) {
mixvideoconfigparamsenc_mpeg4.c 199 MixVideoConfigParamsEncMPEG4 *this_first, *this_second; local
206 this_first = MIX_VIDEOCONFIGPARAMSENC_MPEG4 (first);
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) {
mixbufferpool.c 176 MixBufferPool *this_first, *this_second; local
185 this_first = MIX_BUFFERPOOL(first);
189 if (this_first->free_list == this_second->free_list
190 && this_first->in_use_list == this_second->in_use_list
191 && this_first->free_list_max_size
193 && this_first->high_water_mark == this_second->high_water_mark) {
mixvideoframe.c 224 MixVideoFrame *this_first, *this_second; local
230 this_first = MIX_VIDEOFRAME(first);
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) {
mixdrmparams.c 155 MixDrmParams *this_first, *this_second; local
162 this_first = MIX_DRMPARAMS (first);
mixvideoconfigparamsdec_h264.c 185 MixVideoConfigParamsDecH264 *this_first, *this_second; local
192 this_first = MIX_VIDEOCONFIGPARAMSDEC_H264 (first);
mixvideoconfigparamsdec_vc1.c 163 MixVideoConfigParamsDecVC1 *this_first, *this_second; local
170 this_first = MIX_VIDEOCONFIGPARAMSDEC_VC1(first);
mixvideoconfigparamsenc_preview.c 190 MixVideoConfigParamsEncPreview *this_first, *this_second; local
197 this_first = MIX_VIDEOCONFIGPARAMSENC_PREVIEW (first);
mixvideocaps.c 171 MixVideoCaps *this_first, *this_second; local
178 this_first = MIX_VIDEOCAPS (first);
182 if (g_strcmp0 (this_first->mix_caps, this_second->mix_caps) == 0
183 && g_strcmp0 (this_first->video_hw_caps,
mixsurfacepool.c 178 MixSurfacePool *this_first, *this_second; local
187 this_first = MIX_SURFACEPOOL(first);
191 if (this_first->free_list == this_second->free_list
192 && this_first->in_use_list == this_second->in_use_list
193 && this_first->free_list_max_size
195 && this_first->free_list_cur_size
197 && this_first->high_water_mark == this_second->high_water_mark) {
mixvideoconfigparamsdec_mp42.c 178 MixVideoConfigParamsDecMP42 *this_first, *this_second; local
185 this_first = MIX_VIDEOCONFIGPARAMSDEC_MP42(first);
mixvideodecodeparams.c 142 MixVideoDecodeParams *this_first, *this_second; local
148 this_first = MIX_VIDEODECODEPARAMS(first);
mixvideoencodeparams.c 142 MixVideoEncodeParams *this_first, *this_second; local
148 this_first = MIX_VIDEOENCODEPARAMS(first);

Completed in 1468 milliseconds