Namespaces | |
| namespace | cfg |
| namespace | msg |
Classes | |
| struct | Packet_ |
| class | TheoraPublisher |
| class | TheoraPublisherConfig |
| class | TheoraPublisherConfigStatics |
| class | TheoraSubscriber |
| class | TheoraSubscriberConfig |
| class | TheoraSubscriberConfigStatics |
Typedefs | |
| typedef ::theora_image_transport::Packet_ < std::allocator< void > > | Packet |
| typedef boost::shared_ptr < ::theora_image_transport::Packet const > | PacketConstPtr |
| typedef boost::shared_ptr < ::theora_image_transport::Packet > | PacketPtr |
Functions | |
| static void | cvToTheoraPlane (cv::Mat &mat, th_img_plane &plane) |
| void | freeContext (th_enc_ctx *context) |
| template<typename ContainerAllocator > | |
| std::ostream & | operator<< (std::ostream &s, const ::theora_image_transport::Packet_< ContainerAllocator > &v) |
Variables | |
| const int | TheoraPublisher_Bitrate = 0 |
| const int | TheoraPublisher_Quality = 1 |
| typedef ::theora_image_transport::Packet_<std::allocator<void> > theora_image_transport::Packet |
| typedef boost::shared_ptr< ::theora_image_transport::Packet const> theora_image_transport::PacketConstPtr |
| typedef boost::shared_ptr< ::theora_image_transport::Packet> theora_image_transport::PacketPtr |
| static void theora_image_transport::cvToTheoraPlane | ( | cv::Mat & | mat, | |
| th_img_plane & | plane | |||
| ) | [static] |
Definition at line 111 of file theora_publisher.cpp.
| void theora_image_transport::freeContext | ( | th_enc_ctx * | context | ) |
Definition at line 184 of file theora_publisher.cpp.
| std::ostream& theora_image_transport::operator<< | ( | std::ostream & | s, | |
| const ::theora_image_transport::Packet_< ContainerAllocator > & | v | |||
| ) | [inline] |
| const int theora_image_transport::TheoraPublisher_Bitrate = 0 |
Definition at line 341 of file TheoraPublisherConfig.h.
| const int theora_image_transport::TheoraPublisher_Quality = 1 |
Definition at line 343 of file TheoraPublisherConfig.h.