Home
last modified time | relevance | path

Searched refs:found (Results 1 – 14 of 14) sorted by relevance

/rockchip-linux_mpp/osal/driver/
H A Dmpp_service.c80 RK_U32 found = 0; in mpp_service_check_cmd_valid() local
83 found = (cmd < cap->query_cmd) ? 1 : 0; in mpp_service_check_cmd_valid()
84 found = (cmd >= MPP_CMD_INIT_BASE && cmd < cap->init_cmd) ? 1 : found; in mpp_service_check_cmd_valid()
85 found = (cmd >= MPP_CMD_SEND_BASE && cmd < cap->send_cmd) ? 1 : found; in mpp_service_check_cmd_valid()
86 found = (cmd >= MPP_CMD_POLL_BASE && cmd < cap->poll_cmd) ? 1 : found; in mpp_service_check_cmd_valid()
87 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd < cap->ctrl_cmd) ? 1 : found; in mpp_service_check_cmd_valid()
90 found = (cmd >= MPP_CMD_INIT_BASE && cmd <= MPP_CMD_INIT_TRANS_TABLE) ? 1 : found; in mpp_service_check_cmd_valid()
91 found = (cmd >= MPP_CMD_SEND_BASE && cmd <= MPP_CMD_SET_REG_ADDR_OFFSET) ? 1 : found; in mpp_service_check_cmd_valid()
92 found = (cmd >= MPP_CMD_POLL_BASE && cmd <= MPP_CMD_POLL_HW_FINISH) ? 1 : found; in mpp_service_check_cmd_valid()
93 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd <= MPP_CMD_RELEASE_FD) ? 1 : found; in mpp_service_check_cmd_valid()
[all …]
/rockchip-linux_mpp/tools/
H A Dresolution_test.sh157 found=0
158 for cur_sp in ${spec_list}; do [ "${cmd_spec}" = "${cur_sp}" ] && { found=1; break; } done
159 [ "${cmd_spec}" = "all" ] && found=1
160 [ ${found} -eq 0 ] && { echo "unknow spec: ${cmd_spec}"; exit 1; }
H A Dmpp_doxyfile105 # used to form the text in various listings. Each string in this list, if found
470 # documentation blocks found inside the body of a function. If set to NO these
1530 # to a relative location where the documentation can be found. The format is:
1886 # C-preprocessor directives found in the sources and include files.
1909 # INCLUDE_PATH will be searched if a #include is found.
1942 # macro definition that is found in the sources will be used. Use the PREDEFINED
1944 # definition found in the source code.
2027 # the mscgen tool resides. If left empty the tool is assumed to be found in the
2035 # If left empty dia is assumed to be found in the default search path.
2221 # found. If left blank, it is assumed the dot tool can be found in the path.
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_refs.c395 RK_S32 found = 0; in check_ref_cpb_pos() local
412 found = 1; in check_ref_cpb_pos()
426 found = 1; in check_ref_cpb_pos()
432 if (!found) { in check_ref_cpb_pos()
517 RK_S32 found = 0; in store_ref_to_cpb() local
526 found = 1; in store_ref_to_cpb()
530 found = 2; in store_ref_to_cpb()
536 if (found) { in store_ref_to_cpb()
539 seq_idx, lt_idx, (found == 1) ? "add" : "replace", i); in store_ref_to_cpb()
H A Dmpp_buffer_impl.c653 rk_s32 found = 0; in mpp_buffer_get_unused() local
670 found = 1; in mpp_buffer_get_unused()
680 if (!found && search_count) { in mpp_buffer_get_unused()
H A Dmpp_cfg_io.c504 rk_s32 found = 0; in mpp_cfg_find() local
511 found = 1; in mpp_cfg_find()
526 found = 1; in mpp_cfg_find()
534 if (!found) { in mpp_cfg_find()
/rockchip-linux_mpp/utils/
H A Diniparser.c581 int found = 0 ; in iniparser_find_entry() local
583 found = 1 ; in iniparser_find_entry()
585 return found ; in iniparser_find_entry()
/rockchip-linux_mpp/debian/
H A Dcopyright39 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
/rockchip-linux_mpp/
H A Dreadme.txt47 More document can be found at http://opensource.rock-chips.com/wiki_Mpp
H A DCHANGELOG.md237 - [kmpp_obj]: Disable /dev/kmpp_objs not found log
414 - [av1d]: when MetaData found then it is new frame
/rockchip-linux_mpp/build/android/
H A DREADME.md45 So don't even try other targets that can be found in CMake documentation and don't forget to explic…
H A Dandroid.toolchain.cmake418 # remember found paths
808 …droid API level (${ANDROID_NATIVE_API_LEVEL}) does not match to the level found (${__realApiLevel}…
1728 # ANDROID_SUPPORTED_NATIVE_API_LEVELS : list of native API levels found inside NDK
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md920 `I mpi_dec_test: 0xeebc01c0 decode_get_frame get info changed found`
H A DRockchip_Developer_Guide_MPP_EN.md845 I mpi_dec_test: 0xeebc01c0 decode_get_frame get info changed found
1004 The specific code of the encoder demo can be found in test/mpi_enc_test.c, but the current encoder …
1050 The download path for r16b ndk can be found in the build/android/ndk_links.md file in the source di…