Namespaces | |
namespace | msg |
Classes | |
struct | Packet_ |
class | TheoraPublisher |
class | TheoraSubscriber |
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) |
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 112 of file theora_publisher.cpp.
void theora_image_transport::freeContext | ( | th_enc_ctx * | context | ) |
Definition at line 205 of file theora_publisher.cpp.
std::ostream& theora_image_transport::operator<< | ( | std::ostream & | s, |
const ::theora_image_transport::Packet_< ContainerAllocator > & | v | ||
) |