Lines Matching refs:PixelFormat

193     stack.push_first_node<ImagePipelineNodeBufferedCallableSource>(4, 3, PixelFormat::I8,
225 stack.push_first_node<ImagePipelineNodeArraySource>(3, 1, PixelFormat::RGB888,
227 stack.push_node<ImagePipelineNodeFormatConvert>(PixelFormat::BGR161616);
232 ASSERT_EQ(stack.get_output_format(), PixelFormat::BGR161616);
261 stack.push_first_node<ImagePipelineNodeArraySource>(20, 2, PixelFormat::I8,
268 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
289 stack.push_first_node<ImagePipelineNodeArraySource>(10, 2, PixelFormat::I8,
296 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
317 stack.push_first_node<ImagePipelineNodeArraySource>(4, 2, PixelFormat::RGB888,
324 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB888);
347 stack.push_first_node<ImagePipelineNodeArraySource>(4, 1, PixelFormat::RGB161616,
354 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB161616);
385 stack.push_first_node<ImagePipelineNodeArraySource>(4, 1, PixelFormat::RGB161616,
392 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB161616);
421 stack.push_first_node<ImagePipelineNodeArraySource>(8, 1, PixelFormat::RGB888,
428 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB888);
452 stack.push_first_node<ImagePipelineNodeArraySource>(32, 1, PixelFormat::RGB111,
459 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB111);
482 stack.push_first_node<ImagePipelineNodeArraySource>(8, 3, PixelFormat::I8,
489 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB888);
515 stack.push_first_node<ImagePipelineNodeArraySource>(8, 1, PixelFormat::RGB888,
522 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
546 stack.push_first_node<ImagePipelineNodeArraySource>(8, 1, PixelFormat::RGB888,
553 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
578 stack.push_first_node<ImagePipelineNodeArraySource>(4, 4, PixelFormat::RGB888,
585 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB888);
609 stack.push_first_node<ImagePipelineNodeArraySource>(4, 4, PixelFormat::RGB888,
616 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB888);
645 stack.push_first_node<ImagePipelineNodeArraySource>(12, 9, PixelFormat::I8,
652 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
762 stack.push_first_node<ImagePipelineNodeArraySource>(12, 2, PixelFormat::I8, in_data);
768 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
785 stack.push_first_node<ImagePipelineNodeArraySource>(12, 2, PixelFormat::I8, in_data);
791 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
812 stack.push_first_node<ImagePipelineNodeArraySource>(13, 2, PixelFormat::I8, in_data);
818 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
839 stack.push_first_node<ImagePipelineNodeArraySource>(12, 2, PixelFormat::I8, in_data);
845 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
866 stack.push_first_node<ImagePipelineNodeArraySource>(13, 2, PixelFormat::I8, in_data);
872 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8);
900 stack.push_first_node<ImagePipelineNodeArraySource>(1, 1, PixelFormat::RGB888,
907 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB888);
936 stack.push_first_node<ImagePipelineNodeArraySource>(1, 1, PixelFormat::RGB161616,
943 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB161616);