mpp-nyanmisaka/osal
Yandong Lin 4ed4105a3c fix[os_log]: Modify default log option for linux
LOG_PERROR: Directs output to stderr stream.
LOG_CONS: Fallback to /dev/console only when syslogd is unavailable.

The syslogd maybe unavailable in linux os.

Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com>
Change-Id: Iae95f7df9e6ed3f7e8ce15accce6fae5a65f2fef
2025-03-05 10:05:43 +00:00
..
allocator fix[drm]: Call drop master by default 2024-12-10 09:47:45 +08:00
android refactor[allocator]: Refactor allocator flow 2023-11-29 09:54:36 +08:00
driver feat[mpp_soc]: Support rv1126b soc 2025-02-18 09:02:16 +00:00
inc feat[mpp_soc]: Support rv1126b soc 2025-02-18 09:02:16 +00:00
linux fix[os_log]: Modify default log option for linux 2025-03-05 10:05:43 +00:00
test feat[mpp_soc]: support rk3576 soc 2024-02-20 09:45:25 +08:00
windows refactor[allocator]: Refactor allocator flow 2023-11-29 09:54:36 +08:00
CMakeLists.txt feat[kmpp]: Add kmpp module 2025-01-16 15:29:16 +08:00
mpp_allocator.cpp fix[allocator]: fix on invalid DMA heap allocator 2024-04-26 15:05:38 +08:00
mpp_allocator_api.h refactor[allocator]: Refactor allocator flow 2023-11-29 09:54:36 +08:00
mpp_callback.cpp [mpp_callback]: Optimize callback module 2021-10-09 17:14:44 +08:00
mpp_common.cpp fix[osal]: fix 128 odd plus 64 bytes alignment 2024-07-06 16:29:49 +08:00
mpp_compat.cpp [misc]: Add compatible for fbc header alignment 2022-12-23 17:36:34 +08:00
mpp_dmabuf.cpp fix[mpp_dmabuf]: fix align cache line size calculate err 2024-01-12 10:37:24 +08:00
mpp_env.cpp [osal]: Change mpp_env string interface 2018-08-03 17:44:55 +08:00
mpp_eventfd.cpp [oasl]: Add eventfd support 2020-09-08 09:05:59 +08:00
mpp_list.cpp [mpp_list]: Add more wait functions 2022-04-29 09:52:22 +08:00
mpp_lock.cpp feat[mpp_lock]: Add spinlock timing statistic 2023-10-13 11:06:53 +08:00
mpp_log.cpp [mpp_log]: Add more log helper function 2022-05-20 11:42:10 +08:00
mpp_mem.cpp fix[osal]: Fix mpp_mem single instance issue 2024-08-16 09:53:55 +08:00
mpp_mem_pool.cpp fix[mpp_mem_pool]: Record pool buffer allocator caller 2024-12-12 14:36:21 +08:00
mpp_platform.cpp fix[osal]: rv1109/rv1126 vcodec_type mismatch problem 2024-06-06 18:07:06 +08:00
mpp_queue.cpp [mpp_device]: move dev_fd in mppDevCtx 2018-05-03 16:52:41 +08:00
mpp_runtime.cpp fix[drm]: Fix permission check issue on GKI kernel 2024-06-07 14:48:51 +08:00
mpp_soc.cpp fix[mpp_soc]: Fix cap_fbc for rv1126b 2025-02-21 01:24:47 +00:00
mpp_thread.cpp feat[mpp_thread]: Add simple thread 2023-10-13 10:49:50 +08:00
mpp_time.cpp [mpp_log]: Add more log helper function 2022-05-20 11:42:10 +08:00
mpp_trace.cpp [misc]: Fix a few compile warnings and errors 2022-03-11 17:45:10 +08:00
os_env.h [osal]: Change mpp_env string interface 2018-08-03 17:44:55 +08:00
os_log.h [mpp_log]: Add more log helper function 2022-05-20 11:42:10 +08:00
os_mem.h [all]: format code 2016-09-08 15:21:02 +08:00
osal_2str.c feat[mpp_soc]: support rk3576 soc 2024-02-20 09:45:25 +08:00