| /rockchip-linux_mpp/mpp/common/ |
| H A D | h264e_syntax.h | 78 #define H264E_ADD_SYNTAX(desc, number, syn_type, syn_ptr) \ argument 80 desc[number].type = syn_type; \ 81 desc[number].p = syn_ptr; \ 82 number++; \
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_putbit.c | 73 RK_S32 number) in vp8e_put_lit() argument 75 while (number--) { in vp8e_put_lit() 76 vp8e_put_bool(bitbuf, 128, (value >> number) & 0x1); in vp8e_put_lit()
|
| H A D | hal_vp8e_putbit.h | 36 RK_S32 number; member 44 MPP_RET vp8e_put_lit(Vp8ePutBitBuf *bitbuf, RK_S32 value, RK_S32 number);
|
| H A D | hal_vp8e_entropy.c | 51 RK_S32 number = tree->number; in get_cost_tree() local 54 while (number--) { in get_cost_tree() 55 bit_cost += COST_BOOL(prob[*index++], (value >> number) & 1); in get_cost_tree()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/common/ |
| H A D | vepu510_common.c | 33 if (roi->number > VEPU510_MAX_ROI_NUM) { in vepu510_set_roi() 34 mpp_err_f("invalid region number %d\n", roi->number); in vepu510_set_roi() 40 for (i = 0; i < (RK_S32) roi->number; i++, region++) { in vepu510_set_roi()
|
| H A D | vepu511_common.c | 116 if (roi->number > VEPU511_MAX_ROI_NUM) { in vepu511_set_roi() 117 mpp_err_f("invalid region number %d\n", roi->number); in vepu511_set_roi() 123 for (i = 0; i < (RK_S32) roi->number; i++, region++) { in vepu511_set_roi()
|
| H A D | vepu540c_common.c | 46 if (roi->number > VEPU540C_MAX_ROI_NUM) { in vepu540c_set_roi() 47 mpp_err_f("invalid region number %d\n", roi->number); in vepu540c_set_roi() 53 for (i = 0; i < (RK_S32) roi->number; i++, region++) { in vepu540c_set_roi()
|
| H A D | vepu541_common.c | 124 if (roi->number > VEPU541_MAX_ROI_NUM) { in vepu541_set_roi() 125 mpp_err_f("invalid region number %d\n", roi->number); in vepu541_set_roi() 131 for (i = 0; i < (RK_S32)roi->number; i++, region++) { in vepu541_set_roi() 157 for (i = 0; i < (RK_S32)roi->number; i++, region++) { in vepu541_set_roi()
|
| /rockchip-linux_mpp/mpp/hal/common/jpeg/ |
| H A D | hal_jpege_hdr.c | 606 void jpege_bits_put(JpegeBits ctx, RK_U32 value, RK_S32 number) in jpege_bits_put() argument 615 mpp_assert(value < ((RK_U32) 1 << number)); in jpege_bits_put() 616 mpp_assert(number < 25); in jpege_bits_put() 618 bits = number + impl->bufferedBits; in jpege_bits_put() 633 impl->bitCnt += number; in jpege_bits_put()
|
| /rockchip-linux_mpp/mpp/hal/inc/ |
| H A D | hal_dec_task.h | 33 RK_U32 number; member
|
| H A D | hal_enc_task.h | 44 RK_U32 number; member
|
| /rockchip-linux_mpp/utils/ |
| H A D | utils.h | 95 MPP_RET str_to_frm_fmt(const char *nptr, long *number);
|
| H A D | mpi_dec_utils.c | 509 long number = 0; in mpi_dec_opt_f() local 512 if (MPP_OK == str_to_frm_fmt(next, &number)) { in mpi_dec_opt_f() 513 format = (MppFrameFormat)number; in mpi_dec_opt_f()
|
| H A D | mpi_enc_utils.c | 203 long number = 0; in mpi_enc_opt_f() local 206 if (MPP_OK == str_to_frm_fmt(next, &number)) { in mpi_enc_opt_f() 207 format = (MppFrameFormat)number; in mpi_enc_opt_f()
|
| H A D | utils.c | 1570 MPP_RET str_to_frm_fmt(const char *nptr, long *number) in str_to_frm_fmt() argument 1574 if (NULL == nptr || NULL == number) { in str_to_frm_fmt() 1575 mpp_err_f("invalid input nptr %p number %p is_valid %p\n", nptr, number); in str_to_frm_fmt() 1603 *number = tmp; in str_to_frm_fmt()
|
| /rockchip-linux_mpp/kmpp/ |
| H A D | kmpp.c | 318 roi_data0.number = roi_data->number; in put_frame() 319 … memcpy(roi_data0.regions, roi_data->regions, roi_data->number * sizeof(MppEncROIRegion)); in put_frame()
|
| /rockchip-linux_mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_api_v2.c | 188 task->syntax.number = syn_num; in vp8e_proc_hal()
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 95 Because video encoding, decoding and video processing process need to deal with a large number of d… 201 | width | RK_U32 | Represents the number of pixels in horizontal direction, in uni… 202 | height | RK_U32 | Represents the number of pixels in vertical direction, in units… 204 | ver_stride | RK_U32 | Represents the number of row spacing between image components, … 321 ##### **The number of maximum buffered packets** 393 The command parameter is RK_U32*. It is called by external applications to obtain the number of bit… 397 The command parameter is RK_U32*. It is called by external applications to obtain the number of Mpp… 505 2. The number of memory blocks needs to consider the requirements of both decoding and display. If… 600 |prep:width|S32|RK_S32|Indicates the number of pixels in the horizontal direction of the input imag… 601 |prep:height|S32|RK_S32|Indicates the number of pixels in the vertical direction of the input image… [all …]
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 1045 RK_U32 number; /**< ROI rectangle number */ member 1051 RK_U32 number; /**< ROI rectangle number */ member
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_api.c | 213 for (i = 0; i < task->syntax.number; i++) { in explain_input_buffer()
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 207 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 213 # This tag can be used to specify a number of aliases that act as commands in 225 # This tag can be used to specify a number of word-keyword mappings (TCL only). 611 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the 722 # will be replaced by the file and line number from which the warning originated 981 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in 1129 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1132 # such a level that at most the specified number of entries are visible (unless 1133 # a fully collapsed tree already exceeds this amount). So setting the number of [all …]
|
| /rockchip-linux_mpp/mpp/hal/vpu/h263d/ |
| H A D | hal_h263d_vdpu2.c | 41 for (i = 0; i < syntax.number; i++) { in vpu2_h263d_setup_regs_by_syntax()
|
| H A D | hal_h263d_vdpu1.c | 41 for (i = 0; i < syntax.number; i++) { in vpu1_h263d_setup_regs_by_syntax()
|
| /rockchip-linux_mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 291 task->syntax.number = 1; in jpege_proc_hal()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 150 RK_S32 syn_num = syntax->number; in update_vepu1_syntax() 717 task->hal_ret.number = 1; in hal_h264e_vepu1_ret_task_v2()
|