Home
last modified time | relevance | path

Searched refs:get_output_row_bytes (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/testsuite/backend/genesys/
H A Dtests_image_pipeline.cpp231 ASSERT_EQ(stack.get_output_row_bytes(), 6u * 3); in test_node_format_convert()
267 ASSERT_EQ(stack.get_output_row_bytes(), 20u); in test_node_desegment_1_line()
295 ASSERT_EQ(stack.get_output_row_bytes(), 20u); in test_node_deinterleave_lines_i8()
323 ASSERT_EQ(stack.get_output_row_bytes(), 24u); in test_node_deinterleave_lines_rgb888()
353 ASSERT_EQ(stack.get_output_row_bytes(), 24u); in test_node_swap_16bit_endian()
391 ASSERT_EQ(stack.get_output_row_bytes(), 24u); in test_node_invert_16_bits()
427 ASSERT_EQ(stack.get_output_row_bytes(), 24u); in test_node_invert_8_bits()
458 ASSERT_EQ(stack.get_output_row_bytes(), 12u); in test_node_invert_1_bits()
488 ASSERT_EQ(stack.get_output_row_bytes(), 24u); in test_node_merge_mono_lines_to_color()
521 ASSERT_EQ(stack.get_output_row_bytes(), in test_node_merge_color_to_gray()
[all...]
/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp884 std::size_t ImagePipelineStack::get_output_row_bytes() const in get_output_row_bytes() function in genesys::ImagePipelineStack
909 auto row_bytes = get_output_row_bytes(); in get_all_data()
H A Dimage_pipeline.h554 std::size_t get_output_row_bytes() const;
H A Dlow.cpp1293 (void) size; // will be always equal to dev.pipeline.get_output_row_bytes() in setup_image_pipeline()
1296 dev.pipeline_buffer = ImageBuffer{dev.pipeline.get_output_row_bytes(), in setup_image_pipeline()
H A Dgenesys.cpp4302 params.bytes_per_line = pipeline.get_output_row_bytes(); in calculate_scan_parameters()

Completed in 14 milliseconds