Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 13 of 13) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/dummy/
H A DCMakeLists.txt3 # dummy decoder api
8 # dummy decoder header
12 # dummy decoder sourse
/rockchip-linux_mpp/mpp/codec/dec/dummy/
H A DCMakeLists.txt3 # dummy decoder api
8 # dummy decoder header
12 # dummy decoder sourse
/rockchip-linux_mpp/mpp/hal/dummy/
H A DCMakeLists.txt3 # hal dummy decoder api
9 # hal dummy header
13 # hal dummy decoder sourse
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_task_test.c203 void *dummy; in main() local
222 pthread_join(thread_input, &dummy); in main()
223 pthread_join(thread_worker, &dummy); in main()
224 pthread_join(thread_output, &dummy); in main()
232 pthread_join(thread_in_and_out, &dummy); in main()
233 pthread_join(thread_worker, &dummy); in main()
/rockchip-linux_mpp/osal/test/
H A Dmpp_thread_test.c129 void *dummy; in main() local
144 pthread_join(threads[i], &dummy); in main()
170 pthread_join(threads[0], &dummy); in main()
171 pthread_join(threads[1], &dummy); in main()
/rockchip-linux_mpp/mpp/codec/enc/
H A DCMakeLists.txt3 add_subdirectory(dummy)
/rockchip-linux_mpp/osal/
H A Dmpp_thread.c84 void *dummy; in mpp_thread_stop() local
93 pthread_join(thread->thd, &dummy); in mpp_thread_stop()
557 void *dummy; in mpp_sthd_stop_sync() local
559 pthread_join(impl->thd, &dummy); in mpp_sthd_stop_sync()
789 void *dummy; in mpp_sthd_grp_stop_sync() local
796 pthread_join(thd->thd, &dummy); in mpp_sthd_grp_stop_sync()
/rockchip-linux_mpp/mpp/hal/
H A DCMakeLists.txt11 add_subdirectory(dummy)
/rockchip-linux_mpp/mpp/codec/dec/
H A DCMakeLists.txt3 add_subdirectory(dummy)
/rockchip-linux_mpp/mpp/legacy/
H A Drk_list.cpp382 void *dummy; in rk_list_test_0() local
383 pthread_join(mThread, &dummy); in rk_list_test_0()
/rockchip-linux_mpp/
H A Dreadme.txt86 | | | |----- dummy decoder parser work flow sample
106 | | |----- dummy encoder controllor work flow sample
H A DAndroid.bp110 "mpp/hal/dummy/*.c",
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_macro.h172 #define GET_ARG0(val, ...) GET_ARG0_CHOOSER(dummy, ##__VA_ARGS__)(__VA_ARGS__)