Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 53) sorted by relevance

123

/rockchip-linux_mpp/mpp/common/
H A Dh264e_syntax.h78 #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 Dhal_vp8e_putbit.c73 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 Dhal_vp8e_putbit.h36 RK_S32 number; member
44 MPP_RET vp8e_put_lit(Vp8ePutBitBuf *bitbuf, RK_S32 value, RK_S32 number);
H A Dhal_vp8e_entropy.c51 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 Dvepu510_common.c33 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 Dvepu511_common.c116 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 Dvepu540c_common.c46 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 Dvepu541_common.c124 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 Dhal_jpege_hdr.c606 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 Dhal_dec_task.h33 RK_U32 number; member
H A Dhal_enc_task.h44 RK_U32 number; member
/rockchip-linux_mpp/utils/
H A Dutils.h95 MPP_RET str_to_frm_fmt(const char *nptr, long *number);
H A Dmpi_dec_utils.c509 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 Dmpi_enc_utils.c203 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 Dutils.c1570 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 Dkmpp.c318 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 Dvp8e_api_v2.c188 task->syntax.number = syn_num; in vp8e_proc_hal()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md95 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 Drk_venc_cmd.h1045 RK_U32 number; /**< ROI rectangle number */ member
1051 RK_U32 number; /**< ROI rectangle number */ member
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c213 for (i = 0; i < task->syntax.number; i++) { in explain_input_buffer()
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile37 # 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 Dhal_h263d_vdpu2.c41 for (i = 0; i < syntax.number; i++) { in vpu2_h263d_setup_regs_by_syntax()
H A Dhal_h263d_vdpu1.c41 for (i = 0; i < syntax.number; i++) { in vpu1_h263d_setup_regs_by_syntax()
/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c291 task->syntax.number = 1; in jpege_proc_hal()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c150 RK_S32 syn_num = syntax->number; in update_vepu1_syntax()
717 task->hal_ret.number = 1; in hal_h264e_vepu1_ret_task_v2()

123