Rename singleo_service_add_image_data to singleo_service_add_rgb_data.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
*
* @pre Create a source handle by calling singleo_service_create()
*/
-int singleo_service_add_input_image_data(singleo_service_h handle, const unsigned char *buffer, unsigned int width,
+int singleo_service_add_input_rgb_data(singleo_service_h handle, const unsigned char *buffer, unsigned int width,
unsigned int height, unsigned long byte_per_pixel);
/**
return SINGLEO_ERROR_NONE;
}
-int singleo_service_add_input_image_data(singleo_service_h handle, const unsigned char *buffer, unsigned int width,
+int singleo_service_add_input_rgb_data(singleo_service_h handle, const unsigned char *buffer, unsigned int width,
unsigned int height, unsigned long byte_per_pixel)
{
try {