* @remarks The @c packet must be released by using media_packet_destroy().
* @param[in] fmt The allocated #media_format_h by caller
* @param[in] mem_ptr The memory pointer which is created by external module
+ * @param[in] size The buffer size value to set
* @param[in] fcb The media_packet_finalize_cb() to register
* @param[in] fcb_data The user data to be passed to the media_packet_finalize_cb() function
* @param[out] packet A new handle for media packet
*
* @param[in] packet The media packet handle
* @param[in] plane_idx The plane index value
- * @param[out] stride_w the stride value from tbm_surface
+ * @param[out] stride_width the stride value from tbm_surface
*
* @return @c 0 on success,
* otherwise a negative error value
*
* @param[in] packet The media packet handle
* @param[in] plane_idx The plane index value
- * @param[out] stride_h The stride height value from tbm_surface
+ * @param[out] stride_height The stride height value from tbm_surface
*
* @return @c 0 on success,
* otherwise a negative error value
/**
* @brief Sets the media packet pool size.
* @details Sets the number of packets to allocate with given parameters.
- * The media packet pool will be allocated with #min_buffers when media_pacet_pool_allocate() is called.
- * When there are no media packets available, it will be increased to #max_buffers of given parameter.
+ * The media packet pool will be allocated with @a min_buffers when media_pacet_pool_allocate() is called.
+ * When there are no media packets available, it will be increased to @a max_buffers of given parameter.
*
* @since_tizen 3.0
*
/**
* @brief Allocates the media packet pool.
- * @details It will allocate media packets with #min_buffers which given to media_packet_pool_set_size().
+ * @details It will allocate media packets with @a min_buffers which given to media_packet_pool_set_size().
*
* @since_tizen 3.0
*
/**
* @brief Acquires a media packet from the media packet pool.
* @details It will take a media packet from the queue and block until media packet is released into the pool agaian.
- * When there are no media packets available, it will be increased to #max_buffers of given parameter.
+ * When there are no media packets available, it will be increased to @a max_buffers of given parameter.
*
* @since_tizen 3.0
*