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

  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 134 struct media_entity *gsc_sd_entity;
135 struct media_entity *gsc_vd_entity;
136 struct media_entity *sink_sd_entity;
exynos_gscaler.c 309 struct media_entity *gsc_sd_entity;
310 struct media_entity *gsc_vd_entity;
311 struct media_entity *sink_sd_entity;
    [all...]
  /hardware/samsung_slsi/exynos5/include/
exynos_v4l2.h 142 struct media_entity *entity;
151 struct media_entity { struct
169 struct media_entity *entities;
183 struct media_entity *exynos_media_get_entity_by_name(struct media_device *media, const char *name, size_t length);
185 struct media_entity *exynos_media_get_entity_by_id(struct media_device *media, __u32 id);
ExynosCamera.h 747 struct media_entity *m_sensorEntity;
748 struct media_entity *m_mipiEntity;
749 struct media_entity *m_fliteSdEntity;
750 struct media_entity *m_fliteVdEntity;
751 struct media_entity *m_gscSdEntity;
752 struct media_entity *m_gscVdEntity;
753 struct media_entity *m_ispSensorEntity;
754 struct media_entity *m_ispFrontEntity;
755 struct media_entity *m_ispBackEntity;
756 struct media_entity *m_ispBayerEntity
    [all...]
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c 50 static inline unsigned int __media_entity_type(struct media_entity *entity)
77 static struct media_link *__media_entity_add_link(struct media_entity *entity)
106 struct media_entity *entity = &media->entities[id - 1];
131 struct media_entity *source;
132 struct media_entity *sink;
165 static int __media_get_devname_sysfs(struct media_entity *entity)
217 struct media_entity *entity, *temp_entity;
222 temp_entity = entity = (struct media_entity*)calloc(1, sizeof(struct media_entity));
225 media->entities = (struct media_entity*)realloc(media->entities, size)
    [all...]

Completed in 323 milliseconds