Jpp 19.3.0-rc.2
the software that should make you happy
|
#include "puzzled_frame.hh"
#include <DataFormats/clb_common_header.hh>
#include <DataFormats/infoword.hh>
#include "input_buffer_collector.hh"
#include <string.h>
#include <log.hh>
#include <utility>
#include <stdexcept>
Go to the source code of this file.
Functions | |
uint32_t | calculate_number_of_items (Frame const &frame) |
std::pair< unsigned int, unsigned int > | opt_boundaries (CLBDataGram const &dg, std::size_t max_size) |
void | buildOpto (PuzzledFrame::container_t const &c, frame_idx_t frame_idx, Frame &frame) |
std::pair< unsigned int, unsigned int > | acou_boundaries (CLBDataGram const &dg, std::size_t max_size, std::size_t item_size) |
void | buildAcou (PuzzledFrame::container_t const &c, frame_idx_t frame_idx, Frame &frame) |
uint32_t calculate_number_of_items | ( | Frame const & | frame | ) |
Definition at line 35 of file puzzled_frame.cc.
std::pair< unsigned int, unsigned int > opt_boundaries | ( | CLBDataGram const & | dg, |
std::size_t | max_size ) |
Definition at line 89 of file puzzled_frame.cc.
void buildOpto | ( | PuzzledFrame::container_t const & | c, |
frame_idx_t | frame_idx, | ||
Frame & | frame ) |
Definition at line 116 of file puzzled_frame.cc.
std::pair< unsigned int, unsigned int > acou_boundaries | ( | CLBDataGram const & | dg, |
std::size_t | max_size, | ||
std::size_t | item_size ) |
Definition at line 202 of file puzzled_frame.cc.
void buildAcou | ( | PuzzledFrame::container_t const & | c, |
frame_idx_t | frame_idx, | ||
Frame & | frame ) |
Definition at line 234 of file puzzled_frame.cc.