My Project
List of default components

Macros

#define MMAL_COMPONENT_DEFAULT_CONTAINER_READER   "container_reader"
 
#define MMAL_COMPONENT_DEFAULT_CONTAINER_WRITER   "container_writer"
 
#define MMAL_COMPONENT_DEFAULT_VIDEO_DECODER   "vc.ril.video_decode"
 
#define MMAL_COMPONENT_DEFAULT_VIDEO_ENCODER   "vc.ril.video_encode"
 
#define MMAL_COMPONENT_DEFAULT_VIDEO_RENDERER   "vc.ril.video_render"
 
#define MMAL_COMPONENT_DEFAULT_IMAGE_DECODER   "vc.ril.image_decode"
 
#define MMAL_COMPONENT_DEFAULT_IMAGE_ENCODER   "vc.ril.image_encode"
 
#define MMAL_COMPONENT_DEFAULT_CAMERA   "vc.ril.camera"
 
#define MMAL_COMPONENT_DEFAULT_VIDEO_CONVERTER   "vc.video_convert"
 
#define MMAL_COMPONENT_DEFAULT_SPLITTER   "vc.splitter"
 
#define MMAL_COMPONENT_DEFAULT_SCHEDULER   "vc.scheduler"
 
#define MMAL_COMPONENT_DEFAULT_VIDEO_INJECTER   "vc.video_inject"
 
#define MMAL_COMPONENT_DEFAULT_VIDEO_SPLITTER   "vc.ril.video_splitter"
 
#define MMAL_COMPONENT_DEFAULT_AUDIO_DECODER   "none"
 
#define MMAL_COMPONENT_DEFAULT_AUDIO_RENDERER   "vc.ril.audio_render"
 
#define MMAL_COMPONENT_DEFAULT_MIRACAST   "vc.miracast"
 
#define MMAL_COMPONENT_DEFAULT_CLOCK   "vc.clock"
 
#define MMAL_COMPONENT_DEFAULT_CAMERA_INFO   "vc.camera_info"
 

Detailed Description

This provides a list of default components on a per platform basis.

Macro Definition Documentation

◆ MMAL_COMPONENT_DEFAULT_AUDIO_DECODER

#define MMAL_COMPONENT_DEFAULT_AUDIO_DECODER   "none"

Definition at line 83 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_AUDIO_RENDERER

#define MMAL_COMPONENT_DEFAULT_AUDIO_RENDERER   "vc.ril.audio_render"

Definition at line 84 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_CAMERA

#define MMAL_COMPONENT_DEFAULT_CAMERA   "vc.ril.camera"

Definition at line 77 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_CAMERA_INFO

#define MMAL_COMPONENT_DEFAULT_CAMERA_INFO   "vc.camera_info"

Definition at line 87 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_CLOCK

#define MMAL_COMPONENT_DEFAULT_CLOCK   "vc.clock"

Definition at line 86 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_CONTAINER_READER

#define MMAL_COMPONENT_DEFAULT_CONTAINER_READER   "container_reader"

Definition at line 36 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_CONTAINER_WRITER

#define MMAL_COMPONENT_DEFAULT_CONTAINER_WRITER   "container_writer"

Definition at line 37 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_IMAGE_DECODER

#define MMAL_COMPONENT_DEFAULT_IMAGE_DECODER   "vc.ril.image_decode"

Definition at line 75 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_IMAGE_ENCODER

#define MMAL_COMPONENT_DEFAULT_IMAGE_ENCODER   "vc.ril.image_encode"

Definition at line 76 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_MIRACAST

#define MMAL_COMPONENT_DEFAULT_MIRACAST   "vc.miracast"

Definition at line 85 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_SCHEDULER

#define MMAL_COMPONENT_DEFAULT_SCHEDULER   "vc.scheduler"

Definition at line 80 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_SPLITTER

#define MMAL_COMPONENT_DEFAULT_SPLITTER   "vc.splitter"

Definition at line 79 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_VIDEO_CONVERTER

#define MMAL_COMPONENT_DEFAULT_VIDEO_CONVERTER   "vc.video_convert"

Definition at line 78 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_VIDEO_DECODER

#define MMAL_COMPONENT_DEFAULT_VIDEO_DECODER   "vc.ril.video_decode"

Definition at line 72 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_VIDEO_ENCODER

#define MMAL_COMPONENT_DEFAULT_VIDEO_ENCODER   "vc.ril.video_encode"

Definition at line 73 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_VIDEO_INJECTER

#define MMAL_COMPONENT_DEFAULT_VIDEO_INJECTER   "vc.video_inject"

Definition at line 81 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_VIDEO_RENDERER

#define MMAL_COMPONENT_DEFAULT_VIDEO_RENDERER   "vc.ril.video_render"

Definition at line 74 of file mmal_default_components.h.

◆ MMAL_COMPONENT_DEFAULT_VIDEO_SPLITTER

#define MMAL_COMPONENT_DEFAULT_VIDEO_SPLITTER   "vc.ril.video_splitter"

Definition at line 82 of file mmal_default_components.h.