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

/external/libxcam/modules/ocl/
H A Dcl_image_warp_handler.cpp100 float sample_rate_y = (float)warp_config.height / (float)video_info_in.height; local
101 XCAM_LOG_DEBUG ("warp analyze image sample rate(%fx%f)", sample_rate_x, sample_rate_y);
103 warp_config.proj_mat[5] = warp_config.proj_mat[5] / sample_rate_y;
105 warp_config.proj_mat[7] = warp_config.proj_mat[7] * sample_rate_y;

Completed in 141 milliseconds