Change-Id: I2b4839d6faa103b8e62b4000bc618363a23271b6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* @retval #FRAME_BROKER_ERROR_NONE Successful
* @retval #FRAME_BROKER_ERROR_INVALID_PARAMETER Invalid parameter
*/
-int frame_native_buffer_get_bbp(frame_native_buffer_h handle,
+int frame_native_buffer_get_bpp(frame_native_buffer_h handle,
uint32_t *bpp);
#ifdef __cplusplus
return FRAME_BROKER_ERROR_NONE;
}
-API int frame_native_buffer_get_bbp(frame_native_buffer_h handle,
+API int frame_native_buffer_get_bpp(frame_native_buffer_h handle,
uint32_t *bpp)
{
tbm_surface_info_s *info;