From 62c24fb160ab937f329b269b00ac0a901d20c97d Mon Sep 17 00:00:00 2001 From: NAMJEONGYOON Date: Tue, 22 Mar 2016 13:46:01 +0900 Subject: [PATCH 2/3] add initial codes Change-Id: Ie0bccdca630ce14ae886b823c9da6a919e85e726 Signed-off-by: NAMJEONGYOON --- AUTHORS | 2 + LICENSE.APLv2 | 206 ++++++++ Makefile.am | 7 + NOTICE | 3 + autogen.sh | 5 + configure.ac | 79 +++ mm-evas-renderer.pc.in | 13 + packaging/libmm-evas-renderer.manifest | 5 + packaging/libmm-evas-renderer.spec | 62 +++ src/Makefile.am | 26 + src/include/mm_evas_renderer.h | 133 +++++ src/mm_evas_renderer.c | 852 +++++++++++++++++++++++++++++++++ 12 files changed, 1393 insertions(+) create mode 100755 AUTHORS create mode 100755 LICENSE.APLv2 create mode 100644 Makefile.am create mode 100755 NOTICE create mode 100755 autogen.sh create mode 100644 configure.ac create mode 100755 mm-evas-renderer.pc.in create mode 100644 packaging/libmm-evas-renderer.manifest create mode 100644 packaging/libmm-evas-renderer.spec create mode 100644 src/Makefile.am create mode 100644 src/include/mm_evas_renderer.h create mode 100644 src/mm_evas_renderer.c diff --git a/AUTHORS b/AUTHORS new file mode 100755 index 0000000..3339879 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Hee Chul Jeon +JongHyuk Choi diff --git a/LICENSE.APLv2 b/LICENSE.APLv2 new file mode 100755 index 0000000..bbe9d02 --- /dev/null +++ b/LICENSE.APLv2 @@ -0,0 +1,206 @@ +Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + + diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..b9b8ac7 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,7 @@ +ACLOCAL_AMFLAGS='-I m4' +SUBDIRS = src + +pcfiles = mm-evas-renderer.pc +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = $(pcfiles) +EXTRA_DIST = $(pcfiles) diff --git a/NOTICE b/NOTICE new file mode 100755 index 0000000..ccdad52 --- /dev/null +++ b/NOTICE @@ -0,0 +1,3 @@ +Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. +Except as noted, this software is licensed under Apache License, Version 2. +Please, see the LICENSE file for Apache License terms and conditions. diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..1bf3d9c --- /dev/null +++ b/autogen.sh @@ -0,0 +1,5 @@ +aclocal +libtoolize --copy -f +autoheader +autoconf +automake --add-missing --copy --foreign diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..855fcad --- /dev/null +++ b/configure.ac @@ -0,0 +1,79 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.52) + +AC_INIT([libmm-evas-renderer], [0.0.1]) +AC_CONFIG_SRCDIR([src]) +AC_CONFIG_HEADER([config.h]) +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) + +# Checks for programs. +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) +AC_PROG_CC +AM_PROG_CC_C_O +AC_C_CONST +dnl AC_FUNC_MALLOC +AC_FUNC_MMAP +AC_FUNC_REALLOC +AC_FUNC_SELECT_ARGTYPES +AC_FUNC_STAT +AC_FUNC_VPRINTF +AC_HEADER_STDBOOL +AC_HEADER_STDC +AC_HEADER_TIME +AC_PROG_GCC_TRADITIONAL +AC_PROG_LIBTOOL + +PKG_CHECK_MODULES(MMCOMMON, mm-common) +AC_SUBST(MMCOMMON_CFLAGS) +AC_SUBST(MMCOMMON_LIBS) + +PKG_CHECK_MODULES(GLIB, glib-2.0) +AC_SUBST(GLIB_CFLAGS) +AC_SUBST(GLIB_LIBS) + +PKG_CHECK_MODULES(TBM, libtbm) +AC_SUBST(TBM_CFLAGS) +AC_SUBST(TBM_LIBS) + +PKG_CHECK_MODULES(MEDIAPACKET, capi-media-tool) +AC_SUBST(MEDIAPACKET_CFLAGS) +AC_SUBST(MEDIAPACKET_LIBS) + +PKG_CHECK_MODULES(ELEMENTARY, elementary) +AC_SUBST(ELEMENTARY_CFLAGS) +AC_SUBST(ELEMENTARY_LIBS) + +PKG_CHECK_MODULES(EVAS, evas) +AC_SUBST(EVAS_CFLAGS) +AC_SUBST(EVAS_LIBS) + +PKG_CHECK_MODULES(ECORE, ecore) +AC_SUBST(ECORE_CFLAGS) +AC_SUBST(ECORE_LIBS) + +# Checks for header files. +AC_HEADER_STDC +AC_CHECK_HEADERS([fcntl.h stdlib.h string.h syslog.h unistd.h]) + +# Checks for typedefs, structures, and compiler characteristics. +AC_HEADER_STDBOOL +AC_C_CONST +AC_TYPE_INT64_T +AC_HEADER_TIME + +# Checks for library functions. +AC_FUNC_ALLOCA +AC_FUNC_FORK +AC_FUNC_MALLOC +AC_FUNC_MEMCMP +AC_FUNC_SELECT_ARGTYPES +AC_TYPE_SIGNAL +AC_CHECK_FUNCS([memset]) +AC_CONFIG_FILES([ +Makefile +src/Makefile +mm-evas-renderer.pc +]) +AC_OUTPUT diff --git a/mm-evas-renderer.pc.in b/mm-evas-renderer.pc.in new file mode 100755 index 0000000..38c6c4e --- /dev/null +++ b/mm-evas-renderer.pc.in @@ -0,0 +1,13 @@ +# Package Information for pkg-config + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir = @libdir@ +includedir = @includedir@ + +Name: mm-evas-renderer +Description: Multimedia Framework Evas Renderer Library +Version: +Requires: +Libs: -L${libdir} -lmmfevasrenderer +Cflags: -I${includedir}/mmf diff --git a/packaging/libmm-evas-renderer.manifest b/packaging/libmm-evas-renderer.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libmm-evas-renderer.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libmm-evas-renderer.spec b/packaging/libmm-evas-renderer.spec new file mode 100644 index 0000000..0987177 --- /dev/null +++ b/packaging/libmm-evas-renderer.spec @@ -0,0 +1,62 @@ +Name: libmm-evas-renderer +Summary: Multimedia Framework Evas Renderer Library +Version: 0.0.1 +Release: 0 +Group: Multimedia/Libraries +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz +Source1001: libmm-evas-renderer.manifest +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(dlog) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(mm-common) +BuildRequires: pkgconfig(elementary) +BuildRequires: pkgconfig(ecore) +BuildRequires: pkgconfig(evas) +BuildRequires: pkgconfig(capi-media-tool) +BuildRequires: pkgconfig(libtbm) + +%description +Multimedia Framework Evas Renderer Library files. + + +%package devel +Summary: Multimedia Framework Evas Renderer Library (Development) +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +%devel_desc + +%prep +%setup -q +cp %{SOURCE1001} . + + +%build +export CFLAGS+=" -DTIZEN_DEBUG" +./autogen.sh +%configure \ + --disable-static +make %{?jobs:-j%jobs} + +%install +%make_install + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%manifest %{name}.manifest +%license LICENSE.APLv2 +%defattr(-,root,root,-) +%{_libdir}/*.so.* + +%files devel +%manifest %{name}.manifest +%defattr(-,root,root,-) +%{_libdir}/*.so +%{_includedir}/mmf/*.h +%{_libdir}/pkgconfig/* diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..00a6e60 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,26 @@ +lib_LTLIBRARIES = libmmfevasrenderer.la + +includelibmmfevasrendererdir = $(includedir)/mmf + +includelibmmfevasrenderer_HEADERS = include/mm_evas_renderer.h + +libmmfevasrenderer_la_SOURCES = mm_evas_renderer.c + +libmmfevasrenderer_la_CFLAGS = -I$(srcdir)/include \ + $(MMCOMMON_CFLAGS) \ + $(MEDIAPACKET_CFLAGS) \ + $(DLOG_CFLAGS) \ + $(EVAS_CFLAGS) \ + $(ECORE_CFLAGS) \ + $(GLIB_CFLAGS) \ + $(TBM_CFLAGS) \ + -Werror -Wno-deprecated -Wno-deprecated-declarations -Wno-cpp + +libmmfevasrenderer_la_LIBADD = $(GST_LIBS) \ + $(MMCOMMON_LIBS) \ + $(MEDIAPACKET_LIBS) \ + $(DLOG_LIBS) \ + $(EVAS_LIBS) \ + $(ECORE_LIBS) \ + $(GLIB_LIBS) \ + $(TBM_LIBS) diff --git a/src/include/mm_evas_renderer.h b/src/include/mm_evas_renderer.h new file mode 100644 index 0000000..433da22 --- /dev/null +++ b/src/include/mm_evas_renderer.h @@ -0,0 +1,133 @@ +/* + * libmm-evas-renderer + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: JongHyuk Choi + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#ifndef __TIZEN_MEDIA_EVASRENDERER_H__ +#define __TIZEN_MEDIA_EVASRENDERER_H__ + +/*=========================================================================================== +| | +| INCLUDE FILES | +| | +========================================================================================== */ +#include + +#include +#include + +#include +#include +#include + +#include "mm_types.h" +#include "mm_debug.h" + +#include +#include + +#define MAX_PACKET_NUM 20 + +/*=========================================================================================== +| | +| GLOBAL DEFINITIONS AND DECLARATIONS FOR MODULE | +| | +========================================================================================== */ + +/*--------------------------------------------------------------------------- +| GLOBAL #defines: | +---------------------------------------------------------------------------*/ + +#ifdef __cplusplus +extern "C" { +#endif + +typedef enum { + UPDATE_VISIBILITY, + UPDATE_TBM_SURF +} update_info; + +typedef enum { + VISIBLE_NONE, /* if user dont set visibility, it will be changed to true */ + VISIBLE_TRUE, + VISIBLE_FALSE +} visible_info; + +typedef struct { + gint x; + gint y; + gint w; + gint h; +} rect_info; + +/* evas info for evas surface type */ +typedef struct { + Evas_Object *eo; + Ecore_Pipe *epipe; + + /* video width & height */ + gint w; + gint h; + + /* properties */ + visible_info visible; + rect_info eo_size; + gboolean use_ratio; + guint rotate_angle; + guint display_geometry_method; + guint flip; + + tbm_surface_h tbm_surf; + + /* media packet */ + media_packet_h prev_mp; + media_packet_h cur_mp; + media_packet_h pkt[MAX_PACKET_NUM]; + gint prev_idx; + gint cur_idx; + + /* count undestroyed media packet */ + guint sent_buffer_cnt; + + /* lock */ + GMutex mp_lock; +} mm_evas_info; + +/* create and initialize evas_info */ +int mm_evas_renderer_create(MMHandleType *handle, Evas_Object *eo); +/* destroy and finalize evas_info */ +int mm_evas_renderer_destroy(MMHandleType *handle); +/* set and get visibility value */ +int mm_evas_renderer_set_visible(MMHandleType handle, bool visible); +int mm_evas_renderer_get_visible(MMHandleType handle, bool *visible); +/* set and get rotation value */ +int mm_evas_renderer_set_rotation(MMHandleType handle, int rotate); +int mm_evas_renderer_get_rotation(MMHandleType handle, int *rotate); +/* set and get geometry value */ +int mm_evas_renderer_set_geometry(MMHandleType handle, int mode); +int mm_evas_renderer_get_geometry(MMHandleType handle, int *mode); +/* update all properties */ +int mm_evas_renderer_update_param(MMHandleType handle); +/* call ecore_pipe_write, when packet is sent */ +void mm_evas_renderer_write(media_packet_h packet, void *data); + +#ifdef __cplusplus +} +#endif +#endif /* __TIZEN_MEDIA_EVASRENDERER_H__ */ diff --git a/src/mm_evas_renderer.c b/src/mm_evas_renderer.c new file mode 100644 index 0000000..9f1e666 --- /dev/null +++ b/src/mm_evas_renderer.c @@ -0,0 +1,852 @@ +/* +* Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifdef HAVE_CONFIG_H +#include +#endif + +#include + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "mm_evas_renderer.h" + +#ifdef LOG_TAG +#undef LOG_TAG +#endif +#define LOG_TAG "MM_EVAS_RENDER" + +#define MM_CHECK_NULL( x_var ) \ +if ( ! x_var ) \ +{ \ + LOGE("[%s] is NULL\n", #x_var ); \ + return MM_ERROR_INVALID_ARGUMENT; \ +} + +#define SET_EVAS_OBJECT_EVENT_CALLBACK( x_evas_image_object, x_usr_data ) \ + do \ + { \ + if (x_evas_image_object) { \ + LOGD("object callback add"); \ + evas_object_event_callback_add (x_evas_image_object, EVAS_CALLBACK_DEL, _evas_del_cb, x_usr_data); \ + evas_object_event_callback_add (x_evas_image_object, EVAS_CALLBACK_RESIZE, _evas_resize_cb, x_usr_data); \ + } \ + } while(0) + +#define UNSET_EVAS_OBJECT_EVENT_CALLBACK( x_evas_image_object ) \ + do \ + { \ + if (x_evas_image_object) { \ + LOGD("object callback del"); \ + evas_object_event_callback_del (x_evas_image_object, EVAS_CALLBACK_DEL, _evas_del_cb); \ + evas_object_event_callback_del (x_evas_image_object, EVAS_CALLBACK_RESIZE, _evas_resize_cb); \ + } \ + } while(0) + +#define SET_EVAS_EVENT_CALLBACK( x_evas, x_usr_data ) \ + do \ + { \ + if (x_evas) { \ + LOGD("callback add... evas_callback_render_pre.. evas : %p evas_info : %p", x_evas, x_usr_data); \ + evas_event_callback_add (x_evas, EVAS_CALLBACK_RENDER_PRE, _evas_render_pre_cb, x_usr_data); \ + } \ + } while(0) + +#define UNSET_EVAS_EVENT_CALLBACK( x_evas ) \ + do \ + { \ + if (x_evas) { \ + LOGD("callback del... evas_callback_render_pre %p", x_evas); \ + evas_event_callback_del (x_evas, EVAS_CALLBACK_RENDER_PRE, _evas_render_pre_cb); \ + } \ + } while(0) + +enum { + DISP_GEO_METHOD_LETTER_BOX = 0, + DISP_GEO_METHOD_ORIGIN_SIZE, + DISP_GEO_METHOD_FULL_SCREEN, + DISP_GEO_METHOD_CROPPED_FULL_SCREEN, + DISP_GEO_METHOD_ORIGIN_SIZE_OR_LETTER_BOX, + DISP_GEO_METHOD_NUM, +}; + +enum { + DEGREE_0 = 0, + DEGREE_90, + DEGREE_180, + DEGREE_270, + DEGREE_NUM, +}; + +enum { + FLIP_NONE = 0, + FLIP_HORIZONTAL, + FLIP_VERTICAL, + FLIP_BOTH, + FLIP_NUM, +}; + +/* internal */ +int _mm_evas_renderer_create(mm_evas_info **evas_info); +int _mm_evas_renderer_destroy(mm_evas_info **evas_info); +int _mm_evas_renderer_set_info(mm_evas_info *evas_info, Evas_Object *eo); +int _mm_evas_renderer_reset(mm_evas_info *evas_info); +void _mm_evas_renderer_update_geometry(mm_evas_info *evas_info, rect_info *result); +int _mm_evas_renderer_apply_geometry(mm_evas_info *evas_info); +static void _mm_evas_renderer_set_callback(mm_evas_info *evas_info); +static void _mm_evas_renderer_unset_callback(mm_evas_info *evas_info); + +static void _evas_resize_cb(void *data, Evas *e, Evas_Object *obj, void *event_info) +{ + int x, y, w, h, ret; + x = y = w = h = 0; + + mm_evas_info *evas_info = data; + LOGD("[ENTER]"); + + if (!evas_info || !evas_info->eo) { + return; + } + + evas_object_geometry_get(evas_info->eo, &x, &y, &w, &h); + if (!w || !h) { + LOGW("evas object size (w:%d,h:%d) was not set", w, h); + } else { + evas_info->eo_size.x = x; + evas_info->eo_size.y = y; + evas_info->eo_size.w = w; + evas_info->eo_size.h = h; + LOGW("resize (x:%d, y:%d, w:%d, h:%d)", x, y, w, h); + ret = _mm_evas_renderer_apply_geometry(evas_info); + if (ret != MM_ERROR_NONE) + LOGW("fail to apply geometry info"); + } + LOGD("[LEAVE]"); +} + +static void _evas_render_pre_cb(void *data, Evas *e, void *event_info) +{ + mm_evas_info *evas_info = data; + if (!evas_info || !evas_info->eo) { + LOGW("there is no esink info.... esink : %p, or eo is NULL returning", evas_info); + return; + } + //LOGI("- test -"); //@@@@@ pre_cb will be deleted. actually it is useless +} + +static void _evas_del_cb(void *data, Evas *e, Evas_Object *obj, void *event_info) +{ + mm_evas_info *evas_info = data; + LOGD("[ENTER]"); + if (!evas_info || !evas_info->eo) { + return; + } + if (evas_info->eo) { + _mm_evas_renderer_unset_callback(evas_info); + evas_object_image_data_set(evas_info->eo, NULL); + evas_info->eo = NULL; + } + LOGD("[LEAVE]"); +} + +void _evas_pipe_cb(void *data, void *buffer, update_info info) +{ + mm_evas_info *evas_info = data; + int ret; + LOGD("[ENTER]"); + + if (!evas_info) { + LOGW("evas_info is NULL", evas_info); + return; + } + + g_mutex_lock(&evas_info->mp_lock); + + if (!evas_info->eo) { + LOGW("evas_info %p", evas_info); + goto ERROR; + } + + LOGD("evas_info : %p, evas_info->eo : %p", evas_info, evas_info->eo); + if (info == UPDATE_VISIBILITY) { + if (evas_info->visible == VISIBLE_FALSE) { + evas_object_hide(evas_info->eo); + LOGI("object hide.."); + } else { + evas_object_show(evas_info->eo); + LOGI("object show.. %d", evas_info->visible); + } + LOGD("[LEAVE]"); + g_mutex_unlock(&evas_info->mp_lock); + return; + } + + if (info != UPDATE_TBM_SURF) { + LOGW("invalid info type : %d", info); + goto ERROR; + } + + /* normally get tbm surf in pipe callback. if not, we can get changed tbm surf by other threads */ + ret = media_packet_get_tbm_surface(evas_info->pkt[evas_info->cur_idx], &evas_info->tbm_surf); + if (ret != MEDIA_PACKET_ERROR_NONE || !evas_info->tbm_surf) { + LOGW("get_tbm_surface is failed"); + goto ERROR; + } + tbm_format tbm_fmt = tbm_surface_get_format(evas_info->tbm_surf); + switch (tbm_fmt) { + case TBM_FORMAT_NV12: + LOGD("tbm_surface format : TBM_FORMAT_NV12"); + break; + case TBM_FORMAT_YUV420: + LOGD("tbm_surface format : TBM_FORMAT_YUV420"); + break; + default: + LOGW("tbm_surface format : unknown %d", tbm_fmt); + break; + } + /* it is needed to skip setting when state is pause */ + LOGD("received (tbm_surf %p)", evas_info->tbm_surf); + + Evas_Native_Surface surf; + surf.type = EVAS_NATIVE_SURFACE_TBM; + surf.version = EVAS_NATIVE_SURFACE_VERSION; + surf.data.tbm.buffer = evas_info->tbm_surf; +// surf.data.tbm.rot = evas_info->rotate_angle; +// surf.data.tbm.flip = evas_info->flip; + + rect_info result = { 0 }; + + evas_object_geometry_get(evas_info->eo, &evas_info->eo_size.x, &evas_info->eo_size.y, &evas_info->eo_size.w, &evas_info->eo_size.h); + if (!evas_info->eo_size.w || !evas_info->eo_size.h) { + LOGE("there is no information for evas object size"); + goto ERROR; + } + _mm_evas_renderer_update_geometry(evas_info, &result); + if (!result.w || !result.h) { + LOGE("no information about geometry (%d, %d)", result.w, result.h); + goto ERROR; + } + + if (evas_info->use_ratio) { +// surf.data.tbm.ratio = (float) evas_info->w / evas_info->h; + LOGD("set ratio for letter mode"); + } + evas_object_size_hint_align_set(evas_info->eo, EVAS_HINT_FILL, EVAS_HINT_FILL); + evas_object_size_hint_weight_set(evas_info->eo, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); + if (evas_info->w > 0 && evas_info->h > 0) + evas_object_image_size_set(evas_info->eo, evas_info->w, evas_info->h); + + evas_object_image_native_surface_set(evas_info->eo, &surf); + LOGD("native surface set finish"); + + if (result.x || result.y) + LOGD("coordinate x, y (%d, %d) for locating video to center", result.x, result.y); + evas_object_image_fill_set(evas_info->eo, result.x, result.y, result.w, result.h); + + evas_object_image_pixels_dirty_set(evas_info->eo, EINA_TRUE); + LOGD("GEO_METHOD : src(%dx%d), dst(%dx%d), dst_x(%d), dst_y(%d), rotate(%d), flip(%d)", evas_info->w, evas_info->h, evas_info->eo_size.w, evas_info->eo_size.h, evas_info->eo_size.x, evas_info->eo_size.y, evas_info->rotate_angle, evas_info->flip); + + /* when _evas_pipe_cb is called sequentially, previous packet and current packet will be the same */ + if ((evas_info->prev_idx != -1) && evas_info->pkt[evas_info->prev_idx] && (evas_info->prev_idx != evas_info->cur_idx)) { + LOGD("destroy previous packet [%p] idx %d", evas_info->pkt[evas_info->prev_idx], evas_info->prev_idx); + if (media_packet_destroy(evas_info->pkt[evas_info->prev_idx]) != MEDIA_PACKET_ERROR_NONE) + LOGE("media_packet_destroy failed %p", evas_info->pkt[evas_info->prev_idx]); + evas_info->pkt[evas_info->prev_idx] = NULL; + evas_info->sent_buffer_cnt--; + LOGD("sent packet %d", evas_info->sent_buffer_cnt); + } + evas_info->prev_idx = evas_info->cur_idx; + + LOGD("[LEAVE]"); + g_mutex_unlock(&evas_info->mp_lock); + + return; + + ERROR: + if ((evas_info->prev_idx != -1) && evas_info->pkt[evas_info->prev_idx]) { + LOGD("cant render. destroy previous packet [%p] idx %d", evas_info->pkt[evas_info->prev_idx], evas_info->prev_idx); + if (media_packet_destroy(evas_info->pkt[evas_info->prev_idx]) != MEDIA_PACKET_ERROR_NONE) + LOGE("media_packet_destroy failed %p", evas_info->pkt[evas_info->prev_idx]); + evas_info->pkt[evas_info->prev_idx] = NULL; + evas_info->sent_buffer_cnt--; + } + evas_info->prev_idx = evas_info->cur_idx; + g_mutex_unlock(&evas_info->mp_lock); +} + +static int _get_video_size(media_packet_h packet, mm_evas_info *evas_info) +{ + media_format_h fmt; + if (media_packet_get_format(packet, &fmt) == MEDIA_PACKET_ERROR_NONE) { + int w, h; + if (media_format_get_video_info(fmt, NULL, &w, &h, NULL, NULL) == MEDIA_PACKET_ERROR_NONE) { + LOGD("video width = %d, height =%d", w, h); + evas_info->w = w; + evas_info->h = h; + return true; + } else + LOGW("media_format_get_video_info is failed"); + if (media_format_unref(fmt) != MEDIA_PACKET_ERROR_NONE) //because of media_packet_get_format + LOGW("media_format_unref is failed"); + } else { + LOGW("media_packet_get_format is failed"); + } + return false; +} + +int _find_empty_index(mm_evas_info *evas_info) +{ + int i; + for (i = 0; i < MAX_PACKET_NUM; i++) { + if (!evas_info->pkt[i]) { + LOGD("selected idx %d", i); + return i; + } + } + LOGE("there is no empty idx"); + + return -1; +} + +#if 0 +void _reset_pipe(mm_evas_info *evas_info) +{ + int i = 0; + int ret = MEDIA_PACKET_ERROR_NONE; + + /* delete old pipe */ + if (evas_info->epipe) { + LOGD("pipe %p will be deleted", evas_info->epipe); + ecore_pipe_del(evas_info->epipe); + evas_info->epipe = NULL; + } + + /* destroy all packets */ + for (i = 0; i < MAX_PACKET_NUM; i++) { + if (evas_info->pkt[i]) { + LOGD("destroy packet [%p]", evas_info->pkt[i]); + ret = media_packet_destroy(evas_info->pkt[i]); + if (ret != MEDIA_PACKET_ERROR_NONE) + LOGW("media_packet_destroy failed %p", evas_info->pkt[i]); + else + evas_info->sent_buffer_cnt--; + evas_info->pkt[i] = NULL; + } + } + + /* make new pipe */ + if (!evas_info->epipe) { + evas_info->epipe = ecore_pipe_add((Ecore_Pipe_Cb) _evas_pipe_cb, evas_info); + if (!evas_info->epipe) { + LOGE("pipe is not created"); + } + LOGD("created pipe %p", evas_info->epipe); + } + + return; +} +#endif +static void _mm_evas_renderer_set_callback(mm_evas_info *evas_info) +{ + if (evas_info->eo) { + SET_EVAS_OBJECT_EVENT_CALLBACK(evas_info->eo, evas_info); + SET_EVAS_EVENT_CALLBACK(evas_object_evas_get(evas_info->eo), evas_info); + } +} + +static void _mm_evas_renderer_unset_callback(mm_evas_info *evas_info) +{ + if (evas_info->eo) { + UNSET_EVAS_OBJECT_EVENT_CALLBACK(evas_info->eo); + UNSET_EVAS_EVENT_CALLBACK(evas_object_evas_get(evas_info->eo)); + } +} + +int _mm_evas_renderer_create(mm_evas_info **evas_info) +{ + mm_evas_info *ptr = NULL; + ptr = g_malloc0(sizeof(mm_evas_info)); + + if (!ptr) { + LOGE("Cannot allocate memory for evas_info\n"); + goto ERROR; + } else { + *evas_info = ptr; + LOGD("Success create evas_info(%p)", *evas_info); + } + g_mutex_init(&ptr->mp_lock); + + return MM_ERROR_NONE; + + ERROR: + *evas_info = NULL; + return MM_ERROR_OUT_OF_STORAGE; +} + +int _mm_evas_renderer_destroy(mm_evas_info **evas_info) +{ + mm_evas_info *ptr = (mm_evas_info *)*evas_info; + MM_CHECK_NULL(ptr); + int ret = MM_ERROR_NONE; + + LOGD("finalize evas_info %p", ptr); + + ret = _mm_evas_renderer_reset(ptr); + g_mutex_clear(&ptr->mp_lock); + + g_free(ptr); + ptr = NULL; + + return ret; +} + +int _mm_evas_renderer_set_info(mm_evas_info *evas_info, Evas_Object *eo) +{ + MM_CHECK_NULL(evas_info); + MM_CHECK_NULL(eo); + + LOGD("set evas_info"); + + evas_info->prev_idx = evas_info->cur_idx = -1; + evas_info->eo = eo; + evas_info->epipe = ecore_pipe_add((Ecore_Pipe_Cb) _evas_pipe_cb, evas_info); + if (!evas_info->epipe) { + LOGE("pipe is not created"); + return MM_ERROR_UNKNOWN; + } + LOGD("created pipe %p", evas_info->epipe); + _mm_evas_renderer_set_callback(evas_info); + + evas_object_geometry_get(evas_info->eo, &evas_info->eo_size.x, &evas_info->eo_size.y, &evas_info->eo_size.w, &evas_info->eo_size.h); + LOGI("evas object %p (%d, %d, %d, %d)", evas_info->eo, evas_info->eo_size.x, evas_info->eo_size.y, evas_info->eo_size.w, evas_info->eo_size.h); + + return MM_ERROR_NONE; +} + +int _mm_evas_renderer_reset(mm_evas_info *evas_info) +{ + MM_CHECK_NULL(evas_info); + + int i; + int ret = MEDIA_PACKET_ERROR_NONE; + + if (evas_info->eo) { + _mm_evas_renderer_unset_callback(evas_info); + evas_object_image_data_set(evas_info->eo, NULL); + evas_info->eo = NULL; + } + if (evas_info->epipe) { + LOGD("pipe %p will be deleted", evas_info->epipe); + ecore_pipe_del(evas_info->epipe); + evas_info->epipe = NULL; + } + + evas_info->eo_size.x = evas_info->eo_size.y = evas_info->eo_size.w = evas_info->eo_size.h = 0; + evas_info->w = evas_info->h = 0; + evas_info->tbm_surf = NULL; + + g_mutex_lock(&evas_info->mp_lock); + for (i = 0; i < MAX_PACKET_NUM; i++) { + if (evas_info->pkt[i]) { + /* destroy all packets */ + LOGD("destroy packet [%p]", evas_info->pkt[i]); + ret = media_packet_destroy(evas_info->pkt[i]); + if (ret != MEDIA_PACKET_ERROR_NONE) + LOGW("media_packet_destroy failed %p", evas_info->pkt[i]); + else + evas_info->sent_buffer_cnt--; + evas_info->pkt[i] = NULL; + } + } + g_mutex_unlock(&evas_info->mp_lock); + + if (evas_info->sent_buffer_cnt != 0) + LOGE("it should be 0 --> [%d]", evas_info->sent_buffer_cnt); + evas_info->sent_buffer_cnt = 0; + evas_info->prev_idx = evas_info->cur_idx = -1; + + return MM_ERROR_NONE; +} + +void _mm_evas_renderer_update_geometry(mm_evas_info *evas_info, rect_info *result) +{ + if (!evas_info || !evas_info->eo) { + LOGW("there is no evas_info or evas object"); + return; + } + if (!result) { + LOGW("there is no rect info"); + return; + } + + result->x = 0; + result->y = 0; + + switch (evas_info->display_geometry_method) { + case DISP_GEO_METHOD_LETTER_BOX: + /* set black padding for letter box mode */ + LOGD("letter box mode"); + evas_info->use_ratio = TRUE; + result->w = evas_info->eo_size.w; + result->h = evas_info->eo_size.h; + break; + case DISP_GEO_METHOD_ORIGIN_SIZE: + LOGD("origin size mode"); + evas_info->use_ratio = FALSE; + /* set coordinate for each case */ + result->x = (evas_info->eo_size.w - evas_info->w) / 2; + result->y = (evas_info->eo_size.h - evas_info->h) / 2; + result->w = evas_info->w; + result->h = evas_info->h; + break; + case DISP_GEO_METHOD_FULL_SCREEN: + LOGD("full screen mode"); + evas_info->use_ratio = FALSE; + result->w = evas_info->eo_size.w; + result->h = evas_info->eo_size.h; + break; + case DISP_GEO_METHOD_CROPPED_FULL_SCREEN: + LOGD("cropped full screen mode"); + evas_info->use_ratio = FALSE; + /* compare evas object's ratio with video's */ + if ((evas_info->eo_size.w / evas_info->eo_size.h) > (evas_info->w / evas_info->h)) { + result->w = evas_info->eo_size.w; + result->h = evas_info->eo_size.w * evas_info->h / evas_info->w; + result->y = -(result->h - evas_info->eo_size.h) / 2; + } else { + result->w = evas_info->eo_size.h * evas_info->w / evas_info->h; + result->h = evas_info->eo_size.h; + result->x = -(result->w - evas_info->eo_size.w) / 2; + } + break; + case DISP_GEO_METHOD_ORIGIN_SIZE_OR_LETTER_BOX: + LOGD("origin size or letter box mode"); + /* if video size is smaller than evas object's, it will be set to origin size mode */ + if ((evas_info->eo_size.w > evas_info->w) && (evas_info->eo_size.h > evas_info->h)) { + LOGD("origin size mode"); + evas_info->use_ratio = FALSE; + /* set coordinate for each case */ + result->x = (evas_info->eo_size.w - evas_info->w) / 2; + result->y = (evas_info->eo_size.h - evas_info->h) / 2; + result->w = evas_info->w; + result->h = evas_info->h; + } else { + LOGD("letter box mode"); + evas_info->use_ratio = TRUE; + result->w = evas_info->eo_size.w; + result->h = evas_info->eo_size.h; + } + break; + default: + LOGW("unsupported mode."); + break; + } + LOGD("geometry result [%d, %d, %d, %d]", result->x, result->y, result->w, result->h); +} + +int _mm_evas_renderer_apply_geometry(mm_evas_info *evas_info) +{ + if (!evas_info || !evas_info->eo) { + LOGW("there is no evas_info or evas object"); + return MM_ERROR_NONE; + } + + Evas_Native_Surface *surf = evas_object_image_native_surface_get(evas_info->eo); + rect_info result = { 0 }; + + if (surf) { + LOGD("native surface exists"); +// surf->data.tbm.rot = evas_info->rotate_angle; +// surf->data.tbm.flip = evas_info->flip; + evas_object_image_native_surface_set(evas_info->eo, surf); + + _mm_evas_renderer_update_geometry(evas_info, &result); + + if (evas_info->use_ratio) { +// surf->data.tbm.ratio = (float) evas_info->w / evas_info->h; + LOGD("set ratio for letter mode"); + } + + if (result.x || result.y) + LOGD("coordinate x, y (%d, %d) for locating video to center", result.x, result.y); + + evas_object_image_fill_set(evas_info->eo, result.x, result.y, result.w, result.h); + return MM_ERROR_NONE; + } else + LOGW("there is no surf"); + /* FIXME: before pipe_cb is invoked, apply_geometry can be called. */ + return MM_ERROR_NONE; +} + +void mm_evas_renderer_write(media_packet_h packet, void *data) +{ + if (!packet) { + LOGE("packet %p is NULL", packet); + return; + } + mm_evas_info *handle = (mm_evas_info *)data; + int ret = MEDIA_PACKET_ERROR_NONE; + bool has; + + LOGD("packet [%p]", packet); + + if (!data || !handle) { + LOGE("handle %p or evas_info %p is NULL", data, handle); + goto ERROR; + } + + ret = media_packet_has_tbm_surface_buffer(packet, &has); + if (ret != MEDIA_PACKET_ERROR_NONE) { + LOGW("has_tbm_surface is failed"); + goto ERROR; + } + /* FIXME: when setCaps occurs, _get_video_size should be called */ + /* currently we are always checking it */ + if (has && _get_video_size(packet, handle)) { + /* Attention! if this error occurs, we need to consider managing buffer */ + if (handle->sent_buffer_cnt > 14) { + LOGE("too many buffers are not released %d", handle->sent_buffer_cnt); + goto ERROR; +#if 0 + /* FIXME: fix this logic */ + /* destroy all media packets and reset pipe at present */ + /* Attention! it might free buffer that is being rendered */ + g_mutex_lock(&handle->mp_lock); + _reset_pipe(handle); + g_mutex_unlock(&handle->mp_lock); +#endif + } + handle->cur_idx = _find_empty_index(handle); + if (handle->cur_idx == -1) + goto ERROR; + handle->pkt[handle->cur_idx] = packet; + handle->sent_buffer_cnt++; + LOGD("sent packet %d", handle->sent_buffer_cnt); + ret = ecore_pipe_write(handle->epipe, handle, UPDATE_TBM_SURF); + if (!ret) { + handle->pkt[handle->cur_idx] = NULL; + handle->cur_idx = handle->prev_idx; + handle->sent_buffer_cnt--; + LOGW("Failed to ecore_pipe_write() for updating tbm surf\n"); + goto ERROR; + } + } else { + LOGW("no tbm_surf"); + goto ERROR; + } + + return; + + ERROR: + /* destroy media_packet immediately */ + if (packet) { + g_mutex_lock(&handle->mp_lock); + LOGD("cant write. destroy packet [%p]", packet); + if (media_packet_destroy(packet) != MEDIA_PACKET_ERROR_NONE) + LOGE("media_packet_destroy failed %p", packet); + packet = NULL; + g_mutex_unlock(&handle->mp_lock); + } + return; +} + +int mm_evas_renderer_update_param(MMHandleType handle) +{ + int ret = MM_ERROR_NONE; + mm_evas_info *evas_info = (mm_evas_info *)handle; + + if (!evas_info) { + LOGW("skip it. it is not evas surface type."); + return ret; + } + + /* when handle is realized, we need to update all properties */ + if (evas_info) { + LOGD("set video param : evas-object %x, method %d", evas_info->eo, evas_info->display_geometry_method); + LOGD("set video param : visible %d", evas_info->visible); + LOGD("set video param : rotate %d", evas_info->rotate_angle); + + ret = _mm_evas_renderer_apply_geometry(evas_info); + if (ret != MM_ERROR_NONE) + return ret; + + if (evas_info->epipe) { + ret = ecore_pipe_write(evas_info->epipe, &evas_info->visible, UPDATE_VISIBILITY); + if (!ret) { + LOGW("fail to ecore_pipe_write() for updating visibility\n"); + ret = MM_ERROR_UNKNOWN; + } else { + ret = MM_ERROR_NONE; + } + } + } + + return ret; +} + +int mm_evas_renderer_create(MMHandleType *handle, Evas_Object *eo) +{ + int ret = MM_ERROR_NONE; + mm_evas_info *evas_info = NULL; + + ret = _mm_evas_renderer_create(&evas_info); + if (ret != MM_ERROR_NONE) { + LOGE("fail to create evas_info"); + return ret; + } + ret = _mm_evas_renderer_set_info(evas_info, eo); + if (ret != MM_ERROR_NONE) { + LOGE("fail to init evas_info"); + if (_mm_evas_renderer_destroy(&evas_info) != MM_ERROR_NONE) + LOGE("fail to destroy evas_info"); + return ret; + } + + *handle = (MMHandleType)evas_info; + + return MM_ERROR_NONE; +} + +int mm_evas_renderer_destroy(MMHandleType *handle) +{ + int ret = MM_ERROR_NONE; + mm_evas_info *evas_info = (mm_evas_info *)*handle; + + if (!evas_info) { + LOGD("skip it. it is not evas surface type."); + return MM_ERROR_RESOURCE_NOT_INITIALIZED; + } + + ret = _mm_evas_renderer_destroy(&evas_info); + if (ret != MM_ERROR_NONE) { + LOGE("fail to destroy evas_info"); + return ret; + } + *handle = NULL; + + return MM_ERROR_NONE; +} + +int mm_evas_renderer_set_visible(MMHandleType handle, bool visible) +{ + int ret = MM_ERROR_NONE; + mm_evas_info *evas_info = (mm_evas_info *)handle; + + if (!evas_info) { + LOGW("skip it. it is not evas surface type or handle is not prepared"); + return MM_ERROR_RESOURCE_NOT_INITIALIZED; + } + + if (visible) + evas_info->visible = VISIBLE_TRUE; + else + evas_info->visible = VISIBLE_FALSE; + + if (evas_info->epipe) { + ret = ecore_pipe_write(evas_info->epipe, &visible, UPDATE_VISIBILITY); + if (!ret) { + LOGW("fail to ecore_pipe_write() for updating visibility\n"); + ret = MM_ERROR_UNKNOWN; + } else { + ret = MM_ERROR_NONE; + } + } else { + LOGW("there is no epipe. we cant update it"); + } + + return ret; +} + +int mm_evas_renderer_get_visible(MMHandleType handle, bool *visible) +{ + mm_evas_info *evas_info = (mm_evas_info *)handle; + + if (!evas_info) { + LOGW("skip it. it is not evas surface type or handle is not prepared"); + return MM_ERROR_RESOURCE_NOT_INITIALIZED; + } + + if (evas_info->visible == VISIBLE_FALSE) + *visible = FALSE; + else + *visible = TRUE; + + return MM_ERROR_NONE; +} + +int mm_evas_renderer_set_rotation(MMHandleType handle, int rotate) +{ + int ret = MM_ERROR_NONE; + mm_evas_info *evas_info = (mm_evas_info *)handle; + + if (!evas_info) { + LOGW("skip it. it is not evas surface type or handle is not prepared"); + return MM_ERROR_RESOURCE_NOT_INITIALIZED; + } + + evas_info->rotate_angle = rotate; + ret = _mm_evas_renderer_apply_geometry(evas_info); + + return ret; +} + +int mm_evas_renderer_get_rotation(MMHandleType handle, int *rotate) +{ + mm_evas_info *evas_info = (mm_evas_info *)handle; + + if (!evas_info) { + LOGW("skip it. it is not evas surface type or handle is not prepared"); + return MM_ERROR_RESOURCE_NOT_INITIALIZED; + } + *rotate = evas_info->rotate_angle; + + return MM_ERROR_NONE; +} + +int mm_evas_renderer_set_geometry(MMHandleType handle, int mode) +{ + int ret = MM_ERROR_NONE; + mm_evas_info *evas_info = (mm_evas_info *)handle; + + if (!evas_info) { + LOGW("skip it. it is not evas surface type or handle is not prepared"); + return MM_ERROR_RESOURCE_NOT_INITIALIZED; + } + + evas_info->display_geometry_method = mode; + ret = _mm_evas_renderer_apply_geometry(evas_info); + + return ret; +} + +int mm_evas_renderer_get_geometry(MMHandleType handle, int *mode) +{ + mm_evas_info *evas_info = (mm_evas_info *)handle; + + if (!evas_info) { + LOGW("skip it. it is not evas surface type or handle is not prepared"); + return MM_ERROR_RESOURCE_NOT_INITIALIZED; + } + *mode = evas_info->display_geometry_method; + + return MM_ERROR_NONE; +} -- 2.7.4 From 2d072b84b67e1dfe2f012f9140b149d0ca7b282e Mon Sep 17 00:00:00 2001 From: NAMJEONGYOON Date: Tue, 5 Apr 2016 20:59:06 +0900 Subject: [PATCH 3/3] change logic for buffer management Change-Id: I480a0448e1f636a9a924b05b1dc6c68d32d0509f --- src/include/mm_evas_renderer.h | 14 +-- src/mm_evas_renderer.c | 196 +++++++++++++++++++++++++++++------------ 2 files changed, 148 insertions(+), 62 deletions(-) diff --git a/src/include/mm_evas_renderer.h b/src/include/mm_evas_renderer.h index 433da22..247f26d 100644 --- a/src/include/mm_evas_renderer.h +++ b/src/include/mm_evas_renderer.h @@ -70,6 +70,12 @@ typedef enum { } visible_info; typedef struct { + media_packet_h packet; + tbm_surface_h tbm_surf; + gint prev; /* keep previous index for destroying remained packets */ +} packet_info; + +typedef struct { gint x; gint y; gint w; @@ -96,17 +102,15 @@ typedef struct { tbm_surface_h tbm_surf; /* media packet */ - media_packet_h prev_mp; - media_packet_h cur_mp; - media_packet_h pkt[MAX_PACKET_NUM]; - gint prev_idx; + packet_info pkt_info[MAX_PACKET_NUM]; gint cur_idx; /* count undestroyed media packet */ guint sent_buffer_cnt; /* lock */ - GMutex mp_lock; + GMutex mp_lock; /* media_packet free lock */ + GMutex idx_lock; /* to keep value of cur_idx */ } mm_evas_info; /* create and initialize evas_info */ diff --git a/src/mm_evas_renderer.c b/src/mm_evas_renderer.c index 9f1e666..833b366 100644 --- a/src/mm_evas_renderer.c +++ b/src/mm_evas_renderer.c @@ -106,6 +106,10 @@ enum { }; /* internal */ +#ifdef _DEBUG_INDEX +void __print_idx(mm_evas_info *evas_info); +#endif +void _free_previous_packets(mm_evas_info *evas_info); int _mm_evas_renderer_create(mm_evas_info **evas_info); int _mm_evas_renderer_destroy(mm_evas_info **evas_info); int _mm_evas_renderer_set_info(mm_evas_info *evas_info, Evas_Object *eo); @@ -150,7 +154,7 @@ static void _evas_render_pre_cb(void *data, Evas *e, void *event_info) LOGW("there is no esink info.... esink : %p, or eo is NULL returning", evas_info); return; } - //LOGI("- test -"); //@@@@@ pre_cb will be deleted. actually it is useless + /* LOGI("- test -"); pre_cb will be used for flush_buffer */ } static void _evas_del_cb(void *data, Evas *e, Evas_Object *obj, void *event_info) @@ -171,7 +175,7 @@ static void _evas_del_cb(void *data, Evas *e, Evas_Object *obj, void *event_info void _evas_pipe_cb(void *data, void *buffer, update_info info) { mm_evas_info *evas_info = data; - int ret; + LOGD("[ENTER]"); if (!evas_info) { @@ -183,7 +187,8 @@ void _evas_pipe_cb(void *data, void *buffer, update_info info) if (!evas_info->eo) { LOGW("evas_info %p", evas_info); - goto ERROR; + g_mutex_unlock(&evas_info->mp_lock); + return; } LOGD("evas_info : %p, evas_info->eo : %p", evas_info, evas_info->eo); @@ -202,16 +207,23 @@ void _evas_pipe_cb(void *data, void *buffer, update_info info) if (info != UPDATE_TBM_SURF) { LOGW("invalid info type : %d", info); - goto ERROR; + g_mutex_unlock(&evas_info->mp_lock); + return; } - /* normally get tbm surf in pipe callback. if not, we can get changed tbm surf by other threads */ - ret = media_packet_get_tbm_surface(evas_info->pkt[evas_info->cur_idx], &evas_info->tbm_surf); - if (ret != MEDIA_PACKET_ERROR_NONE || !evas_info->tbm_surf) { - LOGW("get_tbm_surface is failed"); - goto ERROR; + if (evas_info->cur_idx==-1 || !evas_info->pkt_info[evas_info->cur_idx].tbm_surf) { + LOGW("cur_idx %d, tbm_surf may be NULL", evas_info->cur_idx); + g_mutex_unlock(&evas_info->mp_lock); + return; } - tbm_format tbm_fmt = tbm_surface_get_format(evas_info->tbm_surf); + g_mutex_lock(&evas_info->idx_lock); + /* index */ + gint cur_idx = evas_info->cur_idx; + gint prev_idx = evas_info->pkt_info[cur_idx].prev; + + LOGD("received (idx %d, packet %p)", cur_idx, evas_info->pkt_info[cur_idx].packet); + + tbm_format tbm_fmt = tbm_surface_get_format(evas_info->pkt_info[evas_info->cur_idx].tbm_surf); switch (tbm_fmt) { case TBM_FORMAT_NV12: LOGD("tbm_surface format : TBM_FORMAT_NV12"); @@ -224,12 +236,10 @@ void _evas_pipe_cb(void *data, void *buffer, update_info info) break; } /* it is needed to skip setting when state is pause */ - LOGD("received (tbm_surf %p)", evas_info->tbm_surf); - Evas_Native_Surface surf; surf.type = EVAS_NATIVE_SURFACE_TBM; surf.version = EVAS_NATIVE_SURFACE_VERSION; - surf.data.tbm.buffer = evas_info->tbm_surf; + surf.data.tbm.buffer = evas_info->pkt_info[cur_idx].tbm_surf; // surf.data.tbm.rot = evas_info->rotate_angle; // surf.data.tbm.flip = evas_info->flip; @@ -266,33 +276,62 @@ void _evas_pipe_cb(void *data, void *buffer, update_info info) LOGD("GEO_METHOD : src(%dx%d), dst(%dx%d), dst_x(%d), dst_y(%d), rotate(%d), flip(%d)", evas_info->w, evas_info->h, evas_info->eo_size.w, evas_info->eo_size.h, evas_info->eo_size.x, evas_info->eo_size.y, evas_info->rotate_angle, evas_info->flip); /* when _evas_pipe_cb is called sequentially, previous packet and current packet will be the same */ - if ((evas_info->prev_idx != -1) && evas_info->pkt[evas_info->prev_idx] && (evas_info->prev_idx != evas_info->cur_idx)) { - LOGD("destroy previous packet [%p] idx %d", evas_info->pkt[evas_info->prev_idx], evas_info->prev_idx); - if (media_packet_destroy(evas_info->pkt[evas_info->prev_idx]) != MEDIA_PACKET_ERROR_NONE) - LOGE("media_packet_destroy failed %p", evas_info->pkt[evas_info->prev_idx]); - evas_info->pkt[evas_info->prev_idx] = NULL; - evas_info->sent_buffer_cnt--; - LOGD("sent packet %d", evas_info->sent_buffer_cnt); - } - evas_info->prev_idx = evas_info->cur_idx; + if ((prev_idx != -1) && evas_info->pkt_info[prev_idx].packet && (prev_idx != cur_idx)) + _free_previous_packets(evas_info); LOGD("[LEAVE]"); + g_mutex_unlock(&evas_info->idx_lock); g_mutex_unlock(&evas_info->mp_lock); return; ERROR: - if ((evas_info->prev_idx != -1) && evas_info->pkt[evas_info->prev_idx]) { - LOGD("cant render. destroy previous packet [%p] idx %d", evas_info->pkt[evas_info->prev_idx], evas_info->prev_idx); - if (media_packet_destroy(evas_info->pkt[evas_info->prev_idx]) != MEDIA_PACKET_ERROR_NONE) - LOGE("media_packet_destroy failed %p", evas_info->pkt[evas_info->prev_idx]); - evas_info->pkt[evas_info->prev_idx] = NULL; - evas_info->sent_buffer_cnt--; + if ((prev_idx != -1) && evas_info->pkt_info[prev_idx].packet) { + LOGI("cant render"); + _free_previous_packets(evas_info); } - evas_info->prev_idx = evas_info->cur_idx; + g_mutex_unlock(&evas_info->idx_lock); g_mutex_unlock(&evas_info->mp_lock); } +#ifdef _DEBUG_INDEX +void __print_idx(mm_evas_info *evas_info) +{ + gint prev_idx = evas_info->pkt_info[evas_info->cur_idx].prev; + LOGE("***** start cur_idx : %d -> prev_idx : %d", evas_info->cur_idx, prev_idx); + while(prev_idx != -1) + { + LOGE("***** cur_idx : %d -> prev_idx : %d", prev_idx, evas_info->pkt_info[prev_idx].prev); + prev_idx = evas_info->pkt_info[prev_idx].prev; + } + LOGE("***** end"); + return; +} +#endif + +void _free_previous_packets(mm_evas_info *evas_info) +{ + gint index = evas_info->cur_idx; + gint prev_idx = evas_info->pkt_info[index].prev; + + while(prev_idx != -1) + { + LOGD("destroy previous packet [%p] idx %d", evas_info->pkt_info[prev_idx].packet, prev_idx); + if (media_packet_destroy(evas_info->pkt_info[prev_idx].packet) != MEDIA_PACKET_ERROR_NONE) + LOGE("media_packet_destroy failed %p", evas_info->pkt_info[prev_idx].packet); + evas_info->pkt_info[prev_idx].packet = NULL; + evas_info->pkt_info[prev_idx].tbm_surf = NULL; + evas_info->pkt_info[index].prev = -1; + evas_info->sent_buffer_cnt--; + + /* move index to previous index */ + index= prev_idx; + prev_idx = evas_info->pkt_info[prev_idx].prev; + LOGD("sent packet %d", evas_info->sent_buffer_cnt); + } + return; +} + static int _get_video_size(media_packet_h packet, mm_evas_info *evas_info) { media_format_h fmt; @@ -305,7 +344,7 @@ static int _get_video_size(media_packet_h packet, mm_evas_info *evas_info) return true; } else LOGW("media_format_get_video_info is failed"); - if (media_format_unref(fmt) != MEDIA_PACKET_ERROR_NONE) //because of media_packet_get_format + if (media_format_unref(fmt) != MEDIA_PACKET_ERROR_NONE) /* because of media_packet_get_format */ LOGW("media_format_unref is failed"); } else { LOGW("media_packet_get_format is failed"); @@ -317,7 +356,7 @@ int _find_empty_index(mm_evas_info *evas_info) { int i; for (i = 0; i < MAX_PACKET_NUM; i++) { - if (!evas_info->pkt[i]) { + if (!evas_info->pkt_info[i].packet) { LOGD("selected idx %d", i); return i; } @@ -342,14 +381,14 @@ void _reset_pipe(mm_evas_info *evas_info) /* destroy all packets */ for (i = 0; i < MAX_PACKET_NUM; i++) { - if (evas_info->pkt[i]) { - LOGD("destroy packet [%p]", evas_info->pkt[i]); - ret = media_packet_destroy(evas_info->pkt[i]); + if (evas_info->pkt_info[i].packet) { + LOGD("destroy packet [%p]", evas_info->pkt_info[i].packet); + ret = media_packet_destroy(evas_info->pkt_info[i].packet); if (ret != MEDIA_PACKET_ERROR_NONE) - LOGW("media_packet_destroy failed %p", evas_info->pkt[i]); + LOGW("media_packet_destroy failed %p", evas_info->pkt_info[i].packet); else evas_info->sent_buffer_cnt--; - evas_info->pkt[i] = NULL; + evas_info->pkt_info[i].packet = NULL; } } @@ -394,6 +433,7 @@ int _mm_evas_renderer_create(mm_evas_info **evas_info) LOGD("Success create evas_info(%p)", *evas_info); } g_mutex_init(&ptr->mp_lock); + g_mutex_init(&ptr->idx_lock); return MM_ERROR_NONE; @@ -412,6 +452,7 @@ int _mm_evas_renderer_destroy(mm_evas_info **evas_info) ret = _mm_evas_renderer_reset(ptr); g_mutex_clear(&ptr->mp_lock); + g_mutex_clear(&ptr->idx_lock); g_free(ptr); ptr = NULL; @@ -423,14 +464,22 @@ int _mm_evas_renderer_set_info(mm_evas_info *evas_info, Evas_Object *eo) { MM_CHECK_NULL(evas_info); MM_CHECK_NULL(eo); + g_mutex_lock(&evas_info->idx_lock); LOGD("set evas_info"); + int i; + for (i = 0; i < MAX_PACKET_NUM; i++) { + evas_info->pkt_info[i].packet = NULL; + evas_info->pkt_info[i].tbm_surf = NULL; + evas_info->pkt_info[i].prev = -1; + } - evas_info->prev_idx = evas_info->cur_idx = -1; + evas_info->cur_idx = -1; evas_info->eo = eo; evas_info->epipe = ecore_pipe_add((Ecore_Pipe_Cb) _evas_pipe_cb, evas_info); if (!evas_info->epipe) { LOGE("pipe is not created"); + g_mutex_unlock(&evas_info->idx_lock); return MM_ERROR_UNKNOWN; } LOGD("created pipe %p", evas_info->epipe); @@ -439,15 +488,19 @@ int _mm_evas_renderer_set_info(mm_evas_info *evas_info, Evas_Object *eo) evas_object_geometry_get(evas_info->eo, &evas_info->eo_size.x, &evas_info->eo_size.y, &evas_info->eo_size.w, &evas_info->eo_size.h); LOGI("evas object %p (%d, %d, %d, %d)", evas_info->eo, evas_info->eo_size.x, evas_info->eo_size.y, evas_info->eo_size.w, evas_info->eo_size.h); + g_mutex_unlock(&evas_info->idx_lock); + return MM_ERROR_NONE; } int _mm_evas_renderer_reset(mm_evas_info *evas_info) { MM_CHECK_NULL(evas_info); + g_mutex_lock(&evas_info->idx_lock); int i; - int ret = MEDIA_PACKET_ERROR_NONE; + int ret = MM_ERROR_NONE; + int ret_mp = MEDIA_PACKET_ERROR_NONE; if (evas_info->eo) { _mm_evas_renderer_unset_callback(evas_info); @@ -462,29 +515,33 @@ int _mm_evas_renderer_reset(mm_evas_info *evas_info) evas_info->eo_size.x = evas_info->eo_size.y = evas_info->eo_size.w = evas_info->eo_size.h = 0; evas_info->w = evas_info->h = 0; - evas_info->tbm_surf = NULL; g_mutex_lock(&evas_info->mp_lock); for (i = 0; i < MAX_PACKET_NUM; i++) { - if (evas_info->pkt[i]) { + if (evas_info->pkt_info[i].packet) { /* destroy all packets */ - LOGD("destroy packet [%p]", evas_info->pkt[i]); - ret = media_packet_destroy(evas_info->pkt[i]); - if (ret != MEDIA_PACKET_ERROR_NONE) - LOGW("media_packet_destroy failed %p", evas_info->pkt[i]); + LOGD("destroy packet [%p]", evas_info->pkt_info[i].packet); + ret_mp = media_packet_destroy(evas_info->pkt_info[i].packet); + if (ret_mp != MEDIA_PACKET_ERROR_NONE) { + LOGW("media_packet_destroy failed %p", evas_info->pkt_info[i].packet); + ret = MM_ERROR_UNKNOWN; + } else evas_info->sent_buffer_cnt--; - evas_info->pkt[i] = NULL; + evas_info->pkt_info[i].packet = NULL; + evas_info->pkt_info[i].tbm_surf = NULL; + evas_info->pkt_info[i].prev = -1; } } g_mutex_unlock(&evas_info->mp_lock); - if (evas_info->sent_buffer_cnt != 0) LOGE("it should be 0 --> [%d]", evas_info->sent_buffer_cnt); evas_info->sent_buffer_cnt = 0; - evas_info->prev_idx = evas_info->cur_idx = -1; + evas_info->cur_idx = -1; - return MM_ERROR_NONE; + g_mutex_unlock(&evas_info->idx_lock); + + return ret; } void _mm_evas_renderer_update_geometry(mm_evas_info *evas_info, rect_info *result) @@ -606,13 +663,16 @@ void mm_evas_renderer_write(media_packet_h packet, void *data) mm_evas_info *handle = (mm_evas_info *)data; int ret = MEDIA_PACKET_ERROR_NONE; bool has; + tbm_surface_h tbm_surf; + gint index; LOGD("packet [%p]", packet); if (!data || !handle) { LOGE("handle %p or evas_info %p is NULL", data, handle); - goto ERROR; + goto INVALID_PARAM; } + g_mutex_lock(&handle->idx_lock); ret = media_packet_has_tbm_surface_buffer(packet, &has); if (ret != MEDIA_PACKET_ERROR_NONE) { @@ -623,7 +683,7 @@ void mm_evas_renderer_write(media_packet_h packet, void *data) /* currently we are always checking it */ if (has && _get_video_size(packet, handle)) { /* Attention! if this error occurs, we need to consider managing buffer */ - if (handle->sent_buffer_cnt > 14) { + if (handle->sent_buffer_cnt > 10) { LOGE("too many buffers are not released %d", handle->sent_buffer_cnt); goto ERROR; #if 0 @@ -635,16 +695,32 @@ void mm_evas_renderer_write(media_packet_h packet, void *data) g_mutex_unlock(&handle->mp_lock); #endif } - handle->cur_idx = _find_empty_index(handle); - if (handle->cur_idx == -1) + ret = media_packet_get_tbm_surface(packet, &tbm_surf); + if (ret != MEDIA_PACKET_ERROR_NONE || !tbm_surf) { + LOGW("get_tbm_surface is failed"); goto ERROR; - handle->pkt[handle->cur_idx] = packet; + } + + /* find new index for current packet */ + index = _find_empty_index(handle); + if (index == -1) { + goto ERROR; + } + + /* save previous index */ + handle->pkt_info[index].prev = handle->cur_idx; + handle->pkt_info[index].packet = packet; + handle->pkt_info[index].tbm_surf = tbm_surf; + handle->cur_idx = index; handle->sent_buffer_cnt++; LOGD("sent packet %d", handle->sent_buffer_cnt); + ret = ecore_pipe_write(handle->epipe, handle, UPDATE_TBM_SURF); if (!ret) { - handle->pkt[handle->cur_idx] = NULL; - handle->cur_idx = handle->prev_idx; + handle->pkt_info[index].packet = NULL; + handle->pkt_info[index].tbm_surf = NULL; + handle->pkt_info[index].prev = -1; + handle->cur_idx = handle->pkt_info[index].prev; handle->sent_buffer_cnt--; LOGW("Failed to ecore_pipe_write() for updating tbm surf\n"); goto ERROR; @@ -653,10 +729,12 @@ void mm_evas_renderer_write(media_packet_h packet, void *data) LOGW("no tbm_surf"); goto ERROR; } + g_mutex_unlock(&handle->idx_lock); return; - - ERROR: +ERROR: + g_mutex_unlock(&handle->idx_lock); +INVALID_PARAM: /* destroy media_packet immediately */ if (packet) { g_mutex_lock(&handle->mp_lock); @@ -705,6 +783,8 @@ int mm_evas_renderer_update_param(MMHandleType handle) int mm_evas_renderer_create(MMHandleType *handle, Evas_Object *eo) { + MM_CHECK_NULL(handle); + int ret = MM_ERROR_NONE; mm_evas_info *evas_info = NULL; @@ -728,6 +808,8 @@ int mm_evas_renderer_create(MMHandleType *handle, Evas_Object *eo) int mm_evas_renderer_destroy(MMHandleType *handle) { + MM_CHECK_NULL(handle); + int ret = MM_ERROR_NONE; mm_evas_info *evas_info = (mm_evas_info *)*handle; -- 2.7.4