Searched refs:get_output_size (Results 1 – 11 of 11) sorted by relevance
/external/libxcam/xcore/interface/ |
D | geo_mapper.h | 46 void get_output_size (uint32_t &width, uint32_t &height) const { in get_output_size() function
|
D | blender.h | 43 void get_output_size (uint32_t &width, uint32_t &height) const { in get_output_size() function
|
D | stitcher.h | 157 void get_output_size (uint32_t &width, uint32_t &height) const { in get_output_size() function
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler_test.cc | 2814 auto get_output_size = [this, ops_executed](const string& name) -> int64 { in TEST_F() local 2826 EXPECT_EQ(get_output_size(recv_op_names[0]), input_size); in TEST_F() 2827 EXPECT_EQ(get_output_size(send_op_names[0]), input_size); in TEST_F() 2829 EXPECT_EQ(get_output_size(recv_op_names[1]), 4 * depth_in_); in TEST_F() 2830 EXPECT_EQ(get_output_size(send_op_names[1]), 4 * depth_in_); in TEST_F() 2831 EXPECT_EQ(get_output_size(recv_op_names[2]), 4 * depth_in_); in TEST_F() 2832 EXPECT_EQ(get_output_size(send_op_names[2]), 4 * depth_in_); in TEST_F() 2834 EXPECT_EQ(get_output_size(recv_op_names[-1]), 4); in TEST_F() 2835 EXPECT_EQ(get_output_size(send_op_names[-1]), 4); in TEST_F()
|
/external/libxcam/modules/ocl/ |
D | cl_fisheye_handler.cpp | 96 _handler->get_output_size (dst_w, dst_h); in prepare_arguments() 161 CLFisheyeHandler::get_output_size (uint32_t &width, uint32_t &height) const in get_output_size() function in XCam::CLFisheyeHandler 366 get_output_size (output_width, output_height); in generate_fisheye_table()
|
D | cl_geo_map_handler.h | 87 void get_output_size (uint32_t &width, uint32_t &height) const { in get_output_size() function
|
D | cl_fisheye_handler.h | 56 void get_output_size (uint32_t &width, uint32_t &height) const;
|
D | cl_blender.cpp | 94 get_output_size (output_width, output_height); in prepare_buffer_pool_video_info()
|
/external/libxcam/modules/soft/ |
D | soft_geo_mapper.cpp | 101 get_output_size (width, height); in configure_resource()
|
D | soft_stitcher.cpp | 434 _stitcher->get_output_size (out_width, out_height); in fisheye_dewarp_to_table() 552 _stitcher->get_output_size (out_width, out_height); in start_single_blender() 913 get_output_size (out_width, out_height); in configure_resource()
|
D | soft_blender.cpp | 669 get_output_size (out_width, out_height); in configure_resource()
|