Searched refs:ci_shared_surfaces (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_mpeg4.h42 VASurfaceID * ci_shared_surfaces; member in struct:_MixVideoFormatEnc_MPEG4
H A Dmixvideoformatenc_preview.h41 VASurfaceID * ci_shared_surfaces; member in struct:_MixVideoFormatEnc_Preview
H A Dmixvideoformatenc_h264.h41 VASurfaceID * ci_shared_surfaces; member in struct:_MixVideoFormatEnc_H264
H A Dmixvideoformatenc_mpeg4.c51 self->ci_shared_surfaces = NULL;
474 self->ci_shared_surfaces =
477 if (self->ci_shared_surfaces == NULL)
496 &self->ci_shared_surfaces[index]);
526 self->surfaces[index] = self->ci_shared_surfaces[index];
876 if (self->ci_shared_surfaces)
878 g_free (self->ci_shared_surfaces);
879 self->ci_shared_surfaces = NULL;
H A Dmixvideoformatenc_preview.c51 self->ci_shared_surfaces = NULL;
427 self->ci_shared_surfaces =
430 if (self->ci_shared_surfaces == NULL)
449 &self->ci_shared_surfaces[index]);
479 self->surfaces[index] = self->ci_shared_surfaces[index];
821 if (self->ci_shared_surfaces)
823 g_free (self->ci_shared_surfaces);
824 self->ci_shared_surfaces = NULL;
H A Dmixvideoformatenc_h264.c51 self->ci_shared_surfaces = NULL;
489 self->ci_shared_surfaces =
492 if (self->ci_shared_surfaces == NULL)
511 &self->ci_shared_surfaces[index]);
541 self->surfaces[index] = self->ci_shared_surfaces[index];
894 if (self->ci_shared_surfaces)
896 g_free (self->ci_shared_surfaces);
897 self->ci_shared_surfaces = NULL;

Completed in 146 milliseconds