Searched refs:push_first_node (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image_pipeline.cpp | 193 stack.push_first_node<ImagePipelineNodeBufferedCallableSource>(4, 3, PixelFormat::I8, in test_node_buffered_callable_source() 225 stack.push_first_node<ImagePipelineNodeArraySource>(3, 1, PixelFormat::RGB888, in test_node_format_convert() 261 stack.push_first_node<ImagePipelineNodeArraySource>(20, 2, PixelFormat::I8, in test_node_desegment_1_line() 289 stack.push_first_node<ImagePipelineNodeArraySource>(10, 2, PixelFormat::I8, in test_node_deinterleave_lines_i8() 317 stack.push_first_node<ImagePipelineNodeArraySource>(4, 2, PixelFormat::RGB888, in test_node_deinterleave_lines_rgb888() 347 stack.push_first_node<ImagePipelineNodeArraySource>(4, 1, PixelFormat::RGB161616, in test_node_swap_16bit_endian() 385 stack.push_first_node<ImagePipelineNodeArraySource>(4, 1, PixelFormat::RGB161616, in test_node_invert_16_bits() 421 stack.push_first_node<ImagePipelineNodeArraySource>(8, 1, PixelFormat::RGB888, in test_node_invert_8_bits() 452 stack.push_first_node<ImagePipelineNodeArraySource>(32, 1, PixelFormat::RGB111, in test_node_invert_1_bits() 482 stack.push_first_node<ImagePipelineNodeArraySourc in test_node_merge_mono_lines_to_color() [all...] |
/third_party/backends/backend/genesys/ |
H A D | low.cpp | 397 pipeline.push_first_node<ImagePipelineNodeImageSource>(image); in read_unshuffled_image_from_scanner() 499 pipeline.push_first_node<ImagePipelineNodeImageSource>(image); in read_shuffled_image_from_scanner() 1161 auto& src_node = pipeline.push_first_node<ImagePipelineNodeBufferedCallableSource>( in build_image_pipeline()
|
H A D | image_pipeline.h | 563 Node& push_first_node(Args&&... args) in push_first_node() function in genesys::ImagePipelineStack
|
Completed in 5 milliseconds