Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_rc.cfg7 # next event will occur after (200 + 1 - 171) times notify. if loop < 0, it
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md164 …ents length of valid data in the buffer space. If the length changes to 0 after the decode_put_pac…
187 …py_init, the memory allocated during the copying process will be released after the copy is comple…
369 …ze to be allocated from the decoder. This command is called usually right after mpp_init and befor…
417 …waiting for dpb full to output the frame. If the current frame is decoded after the I frame but di…
421 The reset interface is used to restore the decoder to the state after normal initialization.
423 …l enter the EOS state after processing the last packet of data, and will no longer receive and pro…
441 …emory space needs to be handed over to user, and released back to decoder after user completes his…
445 …MPP decoder directly. The user obtains the decoder output image and releases it directly after use.
541 …get_packet interface. The timing of the header information acquisition is after the SET_RC_CFG/SET…
545 … If you need to remove the start code, you can copy it start with the address after the start code.
[all …]
/rockchip-linux_mpp/
H A DCHANGELOG.md42 - [kmpp_obj]: Update tbl after objdef registration
94 - [h265d_rkv]: Fix dec err after cut streams
454 - [h264d]: fix drop packets after reset when err stream
532 - [hal_h264e]:fix crash after init vepu buffer failure
H A Dreadme.txt366 2. User can release MppBufferGroup after decoder is closed.
/rockchip-linux_mpp/build/android/
H A Dandroid.toolchain.cmake605 list(SORT __availableToolchainsLst) # we need clang to go after gcc
723 # it is not possible to change CMAKE_SYSTEM_PROCESSOR after the first run...
1232 …{ANDROID_CXX_FLAGS} -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -…
1377 elseif( ANDROID_NDK_RELEASE_NUM GREATER 8002 ) # after r8b
1663 # it is a bad hack after all
H A DREADME.md185 …ecific logic you can copy the following snippet into your project (put it after your top-level `pr…
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile6 # All text after a double hash (##) is considered a comment and is placed in
9 # All text after a single hash (#) is considered a comment and will be ignored.
89 # descriptions after the members that are listed in the file and class
107 # and the result, after processing the whole list, is used as the annotated
476 # The INTERNAL_DOCS tag determines if documentation that is typed after a
657 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
1063 # defined cascading style sheet that is included after the standard style sheets
1122 # documentation will contain sections that can be hidden and shown after the
1382 # the HTML documentation. When you change the font size after a successful
1614 # generated LaTeX document. The footer should contain everything after the last
[all …]
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c538 SlotStatus before, SlotStatus after) in buf_slot_logs_write() argument
546 log->status_out = after; in buf_slot_logs_write()