Home
last modified time | relevance | path

Searched refs:once (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_helper.h314 if (once) { \ in KMPP_OBJ_ENTRY_TABLE()
321 if (once) { \ in KMPP_OBJ_ENTRY_TABLE()
332 if (once) { \
360 rk_u32 once = 1; local
394 once = 0;
516 static rk_s32 once = 1; \
528 … mpp_loge_cf(once, TO_STR(KMPP_OBJ_NAME) " ioctl cmd %s not supported\n", TO_STR(func)); \
529 once = 0; \
541 static rk_s32 once = 1; \
549 … mpp_loge_cf(once, TO_STR(KMPP_OBJ_NAME) " ioctl cmd %s not supported\n", TO_STR(func)); \
[all …]
/rockchip-linux_mpp/osal/allocator/
H A Dallocator_ion.c30 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
175 pthread_once(&once, scandir_lock_init); in find_dir_in_path()
/rockchip-linux_mpp/mpp/
H A Dcodecs.cmake40 option(ENABLE_FASTPLAY_ONCE "Enable h.264 decoder fast play once" OFF)
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c491 static rk_s32 once = 1; in proc_prep_cfg() local
493 if (!def && once) { in proc_prep_cfg()
502 once = 0; in proc_prep_cfg()
1174 static rk_s32 once = 1; in proc_jpeg_cfg() local
1176 if (!tbl_qtable && once) { in proc_jpeg_cfg()
1183 once = 0; in proc_jpeg_cfg()
/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_obj.c1222 static rk_s32 once = 1; in kmpp_obj_ioctl() local
1224 if (once) { in kmpp_obj_ioctl()
1226 once = 0; in kmpp_obj_ioctl()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md227 Meanwhile once the resolution of input stream is changed the info_change flag in MppFrame will be s…
740 …ware, the command parameter is MppEncOSDPlt.It is usually configured only once at the beginning of…
936 …bled; if set to f, the average frame rate and current frame rate will be printed once every second.
1076 …ce. This print is printed when the attempt fails and will only be printed once. This print can be …
/rockchip-linux_mpp/
H A DCHANGELOG.md240 - [sys_cfg]: Print comparison information only once.
/rockchip-linux_mpp/build/android/
H A Dandroid.toolchain.cmake1232 …set( ANDROID_CXX_FLAGS "${ANDROID_CXX_FLAGS} -fno-inline-functions-called-once -fgcse-after-reload…