Home
last modified time | relevance | path

Searched refs:link (Results 1 – 11 of 11) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A DCMakeLists.txt37 # force dynamic link
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_normal.c22 ts1 = container_of(a, MppPktTs, link); in ts_cmp()
23 ts2 = container_of(b, MppPktTs, link); in ts_cmp()
201 list_for_each_entry_safe(ts, pos, &dec->ts_link, MppPktTs, link) { in reset_parser_thread()
202 list_del_init(&ts->link); in reset_parser_thread()
648 INIT_LIST_HEAD(&pkt_ts->link); in try_proc_dec_task()
651 list_add_tail(&pkt_ts->link, &dec->ts_link); in try_proc_dec_task()
H A Dmpp_dec.c46 INIT_LIST_HEAD(&task->ts_cur.link); in dec_task_init()
293 pkt_ts = list_first_entry_or_null(&dec->ts_link, MppPktTs, link); in mpp_dec_put_frame()
295 list_del_init(&pkt_ts->link); in mpp_dec_put_frame()
/rockchip-linux_mpp/doc/design/
H A D2.kernel_driver.txt66 link to both session waiting list and service waiting list. Then service will
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h215 struct list_head link; member
/rockchip-linux_mpp/debian/
H A Dchangelog39 * [osal]: linux: add -ldl -lct to link relative library
71 * Revert "[osal]: linux: add -ldl -lct to link relative library"
/rockchip-linux_mpp/build/android/
H A DREADME.md36 …ndroid source tree, but you may be required to manually specify path to `libm` binary to link with.
136 …parate sections and enable garbage collection of unused input sections at link time (`-fdata-secti…
H A Dandroid.toolchain.cmake1266 # setup default C link flag
1308 # add crt object to executable link list for Android SDK build
1317 # add libgcc.a to executable link list
1339 …function in separate section and enable garbage collection of unused input sections at link time" )
1358 …set( ANDROID_LINKER_FLAGS "${ANDROID_LINKER_FLAGS} -Wl,--no-undefined -Wl,-rpath-link,${ANDROID_SY…
1485 # global includes and link directories
1501 # detect if need link crtbegin_so.o explicitly
/rockchip-linux_mpp/LICENSES/
H A DApache-2.055 merely link (or bind by name) to the interfaces of, the Work and Derivative
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile285 # When enabled doxygen tries to link words that correspond to documented
286 # classes, or namespaces to their corresponding documentation. Such a link can
924 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
925 # link to the documentation.
/rockchip-linux_mpp/
H A DCHANGELOG.md469 - [hal]: Fix target link issue