Home
last modified time | relevance | path

Searched refs:ImagePipelineNodeDebug (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/genesys/
H A Dlow.cpp1166 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefix + "_0_from_usb.tiff"); in build_image_pipeline()
1176 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefix + "_1_after_desegment.tiff"); in build_image_pipeline()
1192 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefix + "_2_after_swap.tiff"); in build_image_pipeline()
1201 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefix + "_3_after_invert.tiff"); in build_image_pipeline()
1209 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefix + "_4_after_merge_mono.tiff"); in build_image_pipeline()
1222 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefix + "_5_after_format.tiff"); in build_image_pipeline()
1232 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefix + "_6_after_color_unshift.tiff"); in build_image_pipeline()
1242 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefix + "_7_after_x_unstagger.tiff"); in build_image_pipeline()
1250 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefix + "_8_after_y_unstagger.tiff"); in build_image_pipeline()
1264 pipeline.push_node<ImagePipelineNodeDebug>(debug_prefi in build_image_pipeline()
[all...]
H A Dimage_pipeline.cpp813 ImagePipelineNodeDebug::ImagePipelineNodeDebug(ImagePipelineNode& source, in ImagePipelineNodeDebug() function in genesys::ImagePipelineNodeDebug
820 ImagePipelineNodeDebug::~ImagePipelineNodeDebug() in ~ImagePipelineNodeDebug()
834 bool ImagePipelineNodeDebug::get_next_row_data(std::uint8_t* out_data) in get_next_row_data()
H A Dimage_pipeline.h507 class ImagePipelineNodeDebug : public ImagePipelineNode class
510 ImagePipelineNodeDebug(ImagePipelineNode& source, const std::string& path);
511 ~ImagePipelineNodeDebug() override;

Completed in 6 milliseconds