Searched refs:limit (Results 1 – 12 of 12) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 257 RK_U32 limit = 0; in setup_output_packet() local 271 limit = mpp_buffer_get_size(buf); in setup_output_packet() 272 limit -= offset8; in setup_output_packet() 273 limit >>= 3; in setup_output_packet() 274 limit &= ~7; in setup_output_packet() 275 H264E_HAL_SET_REG(reg, VEPU_REG_STR_BUF_LIMIT, limit); in setup_output_packet()
|
| H A D | hal_h264e_vepu2_v2.c | 258 RK_U32 limit = 0; in setup_output_packet() local 272 limit = mpp_buffer_get_size(buf); in setup_output_packet() 273 limit -= offset8; in setup_output_packet() 274 limit >>= 3; in setup_output_packet() 275 limit &= ~7; in setup_output_packet() 276 H264E_HAL_SET_REG(reg, VEPU_REG_STR_BUF_LIMIT, limit); in setup_output_packet()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_time.h | 24 void mpp_time_diff(rk_s64 start, rk_s64 end, rk_s64 limit, const char *fmt);
|
| /rockchip-linux_mpp/ |
| H A D | readme.txt | 362 User can use mpp_buffer_group_limit_config to limit decoder memory usage. 368 3. Can limit the memory usage by mpp_buffer_group_limit_config 383 2. Player work flow may limit this usage.
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_buffer_impl.h | 137 size_t limit; member
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_time.c | 28 void mpp_time_diff(rk_s64 start, rk_s64 end, rk_s64 limit, const char *fmt) in mpp_time_diff() argument 32 if (diff >= limit) in mpp_time_diff()
|
| /rockchip-linux_mpp/debian/ |
| H A D | changelog | 17 * [h264e]: Add qp min/max limit by bps max/min 20 * [h264e]: limit bit rate on movement scene
|
| /rockchip-linux_mpp/build/android/ |
| H A D | android.toolchain.cmake | 1202 …set( ANDROID_CXX_FLAGS_RELEASE "${ANDROID_CXX_FLAGS_RELEASE} -funswitch-loops -finline-limit=300" ) 1210 set( ANDROID_CXX_FLAGS "${ANDROID_CXX_FLAGS} -finline-limit=64" ) 1217 set( ANDROID_CXX_FLAGS "${ANDROID_CXX_FLAGS} -funswitch-loops -finline-limit=300" ) 1223 set( ANDROID_CXX_FLAGS "${ANDROID_CXX_FLAGS} -funswitch-loops -finline-limit=300" ) 1233 …set( ANDROID_CXX_FLAGS_RELEASE "${ANDROID_CXX_FLAGS_RELEASE} -funswitch-loops -finline-limit=300" )
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 222 …olor space range of image data: <br>YUV full range:0 \~ 255(8bit) <br>YUV limit range:16 ~ 235(8bi… 467 …through the MPP_DEC_SET_EXT_BUF_GROUP of the control interface. Users can limit the memory usage o… 606 |prep:range|S32|MppFrameColorRange|Indicates whether the input image is full range or limit range<b… 994 …. When by byte, this parameter is the byte limit for each slice; when by CTU, this parameter is th…
|
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 233 | color_range | MppFrameColorRange | 表示图像数据彩色空间范围: YUV full range:0 \~ 255(8bit) YUV limit range:16…
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buffer_impl.c | 1181 p->limit = BUFFER_GROUP_SIZE_DEFAULT; in service_get_group()
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 2124 # for no limit. Note that the threshold may be exceeded by 50% before the limit
|