Home
last modified time | relevance | path

Searched refs:MMAL_COMPONENT_IMAGE_ENCODE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.c114 .mmal_component = MMAL_COMPONENT_IMAGE_ENCODE,
1031 case MMAL_COMPONENT_IMAGE_ENCODE: in mmal_setup_components()
1032 encode_component = dev->component[MMAL_COMPONENT_IMAGE_ENCODE]; in mmal_setup_components()
1033 port = &dev->component[MMAL_COMPONENT_IMAGE_ENCODE]->output[0]; in mmal_setup_components()
1180 case MMAL_COMPONENT_IMAGE_ENCODE: in mmal_setup_components()
1663 &dev->component[MMAL_COMPONENT_IMAGE_ENCODE]); in mmal_init()
1667 if (dev->component[MMAL_COMPONENT_IMAGE_ENCODE]->inputs < 1) { in mmal_init()
1670 dev->component[MMAL_COMPONENT_IMAGE_ENCODE]->inputs, in mmal_init()
1729 dev->component[MMAL_COMPONENT_IMAGE_ENCODE]); in mmal_init()
1803 component[MMAL_COMPONENT_IMAGE_ENCODE]); in bcm2835_cleanup_instance()
Dbcm2835-camera.h20 MMAL_COMPONENT_IMAGE_ENCODE, enumerator
Dcontrols.c658 jpeg_out = &dev->component[MMAL_COMPONENT_IMAGE_ENCODE]->output[0]; in ctrl_set_image_encode_output()