Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c192 RK_S32 run = 0; in h264e_pps_to_packet() local
197 for (run = len2; run > 1; run --) in h264e_pps_to_packet()
198 if (intra_scl[zigzag[run - 1]] != intra_scl[zigzag[run - 2]]) in h264e_pps_to_packet()
200 for (j = 0; j < run; j ++) in h264e_pps_to_packet()
202 if (run < len2) in h264e_pps_to_packet()
203 mpp_writer_put_se(bit, (int8_t) - intra_scl[zigzag[run]]); in h264e_pps_to_packet()
206 for (run = len2; run > 1; run --) in h264e_pps_to_packet()
207 if (inter_scl[zigzag[run - 1]] != inter_scl[zigzag[run - 2]]) in h264e_pps_to_packet()
209 for (j = 0; j < run; j ++) in h264e_pps_to_packet()
211 if (run < len2) in h264e_pps_to_packet()
[all …]
/rockchip-linux_mpp/build/vc12-x86_64/
H A Dmake-solutions.bat3 :: run this batch file to create a Visual Studio solution file for this project.
/rockchip-linux_mpp/build/vc10-x86_64/
H A Dmake-solutions.bat3 :: run this batch file to create a Visual Studio solution file for this project.
/rockchip-linux_mpp/doc/design/
H A D2.kernel_driver.txt67 get task from waiting list to running list and run. When hardware finishs a task
H A D1.mpp_design.txt34 mpp internally make hardware and software run parallelly. When hardware is
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile140 # If left blank the directory from which doxygen is run is used as the path to
383 # symbols. At the end of a run doxygen will report the cache usage and suggest
656 # that represents doxygen's defaults, run doxygen with the -l option. You can
660 # Note that if you run doxygen from a directory containing a file called
779 # run.
1213 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1303 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1383 # doxygen run you need to manually remove any form_*.png images from the HTML
1974 # run, you must also specify the path to the tagfile here.
2024 # command. Doxygen will then run the mscgen tool (see:
[all …]
/rockchip-linux_mpp/
H A Dreadme.txt355 2. The decoder memory usage can not be control. Decoder is on a free-to-run
/rockchip-linux_mpp/build/android/
H A Dandroid.toolchain.cmake58 # Can be set as environment variable. Can be set only at first cmake run.
440 …_ERROR "It is not possible to change path to the Android standalone toolchain on subsequent run." )
495 …message( FATAL_ERROR "It is not possible to change the path to the NDK on subsequent CMake run. Yo…
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 DREADME.md54 * No builds for multiple platforms (e.g. building for both arm and x86 require to run cmake twice w…
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md800 The following is an example of using mpi_dec_test on the Android platform as an example. First run
880 Take mpi_enc_test on the Android platform as an example. First run mpi_enc_test directly, output is…
1054 … the build/android/arm/ directory, run the make-Android.bash script to generate the Makefile for c…
1058 …build/linux/arm/ directory, then run the make-Makefiles.bash script to generate the Makefile via c…
/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_obj.c1777 static rk_s32 kmpp_obj_impl_run(rk_s32 (*run)(void *ctx), void *ctx) in kmpp_obj_impl_run()
1779 return run(ctx); in kmpp_obj_impl_run()