Searched refs:t (Results 1 – 12 of 12) sorted by relevance
| /rockchip-linux_mpp/utils/ |
| H A D | dictionary.c | 48 char * t ; in xstrdup() local 54 t = (char*) malloc(len) ; in xstrdup() 55 if (t) { in xstrdup() 56 memcpy(t, s, len) ; in xstrdup() 58 return t ; in xstrdup()
|
| H A D | iniparser.c | 71 char * t ; in xstrdup() local 77 t = (char*) malloc(len) ; in xstrdup() 78 if (t) { in xstrdup() 79 memcpy(t, s, len) ; in xstrdup() 81 return t ; in xstrdup()
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vpx_rac.h | 31 #define DECLARE_ALIGNED(n,t,v) t v argument
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu510_tune.c | 50 HalH264eVepu510Tune * t = (HalH264eVepu510Tune *)tune; in vepu510_h264e_tune_deinit() local 51 MPP_FREE(t->qm_mv_buf); in vepu510_h264e_tune_deinit()
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 888 | -t | 码流文件的协议类型。 | 896 mpi_dec_test的命令参数中,输入文件(i)和码流类型(t)为强制要求配置的参数,其他参数如输出文件(o)、图像宽度(w)、图像高度(h)和解码帧数(n)等为可选参数,可以根据不同的测试需求… 900 MPP库支持的输入文件的编码格式(t)为MPEG2/4、H.263/4/5、VP8/9和JPEG等,id后的数字为不同编码格式对应的参数值。参数值来源于OMX的定义,值得注意的是,HEVC和AVS格… 905 mpi_dec_test -t 7 -i /data/ocrean.h264 -n 30 908 其中,-t 7表示输入码流文件的协议类型是H.264,-i表示输入文件,-n 30表示解码30帧。测试用例正常运行结果如下: 963 | -t | 码流文件的协议类型。 | 976 mpi_enc_test的命令参数中,图像宽度(w)、图像高度(h)和码流类型(t)为强制要求配置的参数,其他参数如输入文件(i)、输出文件(o)、编码帧数(n)和色彩空间格式及内存排布方式(f)等… 1003 mpi_enc_test -w 1920 -h 1080 -t 7 -i /data/ocrean.yuv -o /data/out.h264 -n 30
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 814 | -t | input bitstream coding type | 822 In the command parameters of mpi_dec_test, input file (i), coding type (t) is mandatory parameter. … 826 …d VP8/9 decoding. The number after the id is the parameter value after the -t item corresponding t… 831 mpi_dec_test -t 7 -i /data/ocrean.h264 -n 30 834 where -t 7 indicates H.264 code stream, -i indicates input file, and -n 30 indicates decoding 30 fr… 903 | -t | output stream coding type | 916 mpi_enc_test command parameters, image width (w), image height (h), and coding type (t) are mandato… 943 mpi_enc_test -w 1920 -h 1080 -t 7 -i /data/ocrean.yuv -o /data/out.h264 -n 30
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_common.h | 158 #define ARG_T(t) t argument
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu510_tune.c | 77 HalH265eVepu510Tune *t = (HalH265eVepu510Tune *)tune; in vepu510_h265e_tune_deinit() local 79 MPP_FREE(t->qm_mv_buf); in vepu510_h265e_tune_deinit()
|
| /rockchip-linux_mpp/build/android/ |
| H A D | README.md | 45 So don't even try other targets that can be found in CMake documentation and don't forget to explic… 207 The flags will be prepopulated with critical flags, so don't loose them. Also be aware that _androi…
|
| H A D | android.toolchain.cmake | 174 # The flags will be prepopulated with critical flags, so don't loose them. 310 set( __ndkApiLevelRegex "^[\t ]*#define[\t ]+__ANDROID_API__[\t ]+([0-9]+)[\t ]*.*$" ) 540 SET( __toolchainVersionRegex "^TOOLCHAIN_VERSION[\t ]+:=[\t ]+(.*)$" ) 1669 …# unset( CMAKE_COMPILER_IS_MINGW ) # can't unset because CMake does not convert back-slashes in re…
|
| H A D | ndk_links.md | 282 all32bit and didn't have any suffix, so r8b would be:
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 159 # less readable) file names. This can be useful is your file systems doesn't 706 # in a documented function, or documenting parameters that don't exist or using 1875 # so different doxyrules.make files included by the same Makefile don't
|