Searched refs:first (Results 1 – 16 of 16) sorted by relevance
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_hash.h | 35 struct hlist_node *first; member 38 #define HLIST_HEAD_INIT { .first = NULL } 39 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } 40 #define INIT_HLIST_HEAD(ptr) ((ptr)->first = NULL) 63 return !READ_ONCE(h->first); in hlist_empty() 93 struct hlist_node *first = h->first; in hlist_add_head() local 94 n->next = first; in hlist_add_head() 95 if (first) in hlist_add_head() 96 first->pprev = &n->next; in hlist_add_head() 97 WRITE_ONCE(h->first, n); in hlist_add_head() [all …]
|
| /rockchip-linux_mpp/build/android/aarch64/fix/ |
| H A D | readme.txt | 8 Backup original libc.so in ndk first. Then Put lib.so to:
|
| /rockchip-linux_mpp/tools/ |
| H A D | astylerc | 19 #--pad-first-paren-out
|
| H A D | mpp_doxyfile | 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 166 # first line (until the first dot) of a Javadoc-style comment as the brief 174 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 175 # line (until the first dot) of a Qt-style comment as the brief description. If 328 # tag is set to YES, then doxygen will reuse the documentation of the first 541 # destructors are listed first. If set to NO the constructors will appear in the 1598 # generated LaTeX document. The header should contain everything until the first
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_rc.cfg | 5 # loop represent the event will repeat at that point, for example, the first
|
| /rockchip-linux_mpp/mpp/ |
| H A D | CMakeLists.txt | 3 # setup mpp codec config first
|
| H A D | mpp.c | 630 MppFrame first = NULL; in mpp_get_frame_noblock() local 642 mpp_list_del_at_head(mpp->mFrmOut, &first, sizeof(first)); in mpp_get_frame_noblock() 643 mpp_buffer_sync_ro_begin(mpp_frame_get_buffer(first)); in mpp_get_frame_noblock() 647 *frame = first; in mpp_get_frame_noblock()
|
| /rockchip-linux_mpp/doc/design/ |
| H A D | 2.kernel_driver.txt | 6 The first one is vcodec_service/vpu_service/mpp_service which is a high
|
| H A D | 1.mpp_design.txt | 13 The first one is vcodec_service/vpu_service/mpp_service which is a high
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 242 - [vepu510]: Mark frame first part when split slice out 347 - [smt_rc]: Fix first frame QP error 412 - [build]: The first toolchains is selected by default 628 - [h265e_vepu580]: flush cache for the first tile
|
| H A D | readme.txt | 268 Take H.264 deocder for example. Video stream will first queued by MPI/MPP layer,
|
| H A D | CMakeLists.txt | 275 option(WARNINGS_AS_ERRORS "Stop compiles on first warning" OFF)
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_parser.c | 152 RK_S32 first = 1; in vp9d_split_frame() local 168 if (first) { \ in vp9d_split_frame() 169 first = 0; \ in vp9d_split_frame()
|
| /rockchip-linux_mpp/build/android/ |
| H A D | android.toolchain.cmake | 58 # Can be set as environment variable. Can be set only at first cmake run. 495 … the NDK on subsequent CMake run. You must remove all generated files from your build folder first. 723 # it is not possible to change CMAKE_SYSTEM_PROCESSOR after the first run... 1688 # Can be set only at the first run:
|
| H A D | ndk_links.md | 281 NDKr8e is the first NDK with 32bit and 64bit releases. The prior ones were
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 778 The first type of control information is mainly configured through the control interface, and the s… 816 | -n | max output frame number. If input bitstream is too long, only the first n fra… 866 The mpi_dec_test printing indicates that the decoder uses 263ms to decode 30 frames, first frame de… 905 | -n | max encoding frame number. If input bitstream is too long, only the first n f… 968 …the encoder encoded 30 frames within 628 ms, with a delay of 4 ms for the first frame. The frame r…
|