Home
last modified time | relevance | path

Searched refs:be (Results 1 – 20 of 20) sorted by relevance

/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile3 # This file describes the settings to be used by the documentation system
9 # All text after a single hash (#) is considered a comment and will be ignored.
12 # For lists, items can also be appended using:
14 # Values that contain spaces should be placed between quotes (\" \").
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38 # could be handy for archiving the generated documentation or if some version
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
66 # option can be useful when feeding doxygen a huge amount of source files, where
[all …]
/rockchip-linux_mpp/utils/
H A Dutils.c752 static void fill_MPP_FMT_RGB565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB565() argument
762 if (be) { in fill_MPP_FMT_RGB565()
771 static void fill_MPP_FMT_BGR565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_BGR565() argument
781 if (be) { in fill_MPP_FMT_BGR565()
790 static void fill_MPP_FMT_RGB555(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB555() argument
800 if (be) { in fill_MPP_FMT_RGB555()
809 static void fill_MPP_FMT_BGR555(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_BGR555() argument
819 if (be) { in fill_MPP_FMT_BGR555()
828 static void fill_MPP_FMT_RGB444(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB444() argument
838 if (be) { in fill_MPP_FMT_RGB444()
[all …]
/rockchip-linux_mpp/build/android/
H A DREADME.md3 CMake is great, and so is Android. This is a collection of CMake scripts that may be useful to the …
36 …ble to build with NDK from AOSP or Linaro Android source tree, but you may be required to manually…
45 So don't even try other targets that can be found in CMake documentation and don't forget to explic…
64 … several compiler toolchains and target platforms. Most of the options can be set either as cmake …
78 * **ANDROID_NATIVE_API_LEVEL** - level of android API to build for. Can be set either to full name …
84 …to be used. This option allows to select between different GCC and Clang versions. The list of pos…
125 Normally _android-cmake_ users are not supposed to touch these variables but they might be useful t…
127 …structions instead of Thumb. Applicable only for arm ABIs and is forced to be `ON` for `armeabi-v6…
132 * **ANDROID_NDK_LAYOUT** = `RELEASE` - inner layout of Android NDK, should be detected automaticall…
146 _android-cmake_ defines `ANDROID` CMake variable which can be used to add Android-specific stuff:
[all …]
H A Dandroid.toolchain.cmake16 # contributors may be used to endorse or promote products derived from this
56 # Options (can be set as cmake parameters: -D<option_name>=<value>):
58 # Can be set as environment variable. Can be set only at first cmake run.
86 # toolchain to be used. The list of possible values depends on the NDK
116 # (is forced to be ON) ABI.
174 # The flags will be prepopulated with critical flags, so don't loose them.
175 # Also be aware that toolchain also sets configuration-specific compiler
178 # ANDROID and BUILD_ANDROID will be set to true, you may test any of these
182 # will be set true, mutually exclusive. NEON option will be set true
1190 …th to your Android NDK (or toolchain) has non-alphanumeric symbols.\nThe build might be broken.\n")
[all …]
H A Dndk_links.md282 all32bit and didn't have any suffix, so r8b would be:
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md61 MPP layer can adapt to various middleware by MPI, such as OpenMax and gstreamer, or directly be cal…
108 MppPacket is a one-dimensional buffer encapsulation, which can be generated from MppMem and MapBuff…
110 MppFrame is a two-dimensional frame data encapsulation, which can be generated from MppMem and MapB…
112 Using MppPacket and MapFrame the general video encoding and decoding can be accomplished simply and…
133 In decoding process the decoded picture buffer usually needs to be recycled in a fixed buffer pool.…
142 …t easy to implement zero-copy display (the output frame of decoder may not be displayed directly o…
181 MppPacket, as a structure describing one-dimensional memory, needs to be initialized using allocate…
183 If the external malloc address is configured to MppPacket,the memory will not be released. As shown…
187 If the MppPacket is generated by copy_init, the memory allocated during the copying process will be
218 …s not satisfy the requirement the frame image will be marked as needing to be discarded and not to…
[all …]
/rockchip-linux_mpp/
H A Dreadme.txt11 b. module internal header file should be put along with the implement file.
13 include path should be keep in Makefile.
16 b. use cmake out-of-source build, final binary and library will be install to
47 More document can be found at http://opensource.rock-chips.com/wiki_Mpp
270 and generates a protocol standard output. This output will be send to HAL to
353 1. The buffer from decoder may not be return before decoder is close.
355 2. The decoder memory usage can not be control. Decoder is on a free-to-run
390 Total hor_stride * ver_stride * 2 will be enough.
392 For H.264/H.265 20+ buffers will be enough.
393 For other codec 10 buffers will be enough.
H A DCMakeLists.txt19 # in case of cross compilation these macro should be defined by toolchain file
H A DCHANGELOG.md45 - [vproc]: Fix unit tests cannot be disabled
/rockchip-linux_mpp/doc/design/
H A D3.mpp_buffer.txt17 buffer is free buffer will not be released immediately. Buffer will be moved to
19 resolution comes to 4K the buffer size will be above 12M. It will take a long
H A D2.kernel_driver.txt65 When client commits a task to kernel the task will be set to waiting status and
68 the task will be moved to done list and put to both service done list and
H A D4.mpp_task.txt13 also be used on decoder if decoder wants to output some side information.
51 When port user call the transaction function task will be transfer from one
87 Then there will be three threads to parallelize internal process and external
H A D1.mpp_design.txt101 be separated from hardware specified process. The software will communicate with
/rockchip-linux_mpp/test/
H A Dmpi_rc.cfg2 # index type can be 'frm' or 'msec', frm stand for event trigger at frame index,
8 # means there is no loop, event trigger will be stop when all the event had been
/rockchip-linux_mpp/debian/
H A Dcopyright30 This package is distributed in the hope that it will be useful,
39 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
H A Dchangelog74 * [h265d]: fix bug: when has no short_rps, it should be has no rps
173 * [rkvenc] modfiy ratecontrol to be more smooth
/rockchip-linux_mpp/mpp/legacy/
H A DCMakeLists.txt21 # NOTE: link_directories should be before add_library or add_executable
/rockchip-linux_mpp/LICENSES/
H A DMIT21 The above copyright notice and this permission notice shall be included in
H A DApache-2.0127 Work, provided that such additional attribution notices cannot be
139 the Licensor shall be under the terms and conditions of this License,
163 agreed to in writing, shall any Contributor be liable to You for
/rockchip-linux_mpp/osal/
H A DCMakeLists.txt52 # OS will be built