androidmedia: Place some const keywords in a few places
This commit is contained in:
parent
8e0bbc9e32
commit
3078b3a34c
@ -2393,9 +2393,9 @@ gst_amc_color_format_info_set (GstAmcColorFormatInfo * color_format_info,
|
|||||||
* platform/frameworks/media/libstagefright/colorconversion/ColorConversion.cpp
|
* platform/frameworks/media/libstagefright/colorconversion/ColorConversion.cpp
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
gst_amc_color_format_copy (GstAmcColorFormatInfo * cinfo,
|
gst_amc_color_format_copy (const GstAmcColorFormatInfo * cinfo,
|
||||||
GstAmcBuffer * cbuffer, const GstAmcBufferInfo * cbuffer_info,
|
GstAmcBuffer * cbuffer, const GstAmcBufferInfo * cbuffer_info,
|
||||||
GstVideoInfo * vinfo, GstBuffer * vbuffer,
|
const GstVideoInfo * vinfo, GstBuffer * vbuffer,
|
||||||
GstAmcColorFormatCopyDirection direction)
|
GstAmcColorFormatCopyDirection direction)
|
||||||
{
|
{
|
||||||
gboolean ret = FALSE;
|
gboolean ret = FALSE;
|
||||||
|
@ -143,8 +143,8 @@ typedef enum
|
|||||||
} GstAmcColorFormatCopyDirection;
|
} GstAmcColorFormatCopyDirection;
|
||||||
|
|
||||||
gboolean gst_amc_color_format_copy (
|
gboolean gst_amc_color_format_copy (
|
||||||
GstAmcColorFormatInfo * cinfo, GstAmcBuffer * cbuffer, const GstAmcBufferInfo * cbuffer_info,
|
const GstAmcColorFormatInfo * cinfo, GstAmcBuffer * cbuffer, const GstAmcBufferInfo * cbuffer_info,
|
||||||
GstVideoInfo * vinfo, GstBuffer * vbuffer, GstAmcColorFormatCopyDirection direction);
|
const GstVideoInfo * vinfo, GstBuffer * vbuffer, GstAmcColorFormatCopyDirection direction);
|
||||||
|
|
||||||
const gchar * gst_amc_avc_profile_to_string (gint profile, const gchar **alternative);
|
const gchar * gst_amc_avc_profile_to_string (gint profile, const gchar **alternative);
|
||||||
gint gst_amc_avc_profile_from_string (const gchar *profile);
|
gint gst_amc_avc_profile_from_string (const gchar *profile);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user