X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftdm_backend.h;h=9a1ea41f4447d9a076a763d60c373cf2d20b8874;hb=40ad17404d1c0398a7bebdd039fab420a03c9598;hp=4bde8b0d469c864a28a2a3825cabc0e26101af9e;hpb=7449e59bf1928ba857a189e8e70584f9f6fec744;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/include/tdm_backend.h b/include/tdm_backend.h index 4bde8b0..9a1ea41 100644 --- a/include/tdm_backend.h +++ b/include/tdm_backend.h @@ -737,8 +737,8 @@ typedef struct _tdm_func_capture { /** * @brief Attach a TDM buffer to a capture object - * @details When capture_commit() function is called, a backend module dumps - * a output or a layer to a TDM buffer. + * @details When capture_commit() function is called, a backend module starts + * to dump a output or a layer to a TDM buffer. * @param[in] capture A capture object * @param[in] buffer A TDM buffer * @return #TDM_ERROR_NONE if success. Otherwise, error value. @@ -746,7 +746,7 @@ typedef struct _tdm_func_capture { * @see capture_commit() function of #tdm_func_capture * @see capture_set_done_handler, tdm_capture_done_handler * @remark - * A backend module dumps a output or a layer to to a TDM buffer when + * A backend module starts to dump a output or a layer to to a TDM buffer when * committed. The size/crop/transform information is set via #capture_set_info() * of #tdm_func_capture. When done, a backend module @b SHOULD return the TDM * buffer via tdm_capture_done_handler.