Home
last modified time | relevance | path

Searched refs:extra_surface_allocation (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparamsdec.c51 self->extra_surface_allocation = 0; in mix_videoconfigparamsdec_init()
166 this_target->extra_surface_allocation = this_src->extra_surface_allocation; in mix_videoconfigparamsdec_copy()
263 if (this_first->extra_surface_allocation != this_second->extra_surface_allocation) { in mix_videoconfigparamsdec_equal()
513 guint extra_surface_allocation) { in mix_videoconfigparamsdec_set_extra_surface_allocation() argument
517 obj->extra_surface_allocation = extra_surface_allocation; in mix_videoconfigparamsdec_set_extra_surface_allocation()
524 guint *extra_surface_allocation) { in mix_videoconfigparamsdec_get_extra_surface_allocation() argument
526 MIX_VIDEOCONFIGPARAMSDEC_GETTER_CHECK_INPUT (obj, extra_surface_allocation); in mix_videoconfigparamsdec_get_extra_surface_allocation()
527 *extra_surface_allocation = obj->extra_surface_allocation; in mix_videoconfigparamsdec_get_extra_surface_allocation()
Dmixvideoconfigparamsdec.h84 guint extra_surface_allocation; member
188 guint extra_surface_allocation);
191 guint *extra_surface_allocation);