Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_preview.c51 self->ci_shared_surfaces = NULL; in mix_videoformatenc_preview_init()
427 self->ci_shared_surfaces = in mix_videofmtenc_preview_initialize()
430 if (self->ci_shared_surfaces == NULL) in mix_videofmtenc_preview_initialize()
449 &self->ci_shared_surfaces[index]); in mix_videofmtenc_preview_initialize()
479 self->surfaces[index] = self->ci_shared_surfaces[index]; in mix_videofmtenc_preview_initialize()
821 if (self->ci_shared_surfaces) in mix_videofmtenc_preview_deinitialize()
823 g_free (self->ci_shared_surfaces); in mix_videofmtenc_preview_deinitialize()
824 self->ci_shared_surfaces = NULL; in mix_videofmtenc_preview_deinitialize()
Dmixvideoformatenc_mpeg4.c51 self->ci_shared_surfaces = NULL; in mix_videoformatenc_mpeg4_init()
474 self->ci_shared_surfaces = in mix_videofmtenc_mpeg4_initialize()
477 if (self->ci_shared_surfaces == NULL) in mix_videofmtenc_mpeg4_initialize()
496 &self->ci_shared_surfaces[index]); in mix_videofmtenc_mpeg4_initialize()
526 self->surfaces[index] = self->ci_shared_surfaces[index]; in mix_videofmtenc_mpeg4_initialize()
876 if (self->ci_shared_surfaces) in mix_videofmtenc_mpeg4_deinitialize()
878 g_free (self->ci_shared_surfaces); in mix_videofmtenc_mpeg4_deinitialize()
879 self->ci_shared_surfaces = NULL; in mix_videofmtenc_mpeg4_deinitialize()
Dmixvideoformatenc_preview.h41 VASurfaceID * ci_shared_surfaces; member
Dmixvideoformatenc_mpeg4.h42 VASurfaceID * ci_shared_surfaces; member
Dmixvideoformatenc_h264.h41 VASurfaceID * ci_shared_surfaces; member
Dmixvideoformatenc_h264.c51 self->ci_shared_surfaces = NULL; in mix_videoformatenc_h264_init()
489 self->ci_shared_surfaces = in mix_videofmtenc_h264_initialize()
492 if (self->ci_shared_surfaces == NULL) in mix_videofmtenc_h264_initialize()
511 &self->ci_shared_surfaces[index]); in mix_videofmtenc_h264_initialize()
541 self->surfaces[index] = self->ci_shared_surfaces[index]; in mix_videofmtenc_h264_initialize()
894 if (self->ci_shared_surfaces) in mix_videofmtenc_h264_deinitialize()
896 g_free (self->ci_shared_surfaces); in mix_videofmtenc_h264_deinitialize()
897 self->ci_shared_surfaces = NULL; in mix_videofmtenc_h264_deinitialize()