HomeSort by relevance Sort by last modified time
    Searched full:ci_shared_surfaces (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_preview.c 51 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;
    [all...]
mixvideoformatenc_h264.h 41 VASurfaceID * ci_shared_surfaces; member in struct:_MixVideoFormatEnc_H264
mixvideoformatenc_mpeg4.h 42 VASurfaceID * ci_shared_surfaces; member in struct:_MixVideoFormatEnc_MPEG4
mixvideoformatenc_preview.h 41 VASurfaceID * ci_shared_surfaces; member in struct:_MixVideoFormatEnc_Preview
mixvideoformatenc_mpeg4.c 51 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;
    [all...]
mixvideoformatenc_h264.c 51 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;
    [all...]

Completed in 75 milliseconds